home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / ab20_archive / fish / fishes0-540 < prev    next >
Text File  |  1995-03-17  |  855KB  |  19,991 lines

  1. ============================== README.list1 ==============================
  2. This is disk 1 of the freely distributable AMIGA software library.
  3.  
  4. amigademo    Graphical benchmark for comparing amigas.
  5.         Author: Charlie Heath (MicroSmiths)
  6.  
  7. amigaterm    Terminal emulation program with xmodem upload/download
  8.         capability.
  9.         Author: Michael Mounier
  10.  
  11. balls        Simulation of the "kinetic thingy" with balls on strings
  12.         where only the end balls move (quick, can YOU come up
  13.         with a better description?).  Anyway, cute.
  14.         Author: Perry Kivolowitz
  15.  
  16. colorful    Shows off use of hold-and-modify mode.
  17.         Posted to usenet by Robert Pariseau.
  18.  
  19. dhrystone    Dhrystone benchmark program.
  20.         Author: Reinhold Weicker (Ada version)
  21.             Rick Richardson (C version)
  22.  
  23. dotty        Source to the "dotty window" demo on the Workbench disk.
  24.         Posted to usenet by Dale Luck.
  25.  
  26. freedraw    A small "paint" type program.  Free drawing, boxes, 
  27.         filled boxes, etc.
  28.         Author: Rick Ross
  29.  
  30. gad        "Fun with Gadgets".  Demonstration program for use
  31.         of gadgets.
  32.         Author: John Draper (Aka "crunch")
  33.  
  34. gfxmem        Graphical memory usage display program.  Watch your
  35.         machine's memory usage!  Cute and useful.
  36.         Author: Louis Mamakos
  37.  
  38. halfbrite    Sample program that demonstrates "Extra-Half-Brite"
  39.         mode on latter AMIGA's with new VLSI chip.  Allows
  40.         64 colors in low-res mode, rather than 32.
  41.         Posted to usenet by Robert Pariseau.
  42.  
  43. hello        Demonstrates creation of a simple window, "hello world".
  44.         Posted to usenet by Eric Lavitsky.
  45.  
  46. latffp        Shows how to access the Motorola Fast Floating Point
  47.         library from Lattice C.  Also demonstrates the tremendous
  48.         speedup obtained.
  49.         Author: Larry Hildenbrand
  50.  
  51. palette        Sample program for designing color palettes.
  52.         Author: Charlie Heath
  53.  
  54. trackdisk    Demonstrates use of the trackdisk driver.  Useful example
  55.         of "raw" disk read/write.
  56.         Author: Rob Peck
  57.  
  58. requesters    Sample program and documentation for building and
  59.         using requesters.  John worked REAL hard to dig out
  60.         all the information in this one!
  61.         Author: John Draper (aka "crunch")
  62.  
  63. speech        Sample speech demo program.  Stripped down version of
  64.         "speechtoy".
  65.         Author: Rob Peck
  66.  
  67. speechtoy    Another speech demo program.  Cute.  You have to see this
  68.         one.  Be sure to click gadget that pops up the face.
  69.         Author: David Lucas
  70.  
  71. =========================================================================
  72. ============================== README.list2 ==============================
  73. This is disk 2 of the freely distributable AMIGA software library.
  74.  
  75. alib        Object module librarian.
  76.         Author: Mike Schwartz
  77.  
  78. cc        Unix-like frontend for Lattice C compiler.
  79.         Author: Fred Fish
  80.  
  81. dbug        Macro based C debugging package.  Machine independent.
  82.         Provides function trace, selective printing of internal
  83.         state information, and more.
  84.         Author: Fred Fish
  85.  
  86. make        Subset of "unix" make command.  Useful, but does not have
  87.         many of the features of the full make, much less the newer
  88.         "augmented make".
  89.         Author: Landon Dyer
  90.  
  91. make2        Another make subset command.
  92.         Author: Marc Mengel
  93.  
  94. microemacs    Small, relatively portable version of emacs.  Has
  95.         keyboard macros.  No extension language.
  96.         Author: Dave Conroy
  97.  
  98. portar        Portable archiver.  Used to bundle text file up into a 
  99.         single file for transmission as a unit, or otherwise
  100.         handling as a single file.  "Portable" because the code
  101.         itself is portable and because the archive format is
  102.         very simple (uses ascii headers to separate files).
  103.         From Decus C distribution.
  104.         Author:  Martin Minow
  105.  
  106. xrf        C cross reference utility.  Originally from Decus C
  107.         distribution.
  108.         Author: Bob Denny
  109.  
  110. =========================================================================
  111. ============================== README.list3 ==============================
  112. This is disk 3 of the freely distributable AMIGA software library.
  113.  
  114. gothic        Gothic banner printer.  Prints DOWN the page, rather
  115.         than across, so arbitrarily long banners can be 
  116.         created.  Send EOF (CTRL-\) to end input.
  117.         From a Decus C distribution several years ago.
  118.         Author: unknown
  119.  
  120. roff        A "roff" type text formatter, roughly following
  121.         "Software Tools" version.  Somewhat upwardly compatible
  122.         with unix "nroff" command.
  123.         Author Ken Yap
  124.  
  125. ff        A very fast text formatter, controlled exclusively by
  126.         command line arguments.
  127.         Author: Gary Perlman & hordes of students
  128.  
  129. cforth        A highly portable forth implementation.  Lots of goodies.
  130.         Author: Allan Pratt
  131.  
  132. xlisp        A nice little lisp implementation.  Compiles and links
  133.         ok, but something in the Lattice C setjmp/longjmp 
  134.         code prevents it from currently running.  Might be 
  135.         easily fixed.  Version 1.4
  136.         Author: David Betz
  137.  
  138. =========================================================================
  139. ============================== README.list4 ==============================
  140. This is disk 4 of the freely distributable AMIGA software library.
  141.  
  142. banner        Prints horizontal banner (across screen).  From Decus
  143.         C distribution of several years ago.
  144.         Author: Unknown
  145.         
  146. bgrep        Another grep like utility, also using the Boyer-Moore
  147.         algorithm.
  148.         Author: Roy Mongiovi and Arnold Robbins
  149.  
  150. bison        A replacement for unix "yacc" command.  This is from
  151.         the GNU (GNU is Not Unix) effort, and was obtained
  152.         from the Free Software Foundation.  Compiles and
  153.         links (with some effort) but currently crashes the
  154.         machine.  Needs work, but will probably be worth it.
  155.         Author: Bob Corbett and Richard Stallman
  156.  
  157. bm        A grep like utility using the Boyer-Moore algorithm.
  158.         Author: Peter Bain
  159.  
  160. grep        Decus grep (Get Regular Expression and Print).  Useful
  161.         for finding strings in files.
  162.         Author: Unknown
  163.  
  164. kermit        This is an absolutely ancient kermit, who's only
  165.         saving grace is that it is small and quite portable.
  166.         On the AMIGA, there is no connect mode, only send and
  167.         receive.  You must log into the remote machine via
  168.         one of it's local terminals and point it's kermit at the
  169.         appropriate serial line connected to the AMIGA.
  170.         Author: Unknown, but it is so hacked up it doesn't
  171.             matter by now.
  172.  
  173. MyCLI        Another CLI for the AMIGA.
  174.         Author: Mike Schwartz
  175.  
  176. mandel        A Mandelbrot set program.
  177.         Author: Robert French, with additions by RJ Mical
  178.  
  179. =========================================================================
  180. ============================== README.list5 ==============================
  181. This is disk 5 of the freely distributable AMIGA software library.
  182. It contains many of the programs, written by Commodore-Amiga people,
  183. that were included in disk number 1.  However, they have been cleaned
  184. up so that they compile cleanly on the AMIGA, return resources 
  185. allocated, etc.
  186.  
  187. cons        Console device demo program with supporting macro routines.
  188.         Author: Rob Peck  12/1/85
  189.  
  190. freemap        Creates a visual diagram of free memory.  Comes with
  191.         custom icon so can be run from workbench screen.
  192.         Author: Robert J. Mical
  193.  
  194. input.dev    In combination with hander.interface.asm (supplied),
  195.         lets a user trap keyboard or mouse events before they
  196.         get to Intuition and if desired, install new (phony/
  197.         generated/other-devices-mouse-simulations) into the
  198.         input stream.  Handler.interface.asm is needed to convert
  199.         the calling sequence performed by the input.task for
  200.         the input stream management into something that a
  201.         C program can understand.
  202.         Author: Rob Peck  12/1/85
  203.  
  204. joystick    Shows how to set up the gameport device as a joystick.
  205.         Reports parameters received from joystick hooked to
  206.         right port.
  207.         Author: Rob Peck  12/1/85
  208.  
  209. keyboard    Sample program to demonstrate direct communications with
  210.         the keyboard.
  211.         Author: Rob Peck  12/1/85
  212.  
  213. layers        Shows use of the layers library, used by Intuition to
  214.         create windows (layers handles all overlapping drawing
  215.         areas and keeps things straight, sending to the back,
  216.         bringing to the front, making larger/smaller, etc.)
  217.         Author: Rob Peck  12/1/85
  218.  
  219. mandelbrot    Latest and greatest mandelbrot program.  New features
  220.         include the ability to save images in "iff" format,
  221.         for reading into Deluxe Paint or other programs that
  222.         use iff.  Also includes code from GraphiCraft to handle
  223.         color palette and change colors at will.  Many additions
  224.         by RJ Mical.
  225.         Author: Robert French
  226.  
  227. mouse        Shows how to set up the gameport device as a mouse so
  228.         that hooking up the mouse to the right port gives access
  229.         to mouse information.
  230.         Author: Rob Peck  12/1/85
  231.  
  232. one.window    Produces a window with a console attached.  Does graphics
  233.         in the top half and limits the console activity to the
  234.         lower half.
  235.         Author: Rob Peck  12/18/85
  236.  
  237. parallel    Demonstrates access to the parallel port.
  238.         Author: Tom Pohorsky  12/1/85
  239.  
  240. printer        Shows how to open and use a printer, does a screen dump
  241.         of the workbench screen if there is a graphics-capable
  242.         printer attached.
  243.         Currently does not compile under Lattice C Ver3.02 and
  244.         does not link under Lattice C Ver3.03.
  245.         Author: Rob Peck  12/1/85
  246.  
  247. print.support    Printer support routines.  Currently won't compile,
  248.         missing a header file "local.h".
  249.         Author: unknown
  250.  
  251. proctest    Sample code to create a process, set up message ports,
  252.         pass messages, etc.  Sample slave code for create process
  253.         test (littleproc.c) currently does not link under either
  254.         Lattice C 3.02 or 3.03 (unresolved global variables not
  255.         in libraries).
  256.         Author: Rob Peck  1/4/86
  257.  
  258. region        Demonstrates how a drawing area can be split into linked
  259.         rectangular regions.  Draws a rectangle in a single
  260.         playfield display, then draws "Behind a Fence" several
  261.         times behind an apparent fence in the rectangle.
  262.         Only works under Lattice Ver3.03.
  263.         Author: Rob Peck  12/1/85
  264.  
  265. samplefont    A sample font that produces clubs, hearts, spaces, and
  266.         diamonds as its four characters.  Shows precisely what
  267.         is contained in an Amiga font.
  268.         Author: Unknown
  269.  
  270. serial        Demonstrates access to the serial port.  Requires an
  271.         external terminal connected to the serial port.
  272.         Author: Unknown
  273.  
  274. singlePlayfield
  275.         Creates and displays a 320 by 200 by 2 bit plane
  276.         single playfield display.  Completely covers Intuition's
  277.         display, but gives the system back at exit.
  278.         Author: Rob Peck  12/1/85
  279.  
  280. speechtoy    Latest and greatest version of Dave's cute speech demo
  281.         program.  Comes with custom icon so can be run from
  282.         a workbench screen.
  283.         Author: Dave Lucas
  284.  
  285. speech.demo    A much simplified version of speechtoy.  Also includes
  286.         exec support functions for extended IO requests,
  287.         CreateExtIO() to allocate and initialize a new IO request
  288.         block and DeleteExtIO() to free an extended IO request
  289.         block.
  290.         Author: Rob Peck  12/1/85
  291.  
  292. text.demo    Sample program that asks AvailFonts() to make a list of
  293.         the fonts that are available, then opens a window and
  294.         then prints a description of the various attributes that
  295.         can be applied to the fonts, in the font itself.
  296.         Previous versions were released as "whichfont".
  297.         Author: Rob Peck  12/1/85
  298.  
  299. timer        Simple timer example program.  Includes dynamic
  300.         allocation of data structures needed to communicate
  301.         with the timer device, as well as the actual device
  302.         IO.
  303.         Author: Rob Peck  12/1/85
  304.  
  305. trackdisk    Demonstrates use of trackdisk driver.  Useful example of
  306.         "raw" disk read/write.
  307.         Author Rob Peck  12/1/85
  308.  
  309. =========================================================================
  310. ============================== README.list6 ==============================
  311. This is disk 6 of the freely distributable AMIGA software library.
  312.  
  313. compress    Compress reduces the size of the named files using
  314.         adaptive Lempel-Ziv coding.  The amount of compression
  315.         obtained depends on the size of the input, the number of
  316.         bits per code, and the distribution of common substrings.
  317.         Typically, text such as source code or English is reduced
  318.         by 50-60%.  Compression is generally much better then that
  319.         achieved by Huffman coding (as used in "pack") or
  320.         adaptive Huffman coding (as used in "compact"), and takes
  321.         less time to compute.  Great for saving disk space, or
  322.         reducing transmission time over phone lines!  Also includes
  323.         "btoa" and "atob" for converting binary files to ascii, and
  324.         then back to binary (for transmission over links that do
  325.         not support 8 bits).
  326.         Author: Thomas Spencer, with improvements by others
  327.  
  328. dadc        A digital computer impersonating an analog clock
  329.         impersonating a digital clock.
  330.         Author: Perry S. Kivolowitz
  331.  
  332. microemacs    An upgraded version of microemacs originally distributed
  333.         on disk number 2.  I don't have an exact list of changes
  334.         but the new executable is about 25% larger, so there must
  335.         be something in there!  One enhancement is that some
  336.         functions are now also bound to function keys.
  337.         Author: Dave Conroy, with enhancements by Jack Roose.
  338.  
  339. mult        Mult reads the input comparing adjacent lines.  In the
  340.         normal case, the second and succeeding copies of repeated
  341.         lines are output, and the remainder of the lines are
  342.         removed.  Repeated lines must be adjacent in order to be
  343.         found.  Options are present to output the first of multiple
  344.         lines, for comparing adjacent lines by field only, and for
  345.         specifying the field separator character.  Kind of the
  346.         opposite of the Unix "uniq" program.
  347.         Author: Dennis Bednar
  348.  
  349. scales        Demonstrates use of the Audio functions in the ROM to
  350.         produce four voice sound.  It uses a simple waveform
  351.         (sawtooth) with no amplitude control (ie, envelope)
  352.         or frequency variation (ie, vibrato), but these can be
  353.         easily implemented.  Also includes considerable 
  354.         documentation on audio device.
  355.         Author: Steven A. Bennett
  356.  
  357. setparallel    Allows the CLI user to dynamically change any particular
  358.         parallel port parameter.
  359.         Author: Keith Stobie and Tom Pohorsky
  360.  
  361. setserial    Allows the CLI user to dynamically change any particular
  362.         serial port parameter.
  363.         Author: Keith Stobie and Tom Pohorsky
  364.  
  365. sortc        A quicksort based sort program, using separate driver
  366.         and sort modules.  Originally from a DECUS C distribution.
  367.         Claims to be fast, but when operating entirely out of ram
  368.         takes 93 seconds to sort its input file, sort.c, while
  369.         AmigaDos's sort takes only 43 seconds under the same 
  370.         conditions.
  371.         Author: Dave Conroy, Martin Minow, and Ray Van Tassle
  372.  
  373. stripc        Strips comments and extraneous whitespace from C source
  374.         files.  Useful for compacting the C header files to
  375.         increase usable disk space.
  376.         Author: Chris Metcalf
  377.  
  378.         
  379. =========================================================================
  380. ============================== README.list7 ==============================
  381.  
  382. This is disk 7 of the freely distributable AMIGA software library.
  383. This disk contains a port (executables only) of the popular UNIX game
  384. "Hack", courtesy of John Toebes, 120 H Northington Pl, Cary NC. 27511.
  385.  
  386.  
  387. This is Version 1.0.1.
  388.  
  389. =========================================================================
  390. ============================== README.list8 ==============================
  391.  
  392. This is disk 8 of the freely distributable AMIGA software library.
  393.  
  394. It contains the source to "Hack", a popular UNIX game ported to the
  395. AMIGA by John Toebes.  Please read all the associated README files
  396. before redistributing with changes.
  397.  
  398. =========================================================================
  399. ============================== README.list9 ==============================
  400.  
  401. This is disk 9 of the freely distributable AMIGA software library.
  402.  
  403. moire        Draws moire patterns in black and white in a borderless
  404.         backdrop window.  Currently only runs with Lattice C
  405.         version 3.02, when compiled with 3.03 crashes the system.
  406.         Author: Scott Ballantyne
  407.  
  408. MVP-FORTH    Mountain View Press Forth, version 1.00.03A.
  409.         A shareware version of forth from Fantasia Systems.
  410.         Runable from the workbench, comes with icons and
  411.         such.  If you use this, you should send a contribution
  412.         to Fantasia Systems / Mountain View Press.
  413.  
  414. proff        Another text formatting program.  This one is significantly
  415.         more powerful than any of the others previously distributed
  416.         on these disks.
  417.  
  418. setlace        Program to toggle interlace mode on and off.
  419.         When used with a black background, and amber or green
  420.         characters, produces a nice CLI environment.
  421.         Author: Bob Pariseau,  Nov 85
  422.  
  423. skewb        Not quite sure what this is supposed to be, it was
  424.         downloaded from a bbs with no documentation.  C'mon
  425.         folks, at least put a three line description at the
  426.         start of your programs!
  427.         Author: Raymond S. Brand
  428.  
  429. sparks        Graphics demo that draws a "moving pathway", adding
  430.         to the front and removing from the tail (sure is
  431.         hard to come up with verbal descriptions of these
  432.         things!).
  433.         Author: Scott Ballantyne
  434.  
  435. =========================================================================
  436. ============================== README.list10 ==============================
  437.  
  438. This is disk 10 of the freely distributable AMIGA software library.
  439.  
  440. conquest    You control an interstellar empire, decide which star
  441.         systems to explore, which planets to colonize, etc.
  442.         The computer will also be building its own empire and
  443.         competing with you for resources.  The one with the
  444.         greatest population at the end wins.  Executable only,
  445.         no source.  Downloaded from Denver BBS.
  446.         Author: Unknown, ported to Amiga by Rob Shimbo
  447.  
  448. dehex        Simple little program to convert hex format file into
  449.         a binary file.  Reads lines of hex characters on stdin
  450.         and writes 8 bit dehex'd bytes to stdout.
  451.         Author: Fred Fish
  452.  
  453. filezap        Patch program for any type of file.  Executable only,
  454.         no source available.
  455.         Author: John Hodgson
  456.  
  457. fixobj        Strip extraneous garbage off end of object files
  458.         transfered with xmodem.  Does not require preknowledge
  459.         of actual file length, uses knowledge of Amiga file
  460.         structure.
  461.         Author: John Hodgson
  462.  
  463. iff        Routines to read and write iff format files.  Includes
  464.         program to display iff files made by DPaint.  Also
  465.         see the DPSlide program on disk 11.
  466.         Author: Jerry Morrison, Steve Shaw, and Steve Hayes
  467.  
  468. ld        I presume this stands for "list directory".  Lists
  469.         contents of specified diretory or disk, using inverse
  470.         video and colors to group objects by type.
  471.         Author: Dave Haynie
  472.  
  473. ls        Minimal implementation of UNIX ls.  Demonstrates
  474.         use of UNIX style filename pattern matching code.
  475.         Author: Rick Schaeffer
  476.  
  477. sq.usq        Squeeze and unsqueeze, from the CPM world.  Works, but
  478.         "compress" from disk 6 runs almost twice as fast and
  479.         produces even smaller files.
  480.         Author: R. Greenlaw, Amiga port by Rick Schaeffer
  481.  
  482. trek73        A Star Trek game.  This one is just crying out to
  483.         be Amiga'ized by some ambitious hacker.
  484.         Authors:  Many, see comment in main.c
  485.  
  486. yachtc        Dice game.
  487.         Author: Sheldon Leemon
  488.  
  489. =========================================================================
  490. ============================== README.list11 ==============================
  491.  
  492. This is disk 11 of the freely distributable AMIGA software library.
  493.  
  494. dpslide        A slide show program for displaying graphic images
  495.         which are in the iff format, such as output from the
  496.         Electronic Arts Deluxe Paint program.  Allows the user
  497.         to select the display time for each slide and the method
  498.         of bringing the slide up to the screen, and then removing
  499.         it.  Double buffers images to improve smoothness of
  500.         display.
  501.         Author: Paul Biondo
  502.  
  503. pictures    Miscellaneous DPaint and digitized pictures, in iff
  504.         format.  Some are rated R.
  505.  
  506.  
  507. =========================================================================
  508. ============================== README.list12 ==============================
  509.  
  510. This is disk 12 of the freely distributable AMIGA software library.
  511. Note that this disk contains a number of programs apparently available
  512. only in executable form.  I am not real happy with this trend, but
  513. had no way of getting in contact with the authors who posted these
  514. programs to various BBS's to request source.  I have no reason to
  515. believe that any of these executable only postings contain any
  516. deliberate "misfeatures", but you should always use such programs
  517. cautiously.
  518.  
  519. amiga3d        Shows a rotating 3 dimensional solid "Amiga sign".
  520.         No source available, executable only (downloaded from
  521.         a Denver BBS)
  522.         Author: Barry (bart) Whitebook of C-A
  523.  
  524. ArgoTerm    Yet another terminal emulator program.  However, this
  525.         one is written in macro assembler, so should be of
  526.         interest to anyone doing serious assembly language
  527.         development.  Version 0.20
  528.         Author: Jez San
  529.  
  530. arrow3d        Shows a rotating 3 dimensional wire frame arrow.
  531.         No source available, executable only (downloaded from
  532.         a Denver BBS)
  533.         Author: Steve Beats of C-A
  534.  
  535. ld4        Another directory listing program using some graphics
  536.         style output.  Executable only, no source available.
  537.         (Downloaded from a Denver BBS)
  538.         Author: unknown
  539.  
  540. IconExec    These two tools allow execution of a program from an
  541. & SetWindow    icon without having to recompile the program.
  542.         Author: John Toebes VIII
  543.  
  544. images        Miscellaneous DPaint and digitized pictures, in iff
  545.         format.  Some are rated R.
  546.  
  547. SetAlternate    Merge the images from two icons to produce one icon with
  548.         a primary image, and a possibly completely different image
  549.         to display when selected.
  550.         Author: John Toebes VIII
  551.  
  552. StarTerm    Another terminal emulator program.  ASCII and XMODEM
  553.         support, telephone dialer, function keys, load file
  554.         stripping, text file conversion, full/half duplex,
  555.         Author: Jim Nangano and Steve Plegge
  556.  
  557. =========================================================================
  558. ============================== README.list13 ==============================
  559.  
  560. This is disk 13 of the freely distributable AMIGA software library.
  561. It is a grab bag of basic programs, mostly untested.  No speekee basic
  562. so if these don't work, call someone else.
  563.  
  564. =========================================================================
  565. ============================== README.list14 ==============================
  566.  
  567. This is disk 14 of the freely distributable AMIGA software library.
  568.  
  569. This disk contains the first ever public release of two new pieces of
  570. code, "dex" and "termcap".  Also, this is the first disk in the library
  571. that includes executables produced with both the Manx and Lattice C
  572. compilers, whenever possible.  This greatly helps to isolate bugs.
  573.  
  574. amiga3d        Shows a rotating 3 dimensional solid "AMIGA" sign.
  575.         This is an updated version of the program released
  576.         on disk number 12, and now includes full source.
  577.         Author: Barry Whitebook @ Commodore-Amiga
  578.  
  579. beep        Source for a function that generates a beep sound, like
  580.         CTRL-G on a VT100 terminal.
  581.         Author: Samuel Dicker @ Commodore-Amiga
  582.  
  583. dex        Program to extract documentation in a human readable
  584.         format inside source files, and produce nroff style
  585.         output for manuals and other such external documents.
  586.         First ever public release.
  587.         Author: Fred Fish
  588.  
  589. dimensions    Programs to demonstrate three and four dimensional graphics.
  590.         Not quite sure how else to describe them!
  591.         Author: Anselm Hook
  592.  
  593. filezap        An updated version of the file zap utility first released
  594.         on disk number 10.  Can be used to patch any type of
  595.         file.  Nice, and VERY useful.
  596.         Author: John Hodgson
  597.  
  598. gfxmem        An updated version of the graphical memory display
  599.         program first released on disk number 1.  Watch your
  600.         machine's memory usage change dynamically under use!
  601.         Author: Louis Mamakos
  602.  
  603. gi        Converts DPaint brush files to C source files "necessary
  604.         to create an Image structure, including height, width,
  605.         depth, and color information, as well as the array of 
  606.         data which represents the bit planes of the image".
  607.         Author: Mike Farren
  608.  
  609. pdterm        A simple terminal emulator that does ANSI or DEC VT-100
  610.         emulation in 80 cols by 25 lines.  Version 1.21.
  611.         Author: Michael McInerny
  612.  
  613. shell        A simple csh style shell with history and some other
  614.         goodies.  Still needs some polishing and enhancement,
  615.         but is quite nice as it.  Thanks Matt!!!  We've really
  616.         needed something like this for a long time.  Now if you
  617.         would just do a ksh version instead...
  618.         Author: Matt Dillon
  619.  
  620. termcap        A (mostly) unix compatible implementation of a termcap
  621.         library.  First ever public release.
  622.         Author: Fred Fish
  623.  
  624. =========================================================================
  625. ============================== README.list15 ==============================
  626.  
  627. This is disk 15 of the freely distributable AMIGA software library.
  628.  
  629. Whenever possible, both Lattice C and Manx C executables are provided.
  630. The Lattice executables have the extension ".lattice" and the Manx
  631. executables have the extension ".manx".  This greatly helps to isolate
  632. bugs.
  633.  
  634. Blobs        A simple graphics program, reminiscent of the unix "worms" 
  635.         program, but in color of course.
  636.         Author: Peter Engelbrite
  637.  
  638. Clock        A simple digital clock program designed to be small and to
  639.         live completely in the screen title bar, where it is out
  640.         of the way.
  641.         Author: Mike Meyer
  642.  
  643. Dazzle        An eight-fold symmetry dazzler program.  Really pretty!
  644.         Author: Peter Engelbrite
  645.  
  646. Fish        "A demo program which runs an AnimOb in a double buffered
  647.         screen with sequence cycled animation".  (Basically
  648.         shows a fish "swimming" across the top of the screen).
  649.         Author: Catherine Wagner (posted by Barry Whitebook)
  650.  
  651. Monopoly    A really nice monopoly game written in AbasiC.
  652.         Follow the directions in the file "InstallationGuide"
  653.         to produce a bootable games disk.
  654.         Author: David Addison
  655.  
  656. OkidataDump    Okidata ML92 driver and WorkBench screen dump program.
  657.         Does both alpha and graphics.  Untested (I don't have the
  658.         printer)
  659.         Author: Raimund Gluecker
  660.  
  661. Polydraw    A drawing program written in AbasiC.
  662.         Author: David Addison
  663.  
  664. Polyfractals    A fractal program written in AbasiC.
  665.         Author: David Addison
  666.  
  667. =========================================================================
  668. ============================== README.list16 ==============================
  669.  
  670. This is disk 16 of the freely distributable AMIGA software library.
  671.  
  672. This is a copy of the Amiga Developer's IFF disk, received directly from
  673. Commodore-Amiga sources, with permission to place in the library and
  674. redistribute.  It is unchanged except for:
  675.  
  676.     1)    The volume name has been changed to AmigaLibDisk16.
  677.     2)    This file (README.list16) has been added.
  678.     3)    The standard library README file README.dist
  679.         has been added.
  680.  
  681. Enjoy
  682. -Fred
  683.  
  684. =========================================================================
  685. ============================== README.list17 ==============================
  686.  
  687. This is disk 17 of the freely distributable AMIGA software library.
  688.  
  689. This is a copy of a H.A.M. (Hold And Modify) graphics demo disk received
  690. from a vendor that is producing hardware to capture such images, and
  691. software to process them.  It is unchanged except for:
  692.  
  693.     1)    The volume name has been changed to AmigaLibDisk17.
  694.     2)    This file (README.list17) has been added.
  695.     3)    The standard library README file README.dist
  696.         has been added.
  697.     4)    The 'showilbm' program has been added to allow viewing
  698.         of the two monochrome pictures (dozer.hires and robert.lores)
  699.         without requiring Deluxe Paint.
  700.     5)    The supplied 'readme' file has been augmented with
  701.         information received on hardcopy along with the disk, and
  702.         a note has been added about how to use the showilbm 
  703.         program.
  704.  
  705. Enjoy
  706. -Fred
  707.  
  708. =========================================================================
  709. ============================== README.list18 ==============================
  710.  
  711. This is disk 18 of the freely distributable AMIGA software library.
  712.  
  713. AmigaDisplay    Yet another variation of a terminal emulator program.
  714.         This is a modified AmigaTerm that can emulate a dumb
  715.         terminal (interesting paradox here somewhere...), translate
  716.         line termination sequences, optionally capture or discard
  717.         control characters in the captured file, use audible bell,
  718.         use another font, etc.
  719.         Author: Don Woods (Original code by Michael Mounier)
  720.  
  721. Ash        Prerelease version of a C-shell like shell program.
  722.         Has history, command substitution, loops, etc.
  723.         Author: Thorn Smith
  724.  
  725. Browser        A program that lets you wander around a file tree and
  726.         peek into files, all with the mouse.
  727.         Author: Mike (I'll be mellow when I'm dead) Meyer
  728.  
  729. MC68010        Complete information package for upgrading an Amiga
  730.         to use an MC68010 in place of the MC68000.  Includes
  731.         a software fix that makes this transparent to user
  732.         programs that use instructions that are priviledged
  733.         on the 68010.
  734.         Author: Thad Floryan
  735.  
  736. Multidim    Lets you rotate a 2 to 6 dimensional "cube" on the
  737.         screen using the joystick.
  738.         Author: Robert French
  739.  
  740. PigLatin    Tired of the "say" command?  This one will translate
  741.         and speak your input in pig latin!
  742.         Author: Thomas Clement
  743.  
  744. Scrimper    Short for "SCReen IMage PrintER".  A screen dump utility
  745.         which can be run from the workbench or the CLI.
  746.         Author: Perry Kivolowitz
  747.  
  748. Xlisp1.6    A very nice little lisp for those that want to study the
  749.         internals of a real, working lisp interpreter.
  750.         Author: Dave Betz
  751.  
  752. =========================================================================
  753. ============================== README.list19 ==============================
  754.  
  755. This is disk 19 of the freely distributable AMIGA software library.
  756.  
  757. BlackJack    A line oriented (no graphics) blackjack game.
  758.         Author: Unknown
  759.  
  760. JayMinerSlides    These are the Amiga slides produced/used by Jay Miner
  761.         (the designer of Amiga's custom graphics chips) in his
  762.         talks about the Amiga.  They are all hi-res (640 x 400)
  763.         and are best displayed on a long-persistence color
  764.         monitor.
  765.  
  766. Keymap_Test    A program to test the keymapping routines and find
  767.         possible bugs.  Useful as an example of keymapping.
  768.         Author: Pushpa Kumar
  769.  
  770. LockMon        Find file locks.  Useful for discovering if programs
  771.         properly clean up after themselves.
  772.         Author: Dewi Williams
  773.  
  774. =========================================================================
  775. ============================== README.list20 ==============================
  776.  
  777. This is disk 20 of the freely distributable AMIGA software library.
  778.  
  779. AmigaToAtari    Source code for an Amiga to Atari ST object code format
  780.         converter.  Takes Amiga objects as input and produces
  781.         Atari objects as output.  This allows the Amiga to be
  782.         used as a cross development machine providing the
  783.         proper libraries are available.  (Currently does not
  784.         work, but I don't have an ST to try it with anyway...)
  785.         Author: Landon Dyer at Atari Corp.
  786.  
  787. DiskSalv    Program to recover files from a trashed AmigaDOS disk.
  788.         Can also "undelete" files deleted by mistake, so long
  789.         as they have not overwritten by further disk activity.
  790.         Requires two disk drives.  VERY useful...
  791.         Author: Dave Haynie
  792.  
  793. Hash        Small example program that computes the AmigaDOS directory
  794.         hash function.
  795.         Author: Neil Katin at Commodore-Amiga
  796.  
  797. Hd        Hex dump utility using some ideas from Mike Higgin's
  798.         article in Computer Language magazine, Apr 86.
  799.         Formats the dump based on the natural byte ordering
  800.         of the machine on which it runs.
  801.         Author: David Elins at NEC Information Systems
  802.  
  803. MandelBrots    Some mandelbrot images submitted for the "mandelbrot
  804.         images contest" some months ago.  Only three people
  805.         submitted mandelbrots and these were among the most
  806.         interesting.
  807.         
  808. MultiTasking    Tutorial and example program for multitasking at the Exec
  809.         level.
  810.         Author: Leo L. Schwab
  811.  
  812. Pack        Program to strip extraneous whitespace from C programs
  813.         or header files.  Can be used to condense the C compiler
  814.         header files to free up disk space.
  815.         Author: Jeff Dickson
  816.  
  817. PortHandler
  818.         Author: A sample Port-Handler program that performs
  819.         the functions of the standard Port-Handler.  Shows what
  820.         the BCPL environment looks like from the handler point of
  821.         view.
  822.         Author: John Toebus VIII
  823.  
  824. Random        Random number generator in assembly.  Much faster than
  825.         versions using floating point.  Can be used by either
  826.         assembly or C programs.
  827.         Author: Steve Beats at Commodore-Amiga
  828.  
  829. SetMouse2    Program to set the mouse port to either the left port or
  830.         right port.
  831.         Author: Robert Burns at Commodore-Amiga
  832.  
  833. SpeechTerm    Terminal emulator that can speak the received text.
  834.         Also has XMODEM file transfer.
  835.         Author: Leftheris Koutsofios
  836.  
  837. Ted        Demo version of an editor that has since been
  838.         renamed as TXed (I believe).
  839.         Author: Charles Heath at MicroSmiths 
  840.  
  841. =========================================================================
  842. ============================== README.list21 ==============================
  843.  
  844. This is disk 21 of the freely distributable AMIGA software library.
  845.  
  846. This is a copy of Thomas Wilcox's Mandelbrot Set Explorer disk.
  847.  
  848. It is unchanged except for:
  849.  
  850.     1)    The volume name has been changed to AmigaLibDisk21.
  851.     2)    This file (README.list21) has been added.
  852.     3)    The standard library README file README.dist
  853.         has been added.
  854.  
  855. To run from CLI:
  856.  
  857.     1)    cd dfX:  (where X is drive containing disk)
  858.     2)    mse
  859.  
  860. To run from Workbench:
  861.  
  862.     1)    Click on MSD icon.
  863.  
  864. It contains extensive on-line help information, unlike other Mandelbrot
  865. programs distributed in this library.  It also is capable of displaying
  866. some very pretty hi-res pictures in interlace mode.
  867.  
  868. Enjoy
  869. -Fred
  870.  
  871. =========================================================================
  872. ============================== README.list22 ==============================
  873.  
  874. This is disk 22 of the freely distributable AMIGA software library.
  875.  
  876. This disk contains two new "strains" of microemacs, both derived from
  877. early releases of Dave Conroy's microemacs.  There is currently an
  878. attempt on usenet, lead by Dave Brower, to coordinate an effort to
  879. merge features from the different versions into a single supported
  880. microemacs.  In the meantime, perhaps you can find a feature you need
  881. in one of these...
  882.  
  883. Lemacs        Microemacs version 3.6 as enhanced and supported
  884.         by Daniel Lawrence.  This version works and has been
  885.         tested on Unix V7, BSD 4.2, Amiga, MS-DOS, and VMS.
  886.         Enhancements include overwrite mode, support for Amiga
  887.         function keys, reverse video status line, numeric
  888.         arguments using <ESC><number>, replace, buffer specific
  889.         editing modes, word wrap mode, goto-line, buffer rename,
  890.         insert-file, execute named command, describe bindings,
  891.         startup files, and more.
  892.         Author: Dave Conroy, enhancements by Daniel Lawrence
  893.  
  894. Pemacs        Microemacs as enhanced by Andy Poggio.  New features
  895.         include use of <ALT> keys as Meta keys, default buffers
  896.         on buffer switch, mouse support, higher priority to
  897.         improve interactive response, creation of backup files,
  898.         paragraph fill, word wrap, query replace, and support for
  899.         function keys.
  900.         Author: Dave Conroy, enhancements by Daniel Lawrence
  901.  
  902. =========================================================================
  903. ============================== README.list23 ==============================
  904.  
  905. This is disk 23 of the freely distributable AMIGA software library.
  906.  
  907. This disk contains a significantly enhanced version of microemacs based
  908. on the version 30 release posted to usenet's mod.sources newsgroup.
  909.  
  910. Previous versions of microemacs released on these disks derived from
  911. a very old version of microemacs.  Since that old release, the author
  912. has cleaned up lots of loose ends and restructured major parts of the code.
  913. Other people have already added support for termcap, ports to other machines
  914. and operating systems, and a limited GNU emacs compatibility option.
  915.  
  916. Because recipients of this disk might wish to run this new microemacs
  917. on other machines in addition to the Amiga, I have encluded all sources
  918. that were available to me at the time of release.  The subdirectories
  919. which give alternate implementations are:
  920.  
  921.     Sys/Vms        System modules for VAX VMS
  922.     Sys/Atari    System modules for Atari ST
  923.     Sys/Msdos    System modules for MSDOS
  924.     Sys/Cpm86    System modules for Cpm
  925.     Sys/Amiga    System modules for Amiga
  926.     Sys/Ultrix    System modules for Ultrix/BSD4.2
  927.     Sys/SysV    System modules for Unix System V
  928.     Tty/Atari    Terminal driver for Atari ST
  929.     Tty/7300    Terminal driver for AT&T Unix PC (7300)
  930.     Tty/Intuition    Terminal driver for Amiga using Intuition
  931.     Tty/Termcap    Terminal driver using termcap for Unix
  932.     Tty/Ansi    Terminal driver using Ansi codes
  933.     Tty/Amigados    Terminal driver for Amiga using just Amigados
  934.     Tty/Heath    Terminal driver for a Heath terminal
  935.  
  936. There currently is a major effort underway on usenet, led by Dave
  937. Brower, to standardize microemacs and bring the many variations under
  938. one common implementation.  Please send any enhancements to rtech!daveb,
  939. or send them to me and I will see that he gets them.
  940.  
  941. =========================================================================
  942. ============================== README.list24 ==============================
  943.  
  944. This is disk 24 of the freely distributable AMIGA software library.
  945.  
  946. Conquest    You control an interstellar empire, decide which star
  947.         systems to explore, which planets to colonize, etc.
  948.         The computer will also be building its own empire
  949.         and competing with you for resources.  The one with
  950.         the greatest population at the end wins.  First
  951.         distributed in executable form only on disk number
  952.         10.  This distribution includes source.
  953.         Author:  Unknown, ported to Amiga by Rob Shimbo
  954.  
  955. Csh        Second release of a csh-like alternative to the
  956.         CLI, first released on disk number 14.  Has alias,
  957.         builtin functions like "dir" for speed, history,
  958.         named variables, command re-execution with 
  959.         substitution, etc.
  960.         Author: Matt Dillon
  961.  
  962. Modula-2    A pre-release version of the single pass Modula-2
  963.         compiler originally developed for MacIntosh at ETHZ.
  964.         This code was transmitted to the AMIGA and is executed
  965.         on the AMIGA using a special loader.  Binary only.
  966.  
  967. =========================================================================
  968. ============================== README.list25 ==============================
  969.  
  970. This is disk 25 of the freely distributable AMIGA software library.
  971. This disk contains a port (executables only) of the popular UNIX game
  972. "Hack", courtesy of John Toebes, 120 H Northington Pl, Cary NC. 27511.
  973.  
  974.  
  975. This is Version 1.0.1E., with graphics enhancements for the Amiga.
  976.  
  977. =========================================================================
  978. ============================== README.list26 ==============================
  979.  
  980. This is disk 26 of the freely distributable AMIGA software library.
  981.  
  982. UnHunk        Tool to process the Amiga "hunk" loadfile format.
  983.         Collects code, data, and bss hunks together, allows
  984.         individual specification of code, data, and bss origins,
  985.         and generates binary file with format reminiscent of Unix
  986.         "a.out" format.  The output file can be easily processed
  987.         by a separate program to produce Motorola "S-records"
  988.         suitable for downloading to PROM programmer.
  989.         Author:  Eric Black
  990.  
  991. C-kermit    Port of the popular "kermit" program, a flexible
  992.         virtual terminal and file transfer program from
  993.         Columbia University.
  994.         Author:  Unknown, ported to Amiga by Davide Cervone
  995.  
  996. Ps        A program to display process priorities and another
  997.         program to set a process's priority to any arbitrary
  998.         valid value.  Very useful to provide finer control
  999.         over your multitasking environment.
  1000.         Author:  Dewi Williams
  1001.  
  1002. Archx        Yet more programs for bundling up text files and
  1003.         mailing or posting them as a single file unit.
  1004.         Author: Martin Minow
  1005.  
  1006. =========================================================================
  1007. ============================== README.list27 ==============================
  1008.  
  1009. This is disk 27 of the freely distributable AMIGA software library.
  1010.  
  1011. ABdemos        Amiga Basic demos.  NewConvertFD creates .bmaps from
  1012.         fd files.  BitPlanes finds addresses of and writes to
  1013.         bitplanes of the screen's bitmap.  AboutBmaps is a 
  1014.         tutorial on creation and use of bmaps.  LoadILBM loads
  1015.         and displays IFF ILBM pics.  LoadACBM loads and displays
  1016.         ACBM pics.  ScreenPrint creates a demo screen and dumps
  1017.         it to a graphic printer.
  1018.         Author:  Carolyn Scheppner, Commodore-Amiga
  1019.  
  1020. Disassem    A simple 68000 disassembler.  Reads standard Amiga
  1021.         object files and disassembles the code sections.
  1022.         Data sections are dumped in hex.  The actual disassember
  1023.         routines are set up to be callable from a user program
  1024.         so instructions in memory can be disassembled dynamically.
  1025.         Author:  Bill Rogers, Univ of WAIKATO (New Zealand)
  1026.  
  1027. DvorakKeymap    Example of a keymap structure for the Dvorak keyboard
  1028.         layout.  Untested but included because assembly examples
  1029.         are few and far between.
  1030.         Author: Robert Burns @ Commodore-Amiga
  1031.  
  1032. Hypocycloids    An electronic Spirograph inspired by an article in
  1033.         Feb '84 Byte.
  1034.         Author: Terry Gintz
  1035.  
  1036. LinesDemo    A demo program which illustrates the use of proportional
  1037.         gadgets to scroll around in a superbitmap window.
  1038.         Posted to usenet by Barry Whitebook @ Commodore-Amiga
  1039.  
  1040. MemExpansion    Schematics and directions for building your own homebrew
  1041.         1 Mb memory expansion.
  1042.         Author: Michael Fellinger
  1043.  
  1044. SafeMalloc    Ever have a program that corrupts it's own memory?  Well,
  1045.         this little gem can help you find the problem in a hurry.
  1046.         Acts as an interface between your program and the real
  1047.         malloc, checking for overrun, underrun, and duplicate
  1048.         freeing of malloc'd space.
  1049.         Author: Bjorn Benson, modifications by Fred Fish
  1050.  
  1051. ScienceDemos    Some science demos.  Sidereal is a tutorial program which
  1052.         introduces the user to the relationships between Julian
  1053.         and calendar dates and solar and sidereal times.  J2000
  1054.         is a utility program which converts stellar positions,
  1055.         proper motion, parallax and radial velocity from the 
  1056.         standard epoch B1950 (FK4) to epoch J2000 (FK5).  Galilean
  1057.         is a tutorial program which determines the position of
  1058.         the Galilean satellites relative to Jupiter.
  1059.         Programs courtesy of David Eagle at Science Software.
  1060.  
  1061. =========================================================================
  1062. ============================== README.list28 ==============================
  1063.  
  1064. This is disk 28 of the freely distributable AMIGA software library.
  1065.  
  1066. Backgammon    Another game in AbasiC by the author of Monopoly.
  1067.         Author:  David Addison
  1068.  
  1069. Cpp        This is a copy of the Decus cpp, ported to the Amiga.
  1070.         This cpp is more powerful and complete than either of
  1071.         the built in cpp's in Manx or Lattice C.  Also included
  1072.         is a modified version of the Unix like cc frontend, for
  1073.         Manx C, that knows about the cpp.
  1074.         Author:  cpp by Martin Minow;  cc by Fred Fish
  1075.  
  1076. Cribbage    Another game in AbasiC by the author of Monopoly.
  1077.         Author:  David Addison
  1078.  
  1079. MileStone    Another game in AbasiC by the author of Monopoly.
  1080.         Author:  David Addison
  1081.  
  1082. Othello        Another game in AbasiC by the author of Monopoly.
  1083.         Author:  David Addison
  1084.  
  1085. Shar        A program which can pack and unpack archives compatible
  1086.         with the Unix "shar" (shell archiver) program.
  1087.         Author:  Dave Wecker
  1088.  
  1089. SuperBitMap    An example program that shows how to use ScrollLayer,
  1090.         how to sync the SuperBitMap prior to printing, and how
  1091.         to create a dummy rastport for dumping the SuperBitMap.
  1092.         Works under 1.2 and up.
  1093.         Author:  Carolyn Scheppner and Phil Lindsay
  1094.  
  1095. =========================================================================
  1096. ============================== README.list29 ==============================
  1097.  
  1098. This is disk 29 of the freely distributable AMIGA software library.
  1099.  
  1100. AegisDrawDemo    Demo disk of the Aegis Draw program.  This is the
  1101.         actual production program with only the "save" feature
  1102.         disabled and without documentation (intentionally).
  1103.         Very impressive program!  Received directly from
  1104.         Aegis Development.
  1105.  
  1106. Cc        Version of the Unix like C compiler frontend program,
  1107.         for Manx C.  Previous released version was for Lattice C.
  1108.         Author:  Fred Fish
  1109.  
  1110. Enough        A new CLI execute file command that tests for various
  1111.         system resources such as available memory or existance
  1112.         of specific files, directories, or devices.
  1113.         Author:  Bruce Barrett @ Commodore-Amiga
  1114.  
  1115. Player        Animation player for Aegis Animator.  Received directly
  1116.         from Aegis Development.
  1117.  
  1118. Rubik        An animated Rubik's cube program based on Barry Whitebook's
  1119.         "amiga3d" program and Raymond Brand's "skewb" program.
  1120.         Author:  Bill Kinnersley
  1121.  
  1122. StringLib    A public domain reimplementation of the Unix string
  1123.         library functions.
  1124.         Author:  Henry Spencer @ U of Toronto
  1125.  
  1126. Vt100        A vt100 emulator program with Kermit and Xmodem file
  1127.         transfer protocols (based on AmigaTerm).
  1128.         Author:  Dave Wecker
  1129.  
  1130. =========================================================================
  1131. ============================== README.list30 ==============================
  1132.  
  1133. This is disk 30 of the freely distributable AMIGA software library.
  1134.  
  1135. Note that the programs on this disk are all shareware/freeware.
  1136. This means that if you find them useful, you are morally obligated
  1137. to send a small donation to the author to help support his efforts and
  1138. fund further development.  I hope that by including them in this
  1139. library I have furthered the author's goals of widest possible
  1140. distribution and thus maximum return.  Also note (for those that
  1141. like to split hairs) that I am distributing this disk as a "freebee".
  1142. To receive a copy, just request it when ordering any other disks from
  1143. the library.
  1144.  
  1145. Bbs        A BBS for the Amiga (BBS-Amiga Version 1.1).
  1146.         Author:  Ewan Grantham
  1147.         Author's suggested shareware donation:  $25
  1148.  
  1149. FineArt        This is a collection of works from some of the best
  1150.         of current Amiga artists.  Many thanks to Jim Sachs,
  1151.         Sheryl Knowles, Jack Haeger, and Aegis Development
  1152.         for submissions.
  1153.  
  1154. FontEditor    Does what the name implies, edits font's.
  1155.         Author:  Tim Robinson
  1156.         Author's suggested shareware donation: $5
  1157.  
  1158. MenuEditor    Create and edit menus, saving the result as either
  1159.         a binary file for further editing or as C source for
  1160.         inclusion in a program.
  1161.         Author:  David Pehrson
  1162.         Author's suggested shareware donation: $15
  1163.  
  1164. StarTerm    Starterm version 3.0.  Very nice telecommunications
  1165.         program.
  1166.         Author:  Jim Nangano
  1167.         Author's suggested shareware donation: $20
  1168.  
  1169. =========================================================================
  1170. ============================== README.list31 ==============================
  1171.  
  1172. This is disk 31 of the freely distributable AMIGA software library.
  1173.  
  1174. Life        Executes the cellular automata game of LIFE in the
  1175.         blitter chip.  Uses a 318 by 188 display and runs at
  1176.         19.8 generations per second.
  1177.         Author: Tomas Rokicki
  1178.  
  1179. Mandelbrot    Latest version of Robert French's mandelbrot program,
  1180.         version 3.00.
  1181.         Author: Robert French
  1182.  
  1183. MxExample    Example of mutual exclusion gadget handling.
  1184.         Author: Davide Cervone
  1185.  
  1186. RamSpeed    Program to measure raw memory speed, comparing internal
  1187.         memory to the external memory.
  1188.         Author: Perry Kivolowitz
  1189.  
  1190. Set        Replacement for the Manx "set" command (to set or
  1191.         change environment variables) with several
  1192.         improvements.
  1193.         Author: Tomas Rokicki
  1194.  
  1195. Tree        Draws a recursive tree (green leafy type, not files).
  1196.         Author: Robert French (original version by W. Balthrop)
  1197.  
  1198. TxEd        Latest demo version of Microsmith's text editor, TxEd.
  1199.         This is the full production version except that files are
  1200.         limited to 10K bytes in length and the search/replace
  1201.         functions are disabled.  Also, demo is based on an older
  1202.         version of TxEd, new release has additional features.
  1203.         Author: Charlie Heath
  1204.  
  1205. VDraw        Drawing program, based on freedraw, but now transformed
  1206.         and enhanced beyond recognition.  Draws hollow boxes, 
  1207.         filled boxes, freehand sketches, lines, circles, and arcs.
  1208.         Also has area fill, text insertion, 16 different line
  1209.         patterns, predefined area fill patterns, a magnify mode,
  1210.         cut and paste, color inversion, erase, grid pattern, and
  1211.         more.  This is version 1.08.
  1212.         Author:  Stephen Vermeulen
  1213.  
  1214. Xicon        Contains two programs; Xicon which lets you use icons to
  1215.         call up scripts containing CLI commands, and Ticon, which
  1216.         is a simple program to display text files from icons.
  1217.         Author: Pete Goodeve
  1218.  
  1219. =========================================================================
  1220. ============================== README.list32 ==============================
  1221.  
  1222. This is disk 32 of the freely distributable AMIGA software library.
  1223.  
  1224. Address        Extended address book written in AmigaBasic.
  1225.         Author: Mark Hurst
  1226.  
  1227. Calendar    Calendar/diary program written in AmigaBasic.
  1228.         Author: Mark Hurst
  1229.  
  1230. DosPlus1    First volume of CLI oriented tools for developers.
  1231.         Executables only.
  1232.         Author: Bill Beogelein
  1233.  
  1234. DosPlus2    Second volume of CLI oriented tools for developers.
  1235.         Executables only.
  1236.         Author: Bill Beogelein
  1237.  
  1238. MacView        Allows viewing of a standard MacPaint picture file in
  1239.         either Amiga low resolution (320 x 200) or high
  1240.         resolution (640 x 400).  Executable only.
  1241.         Author: Scott Evernden
  1242.  
  1243. Puzzle        Simulation of puzzle with moving square tiles.
  1244.         Executable only.
  1245.         Author: Bill Beogelein
  1246.  
  1247. ShowHAM        Program to display HAM (Hold And Modify) mode images
  1248.         from the CLI environment.  Executable only.
  1249.         Author: Unknown
  1250.  
  1251. Solitaire    Two new ABasiC games, Canfield and Klondike.
  1252.         Author: David Addison
  1253.  
  1254. Spin3        Simple program that creates spinning cubes and transforms
  1255.         them into op-art.  Example of how to create a double
  1256.         buffered display with color tables that can be changed.
  1257.         Author: Ronald Peterson
  1258.  
  1259. Sword        Sword of Fallen Angel.  Text adventure game written
  1260.         in AmigaBasic.
  1261.         Author: Andry Rachmat
  1262.  
  1263. Trails        Cute little program that leaves a trail behind the
  1264.         pointer when the mouse is moved.  The trail has
  1265.         programmable symmetry, thickness, and length.
  1266.         The other interesting thing about this program is
  1267.         that it is written in Modula-2 (source provided).
  1268.         Author: Richie Bielak
  1269.  
  1270. =========================================================================
  1271. ============================== README.list33 ==============================
  1272.  
  1273. This is disk 33 of the freely distributable AMIGA software library.
  1274.  
  1275. 3dstars        3d version of Leo's "stars" program (also on this disk).
  1276.         Author: Leo Schwab
  1277.  
  1278. Bigmap        Program which demonstrates how to use the low-level
  1279.         graphics calls, ScrollVPort especially.  Demonstrates
  1280.         scrolling around inside a very big bitmap.
  1281.         Author: Leo Schwab
  1282.  
  1283. Dbuf.gels    Sample program that demonstrates the animation routines
  1284.         for Bobs and VSprites.  Uses double buffering to smooth
  1285.         the display motion.
  1286.         Author: David Lucas
  1287.  
  1288. DiskMapper    Displays sector allocation of floppy disks.
  1289.         Author: Leo Schwab
  1290.  
  1291. MemView        Program which sets up a direct window into RAM, thus
  1292.         dynamically displaying the contents of memory.
  1293.         Author: Leo Schwab
  1294.  
  1295. Oing        Displays a window full of little bouncing balls.
  1296.         Author: Leo Schwab
  1297.  
  1298. ScreenDump    Dumps rastport of highest screen/window to printer.
  1299.         Author: Carolyn Scheppner
  1300.  
  1301. Sdb        Simple database program, originally released on a
  1302.         DECUS VAX SIG tape.
  1303.         Author: Unknown, Amiga port by Mic Kaczmarczik
  1304.  
  1305. Sproing        Same as Oing but includes sounds of balls colliding with
  1306.         boundries.
  1307.         Author: Leo Schwab
  1308.  
  1309. Stars        Displays a screen full of stars, reminiscent of a view
  1310.         from the starship Enterprise's flight deck.
  1311.         Author: Leo Schwab
  1312.  
  1313. TermPlus    Yet another variant of Michael Mournier's AmigaTerm
  1314.         program.  This one includes improved ascii capture,
  1315.         CRC and checksum xmodem protocol transfers, CompuServe
  1316.         B-protocol transfers, a phone library, function key
  1317.         support, and limited AmigaDOS functions.
  1318.         Author:  Enhancements by Bob Rakosky
  1319.  
  1320. Vt100        Release 2.0 of Dave's version of AmigaTerm.
  1321.         Includes support for function keys and script files.
  1322.         Author: Enhancements by Dave Wecker and Steve Drew.
  1323.  
  1324. =========================================================================
  1325. ============================== README.list34 ==============================
  1326.  
  1327. This is disk 34 of the freely distributable AMIGA software library.
  1328.  
  1329. Alint        Support files for Gimpel lint to make it useful on the
  1330.         Amiga.
  1331.         Author: Thomas Althoff
  1332.  
  1333. Blink        A linker written as a replacement for Alink.  Fully
  1334.         Alink compatible and supports many additional options
  1335.         not found in Alink.  Also is much faster than Alink and
  1336.         generates smaller executable files.  Version 5.7
  1337.         Author: Combined efforts of the Software Distillery
  1338.  
  1339. Browser        Updated version of the browser program released on disk
  1340.         number 18.  This one has been "manxified", has scroll
  1341.         bars, and several bugs fixed.
  1342.         Author: Mike Meyer, enhancements and fixes by Bob Leivian
  1343.  
  1344. Btree        Routines to implement a B-tree algorithm and several
  1345.         accompanying tests, apparently derived from the single
  1346.         file version also included on this disk under "Btree2".
  1347.         Still buggy, but looks useful with a little work.
  1348.         Author: Richard Hellier, posted to usenet by Steve Jefferson
  1349.  
  1350. Btree2        Previous (original) version of btree routines.
  1351.         Author: Richard Hellier
  1352.  
  1353. Calendar    Appointment calendar that lets you visually add and
  1354.         update appointments.  Can also run in background and
  1355.         remind you 15 minutes before any scheduled event.
  1356.         Author: Unknown, Amiga port by Bob Leivian
  1357.  
  1358. Less        Like Unix "more", only better, with forward and
  1359.         backward scrolling, searching and positioning by
  1360.         percent of file and line number, etc.  Very useful!
  1361.         Author: Mark Nudelman, Amiga port by Bob Leivian
  1362.  
  1363. NewFonts    Set of 28 new Amiga fonts.
  1364.         Author: Bill Fischer
  1365.  
  1366. Pr        A background print utility with several options for
  1367.         letter quality compressed mode and line numbers.  Also
  1368.         takes multiple files and wildcards.
  1369.         Author: Bob Leivian
  1370.  
  1371. Requester    A file name requester that looks like the one used in
  1372.         Deluxe Paint, and a sample program for using the
  1373.         requester.
  1374.         Author: Kevin Clague
  1375.  
  1376. =========================================================================
  1377. ============================== README.list35 ==============================
  1378.  
  1379. This is disk 35 of the freely distributable AMIGA software library.
  1380.  
  1381. ASendPacket    Example program for sending multiple packets asynchronously
  1382.         to a dos handler, for those interested in implementing
  1383.         programs with asynchronous AmigaDos file I/O.
  1384.         Author: Phillip Lindsay
  1385.  
  1386. ConsoleWindow    Example program for finding the intuition pointer to an
  1387.         AmigaDos CON: or RAW: window, so you can do WindowToFront,
  1388.         graphics, and other interesting things.
  1389.         (Requires AmigaDos 1.2)
  1390.         Author: Andy Finkel and Robert Burns
  1391.  
  1392. DirUtil        Nice little program to wander around directory tree
  1393.         using a windowing interface and performing various
  1394.         operations on files.
  1395.         Author: Chris Nicotra, enhancements by Dave Jobusch
  1396.  
  1397. DirUtil2    Another variant of dirutil.
  1398.         Author: Chris Nicotra, enhancements by Ed Alford
  1399.  
  1400. FileRequester    A very nice file requester module for lattice C programs,
  1401.         along with a demo driver program.
  1402.         Author: Charlie Heath
  1403.  
  1404. MacView        Allows viewing of standard MacPaint picture files in
  1405.         either Amiga low resolution (320 x 200) or high
  1406.         resolution (640 x 400).  Executable, sample pictures,
  1407.         and icons (version on disk 32 did not include pictures).
  1408.         Author: Scott Evernden
  1409.         
  1410. Plop        Short, simple, no-frills IFF reader program, and
  1411.         a sample picture made using a ray tracing algorithm.
  1412.         Author: Jim Kent
  1413.  
  1414. PopCLI        Provides a simple way of starting another CLI at any
  1415.         time without having to load workbench or exit whatever
  1416.         program you may be using.  Also has a builtin screen
  1417.         saver mode that automatically blanks the Amiga console
  1418.         screen when there has been no input for a specified
  1419.         period of time.
  1420.         Author: John Toebes
  1421.  
  1422. QuickCopy    Three versions of quickcopy, a nice little full disk
  1423.         copier.  Two of the versions are capable of making 
  1424.         backup copies of "protected" Electronic Art's disks.
  1425.         Author: Dave Devenport
  1426.  
  1427. ScrollPf    Creates and displays a 400 by 300 by 2 bit plane
  1428.         playfield on top of a 320 by 200, 2 plane deep
  1429.         playfield, as a demo of dual playfield display.
  1430.         Author: Carolyn Scheppner
  1431.  
  1432. SendPacket    General purpose subroutine to send AmigaDos packets.
  1433.         Author: Phillip Lindsay
  1434.  
  1435. SpriteMaker    Program which lets you paint sprites and then converts
  1436.         the image into a C data structure to be used in programs.
  1437.         Allows interactive testing of the sprite as a pointer.
  1438.         Suggested shareware donation of $15 for source code and
  1439.         updates.
  1440.         Author: Ray Larson
  1441.  
  1442. Tracker        Program which converts a boot-load disk (I.E. a kickstart
  1443.         disk) into a group of files for electronic transmission
  1444.         and reassembly.  Completely preserves the original disk
  1445.         structure so the target disk will be an exact duplicate
  1446.         of the original.
  1447.         Author: Brad (Lord Bradford) Wilson
  1448.  
  1449. TriClops    Very nice graphics oriented 3-D space invasion game.
  1450.         This was previously a commercial product which is
  1451.         being released into the public domain for promotional
  1452.         purposes (they are working on a multiuser, multimachine
  1453.         version).
  1454.         Author: Unknown, published by Geodesic Publications
  1455.  
  1456. Tsize        A simple utility to print directory tree sizes.  Displays
  1457.         the total size of all files and subdirectories within a
  1458.         given directory.
  1459.         Author: Edmund Burnette
  1460.  
  1461. UnIfdef        Useful program for removing ifdef'ed sections from a file
  1462.         while otherwise leaving the file alone.  Allows one source
  1463.         to be used as a porting base for many machines, without
  1464.         shipping the entire source to every source customer.
  1465.         (Preprocess for their machine and send them only the
  1466.         source for their specific machine).
  1467.         Author: Dave Yost
  1468.  
  1469. Vttest        Program to test compatibility of vt100-compatible 
  1470.         terminals and terminal emulators.  Requires the
  1471.         resources of a Unix system to test an Amiga hosted
  1472.         vt100 emulator.  (I haven't yet found one that even
  1473.         comes close to passing this test!).
  1474.         Author: Per Lindberg
  1475.  
  1476. =========================================================================
  1477. ============================== README.list36 ==============================
  1478.  
  1479. This is disk 36 of the freely distributable AMIGA software library.
  1480.  
  1481. Acp        A copy program with filename expansion and argument
  1482.         interpretation like the unix cp.
  1483.         Author: Fred Cassirer
  1484.  
  1485. Clock        Updated version of the clock program released on disk
  1486.         number 15.  Adds seconds display, free memory display,
  1487.         and faster updates.
  1488.         Author: Mike Meyer
  1489.  
  1490. Csh        Csh like alternative to the CLI, with changes to
  1491.         compile under Manx with 16-bit ints.  Has alias,
  1492.         builtin functions like "dir" for speed, history,
  1493.         named variables, command re-execution with substitution,
  1494.         etc.  Version 2.01A.
  1495.         Author: Matt Dillon
  1496.  
  1497. DietAid        Diet planning aid to allow the user to compile lists
  1498.         of ingredients (recipes) and automatically compute
  1499.         calorie totals, etc.  This is a shareware program
  1500.         ($10 suggested) that was submitted by the author
  1501.         for inclusion in the library.
  1502.         Author: Terry Gintz
  1503.  
  1504. Echo        An improved echo command with options to control
  1505.         color, screen placement of text, etc.
  1506.         Author: Larry Phillips
  1507.  
  1508. FixHunk        A program to modify executable files to allow them to
  1509.         run in external memory.  It forces all DATA and BSS hunks
  1510.         in the file to be loaded into CHIP memory.  CODE hunks will
  1511.         still load into FAST ram if available.  Version 1.2a.
  1512.         Author: D.J. James
  1513.  
  1514. Fm        File mapper program.  Uses trackdisk device to grab
  1515.         sectors and traverse the filesystem to find out what
  1516.         sectors a particular file occupies.
  1517.         Author: Leo Schwab
  1518.  
  1519. KickBench    Instructions and programs for creating and using a
  1520.         combined KickStart and WorkBench disk, so only one
  1521.         disk is need to reboot.  Allows the system to reboot
  1522.         unattended after a power failure.  Requires disked from
  1523.         developer's disk.
  1524.         Author: Alonzo Gariepy
  1525.  
  1526. Lex        A program (not to be confused with the Unix lex program
  1527.         which is a lexical analyzer generator) which computes
  1528.         various readability metrics for text files.  Computes
  1529.         Gunning-Fog, Flesh, and Kincaid indices.
  1530.         Author: Jeff Sullivan
  1531.  
  1532. TunnelVision    Another fine ABasiC game from David Addison.  This is 
  1533.         a maze game with a 3-D perspective view from inside the
  1534.         maze.
  1535.         Author: David Addison
  1536.  
  1537. Vc        Visicalc-like spreadsheet calculator program.
  1538.         Author:  James Gosling, Amiga port by Peter Hardie
  1539.  
  1540. Vt100        Version 2.2 of Dave's vt100 emulator program including
  1541.         Xmodem and Kermit file transfer protocols.
  1542.         Author: Dave Wecker
  1543.  
  1544. YaBoing        A game program demonstrating hardware sprite usage,
  1545.         including collision detection.
  1546.         Author: Ali Ozer, based on original by Leo Schwab
  1547.  
  1548. =========================================================================
  1549. ============================== README.list37 ==============================
  1550.  
  1551. This is disk 37 of the freely distributable AMIGA software library.
  1552.  
  1553. It is port of Timothy Budd's Little Smalltalk system, done by Bill
  1554. Kinnersley at Washington State University.
  1555.  
  1556. The disk is unchanged except for the following:
  1557.  
  1558.     (1)    I have added this file, README.list37.
  1559.  
  1560.     (2)    I have added the standard distribution info file,
  1561.         README.dist.
  1562.  
  1563.     (3)    In order to make room for the above two files (the
  1564.         disk only had 2 free blocks) I filtered all the text
  1565.         files in the sources, docs, and examples directories
  1566.         through a program to remove extraneous CR (^M) characters
  1567.         from the end of each line.  This also makes the files
  1568.         conform to standard Amiga and Unix line delimiter 
  1569.         conventions.  I hope this didn't break anything else
  1570.         in the process...
  1571.  
  1572.     (4)    I have added the file sources/Makefile to help people
  1573.         who want to recompile the sources.  It uses my cc 
  1574.         frontend.  I was able to compile and link an executable
  1575.         that was almost the same size as the one Bill provided
  1576.         (100 bytes smaller) using Manx 3.20B in 16-bit int mode,
  1577.         but it aborted immediately with an error message, so
  1578.         beware.
  1579.  
  1580. -Fred
  1581.  
  1582. =========================================================================
  1583. ============================== README.list38 ==============================
  1584.  
  1585. This is disk 38 of the freely distributable AMIGA software library.
  1586.  
  1587. CSquared    Implementation of Circle Squared algorthm from Sept '86
  1588.         Scientific American "Computer Recreations" column.
  1589.         Produces wildly colorful but mathematically precise
  1590.         patterns.
  1591.         Author:  Bill DuPree
  1592.  
  1593. FixObj        Strip extraneous garbage off the end of object files
  1594.         transfered with xmodem.  Does not require preknowledge
  1595.         of actual file length, uses knowledge of Amiga file
  1596.         structure.  Version 1.1 (update to copy on disk #10).
  1597.         Author:  John Hodgson
  1598.  
  1599. Handler        An example that implements an AmigaDos Handler (device)
  1600.         in non-BCPL format.
  1601.         Author:  Phillip Lindsay
  1602.  
  1603. Hp-10c        Program that mimics an HP-10c (Hewlett Packard calculator),
  1604.         written in TDI Modula2.
  1605.         Author:  Duncan Prindle
  1606.  
  1607. IffDump        Two programs for manipulating IFF files.  IFFENCODE grabs
  1608.         an active screen and writes it to a file in IFF format.
  1609.         IFFDUMP decodes information in arbitrary IFF files and
  1610.         prints it in a human readable form.
  1611.         Author:  Matt Dillon
  1612.  
  1613. Jsh        A simple command line interpreter drawing on features from
  1614.         the BSD C shell.
  1615.         Author:  Jim Kent
  1616.  
  1617. NewStat        Replacement program for the AmigaDOS STATUS command.  Prints
  1618.         task number, priority, address of process, command line 
  1619.         being executed, current directory, etc.
  1620.         Author:  James Synge
  1621.  
  1622. Reversi        Program to play reversi game.  Version 6.1.
  1623.         Author:  Manuel Almudevar
  1624.  
  1625. UUdecode    Programs to encode/decode binary files for transmittal
  1626.         via mail, or other text-only methods.  Binary file is
  1627.         expanded by approximately 35% for transmittal.
  1628.         Author:  Mark Horton
  1629.  
  1630. Vdraw        Drawing program, based on freedraw, but now transformed
  1631.         and enhanced beyond recognition.  This is version 1.14.
  1632.         This shareware program (suggested $15 donation) was
  1633.         submitted by the author for inclusion in the library.
  1634.         Author:  Stephen Vermeulen
  1635.  
  1636. VoiceFiler    Voice filer program for Yamaha DX series synthesizers.
  1637.         Voices are transfered to and from the Amiga over MIDI.
  1638.         Author:  Jack Deckard
  1639.  
  1640. Window        Sample program which shows how to create a DOS window
  1641.         in a custom screen.
  1642.         Author:  Andy Finkel
  1643.  
  1644. =========================================================================
  1645. ============================== README.list39 ==============================
  1646.  
  1647. This is disk 39 of the freely distributable AMIGA software library.
  1648.  
  1649. AnsiEcho    Some commands written in assembler.  Includes an
  1650.         echo command, touch, list, cls (clear screen), and ask
  1651.         (wait for user input).
  1652.         Author:  Dewi Williams
  1653.  
  1654. Display        Graphics display program to display HAM images from a
  1655.         ray tracing program.  Includes some really spectacular
  1656.         pictures.
  1657.         Author:  Dave Wecker
  1658.  
  1659. Driver        Demo device driver in source.  Functions as a RAM disk
  1660.         for demonstration purposes.
  1661.         Author:  Lee Erickson
  1662.  
  1663. Xlisp        Small lisp type interpreter, binary only (source to
  1664.         older version was on disk #18).  Version 1.7.
  1665.         Author:  Dave Betz
  1666.  
  1667. =========================================================================
  1668. ============================== README.list40 ==============================
  1669.  
  1670. This is disk 40 of the freely distributable AMIGA software library.
  1671.  
  1672. Note that many of the programs on this disk are shareware/freeware.
  1673. This means that if you find them useful, you are morally obligated
  1674. to send a small donation to the author to help support his efforts and
  1675. fund further development.  I hope that by including them in this
  1676. library I have furthered the author's goals of widest possible
  1677. distribution and thus maximum return.  Also note (for those that
  1678. like to split hairs) that I am distributing this disk as a "freebee".
  1679. To receive a copy, just request it when ordering any other disks from
  1680. the library.
  1681.  
  1682. Ahost        Amiga terminal emulator featuring ANSI terminal emulation,
  1683.         file transfer with CompuServe's B-Protocol, Kermit, and
  1684.         Xmodem, user definable function keys, script language,
  1685.         RLE graphics and a special conference mode for use
  1686.         with CIS.   Version 0.9.
  1687.         Author:  Steve Wilhite & George Jones
  1688.  
  1689. AmigaMonitor    Dynamically display the state of the machine, including
  1690.         open files, active tasks, resources, device states, 
  1691.         interrupts, libraries, ports, etc.  Display window into
  1692.         memory.  Version 0.21.  Suggested $15 donation.
  1693.         Author:  Jim Voris
  1694.  
  1695. Arc        The ubiquitous compressing archiver program that
  1696.         has become the de facto standard for distributing
  1697.         binaries and multi-file postings on most BBS's.
  1698.         This is Amiga version 0.16, a port of arc version v5.0.
  1699.         Suggested $35-$50 donation.
  1700.         Author:  System Enhancement Associates
  1701.              Amiga version by Raymond Brand
  1702.  
  1703. AreaCode    Program which decodes area codes into state and locality.
  1704.         Version 1.5.
  1705.         Author:  Bill Beogelein
  1706.  
  1707. Blink        A linker written as a replacement for Alink.  Fully
  1708.         Alink compatible and supports many additional options
  1709.         not found in Alink.  Also is much faster than Alink
  1710.         and produces smaller executable files.  Version 6.5.
  1711.         Author:  Combined efforts of the Software Distillery
  1712.  
  1713. Cosmo        An "asteriods" clone.  Suggested $6 donation.
  1714.         Author:  John Harris
  1715.  
  1716. Dg210        Data General D-210 Terminal emulator.  Suggested $12 
  1717.         donation.
  1718.         Author:  Steve Lenz
  1719.  
  1720. DirUtil        Nice little program to wander around directory tree using
  1721.         a windowing interface and performing various operations
  1722.         on files.  Version 1.4.
  1723.         Author:  Chris Nicotra, enhancements by Dave Jobusch
  1724.  
  1725. DOSHelper    Windowing program to print help information about various
  1726.         dos commands.  Version 1.60.  Suggested $10 donation.
  1727.         Author:  John Youells
  1728.  
  1729. PagePrint    Prints text files with date/time header, page breaks, and
  1730.         line numbers.  Suggested $10 donation.
  1731.         Author:  Phil Mercurio
  1732.  
  1733. PopCLI        Provides a simple way of starting another CLI at any
  1734.         time without having to load workbench or exit whatever
  1735.         program you may be using.  Also has a builtin screen
  1736.         saver mode that automatically blanks the Amiga console
  1737.         screen when there has been no input for a specified
  1738.         period of time.  Version II, which now includes source.
  1739.         Author: John Toebes
  1740.  
  1741. SpriteEd    Lets you simultaneously edit two sprite pairs to form
  1742.         a double wide sprite image.  Suggested $10 donation.
  1743.         Author:  Scott Lamb
  1744.  
  1745. X-Spell        A spelling checker to proofread text files and then allow
  1746.         you to move through the document, deciding what to do with
  1747.         the misspelled words.  Suggested $15 donation.
  1748.         Author:  Hayes Haugen
  1749.  
  1750. =========================================================================
  1751. ============================== README.list41 ==============================
  1752.  
  1753. This is disk 41 of the freely distributable AMIGA software library.
  1754.  
  1755. AmigaVenture    A program which allows you to write your own Infocom-style
  1756.         adventure programs in AmigaBasic.  It is a full-featured
  1757.         adventure parser, including direct and indirect objects,
  1758.         multiple object processing, adjectives, automatic
  1759.         ambiguity resolution, and subordinate clauses.  The
  1760.         parser includes support for one, two, or three-word verbs,
  1761.         and a full set of object-manipulation primitives.
  1762.         Author:  Mitsuharu Hadeishi
  1763.  
  1764. Csh        Version 2.03 of Matt's Csh-like shell.  Executable only.
  1765.         Author:  Matt Dillon
  1766.  
  1767. Dbug        Macro based C debugging package.  Machine independent.
  1768.         Provides function trace, selective printing of internal 
  1769.         state information, and more.  First released on disk #2.
  1770.         This version includes some bug fixes and enhancements.
  1771.         Author:  Fred Fish
  1772.         
  1773. DualPlayField    An example of using a dual-playfield screen, using a
  1774.         method contrary to documentation in the Intuition
  1775.         Manual.
  1776.         Author:  Jim Mackraz
  1777.  
  1778. GetFile        A very nice file name requester.  Unlike the earlier
  1779.         version on disk #35, this version includes source code.
  1780.         Author:  Charlie Heath
  1781.  
  1782. LatticeXref    A cross reference listing of all symbols defined in the
  1783.         Lattice 3.10 header files.  Sorted alphabetically by
  1784.         symbol string, includes file name and line number of all
  1785.         references and/or definitions.
  1786.         Author:  Fred Fish
  1787.  
  1788. Lines        A line drawing demo program, reminiscent of the "sparks"
  1789.         program on disk #9.
  1790.         Author:  Paul Jatkowski
  1791.  
  1792. SetFont        A program to change the font used in a workbench screen.
  1793.         Includes several sample fonts of various sizes.
  1794.         Author:  Michael McInerny
  1795.  
  1796. Vt100        Version 2.3 of the ever popular vt100 terminal program.
  1797.         Includes xmodem and kermit file transfer protocols.
  1798.         Author:  Dave Wecker
  1799.  
  1800. =========================================================================
  1801. ============================== README.list42 =============================
  1802.  
  1803. This is disk 42 of the freely distributable AMIGA software library.
  1804. To quote the "Read Me First" file:
  1805.  
  1806.     This diskette contains the Amiga version of MicroGNUEmacs (MG),
  1807.     a small but powerful text editor that runs on many other computer
  1808.     systems besides the Amiga.  One of MG's major goals is to be
  1809.     compatible with its cousin GNU Emacs, so certain features you
  1810.     may have seen in other versions of MicroEmacs may work differently
  1811.     here, or not exist.  Hopefully, you'll find the added features MG
  1812.     provides to be worth the trouble it takes to make the switch. 
  1813.  
  1814. From the "Read Me Second" file:
  1815.  
  1816.     This is the fourth Beta distribution of MicroGnuEmacs.  Beyond the
  1817.     work of Dave Conroy, author of the original public domain v30, this
  1818.     contains the efforts of:
  1819.  
  1820.     mwm@ucbopal.berkeley.edu    Mike Meyer
  1821.     mic@ngp.utexas.edu        Mic Kaczmarczik
  1822.     blarson@usc-oberon.arpa        Bob Larson
  1823.     rtech!daveb@sun.com        Dave Brower
  1824.  
  1825. A very nice job guys!  Congratulations.
  1826.  
  1827. This disk is essentially unchanged except that I have added the usual
  1828. README.dist and README.list files, along with changing the volume name
  1829. to AmigaLibDisk42.  The original volume name was "MG 1a".
  1830.  
  1831. =========================================================================
  1832. ============================== README.list43 =============================
  1833.  
  1834. This is disk 43 of the freely distributable AMIGA software library.
  1835.  
  1836. BasicBoing    An AmigaBasic program which shows animation by page
  1837.         flipping.  Precalculates all views of a rotating 3
  1838.         dimensional cube and then cycles through them rapidly
  1839.         for animation.
  1840.         Author:  Arthur Blume
  1841.  
  1842. Bbm        Demo copy of B.E.S.T. Software's Business Management
  1843.         System.  It is a full implementation with file sizes
  1844.         reduced for demo purposes.
  1845.         Author:  Business Electronics Software & Technology Inc.
  1846.  
  1847. BbsList        A list of Bulletin Board Systems which support the
  1848.         Amiga.  The list was compiled from a list on Delphi,
  1849.         Compuserve, bathroom walls, etc.
  1850.         Author:  Dick Sheffold
  1851.  
  1852. Cc        C compiler frontends for Manx and Lattice C, developed
  1853.         independently by Jay Ts.  These automatically filter off
  1854.         the annoying banner messages from various passes of
  1855.         the compilers.
  1856.         Author:  Jay Ts
  1857.  
  1858. Copper        A copper list disassembler.  Dumps the contents of a
  1859.         hardware copper instruction list.
  1860.         Author:  Scott Evernden
  1861.  
  1862. InstIFF        A program which converts sampled sound files from the
  1863.         Instruments dealer demo disks to IFF sampled sound files
  1864.         in a FORM 8SVX.
  1865.         Author:  Bobby Deen
  1866.  
  1867. PopColours    Lets you change the Red/Green/Blue components of any
  1868.         color register, on any screen currently in the system.
  1869.         Uses a movable window with slider gadgets.  Very well
  1870.         done.  Version 1.0, November 1986.
  1871.         Author:  Chris Zamara and Nick Sullivan
  1872.  
  1873. SpriteClock    A very simple clock that uses a sprite as it's display
  1874.         medium, thus allowing it to be displayed on top of all
  1875.         other screens.  Includes source in assembly language.
  1876.         Author:  Darrel Schneider
  1877.  
  1878. STEmulator    Turns your Amiga into an Atari ST (sort of).  Be sure
  1879.         to read the README file for the true story...
  1880.         Author:  David Addison
  1881.  
  1882. WBrun        A program designed to allow any program to be invoked from
  1883.         CLI yet behave as if it were invoked from Workbench.
  1884.         Workbench need not be loaded, thus saving the memory that
  1885.         Workbench would normally use.
  1886.         Author:  John Toebes
  1887.  
  1888. Wild        Two versions of Unix shell style wildcard matching routines.
  1889.         Author:  Rich Salz and Fred Fish
  1890.  
  1891. =========================================================================
  1892. ============================== README.list44 =============================
  1893.  
  1894. This is disk 44 of the freely distributable AMIGA software library.
  1895.  
  1896. Icons        Some miscellaneous icons for your viewing pleasure.
  1897.         Author:  Unknown
  1898.  
  1899. NewIFF        Some new iff material dealing with sampled voice
  1900.         and music iff files.
  1901.         Author:  Posted to usenet by Carolyn Scheppner
  1902.  
  1903. RayTracePics    Ray tracing pictures, some of which appeared on disk
  1904.         number 39, but now in IFF HAM format for MUCH faster
  1905.         loading and compatibility with existing IFF tools.
  1906.         Author:  Dave Wecker
  1907.  
  1908. ViewILBM    Reads an ILBM file and displays as a screen/window
  1909.         until closed.  Handles normal and HAM ILBM's.
  1910.         Author:  Based on ShowILBM, enhanced by Carolyn Scheppner
  1911.  
  1912. =========================================================================
  1913. ============================== README.list45 =============================
  1914.  
  1915. This is disk 45 of the freely distributable AMIGA software library.
  1916.  
  1917. Clue        Clue board game.  Nice.
  1918.         Author:  Greg Pryor
  1919.  
  1920. Make        Another version of make that seems to be more complete
  1921.         than many other PD makes.
  1922.         Author:  Unknown, downloaded from the Software Distillery
  1923.  
  1924. Pictures    Miscellaneous pictures selected from dozens of pictures
  1925.         that have come my way since the last full art disk.
  1926.         Author:  Rich Payne, Grace Rohlfs, and others.
  1927.  
  1928. Update        Used to update an older working disk with files from a
  1929.         newly released disk.  Files on the older disk that are
  1930.         out of date will be upgraded with files from the new disk.
  1931.         Author:  Unknown, downloaded from Software Distillery
  1932.  
  1933. WhereIs        Program which searches a disk for the first or multiple
  1934.         occurances of a file with a given name.
  1935.         Author:  Steve Poling
  1936.  
  1937. =========================================================================
  1938. ============================== README.list46 =============================
  1939.  
  1940. This is disk 46 of the freely distributable AMIGA software library.
  1941.  
  1942. Asm        A shareware macro assembler, submitted by the author.
  1943.         Asm is a 68010 macro assembler that is compatible with
  1944.         the assembler described in the AmigaDOS manual.
  1945.         Author:  Douglas Leavitt
  1946.  
  1947. CheckModem    A program which provides for executing other programs
  1948.         from your startup file, if and only if there is actually
  1949.         a modem connected to the serial port.
  1950.         Author:  Matt Dillon
  1951.  
  1952. Egad        A gadget editor from the Programmers Network.  Very
  1953.         nicely done and very useful.
  1954.         Author:  John Draper, Ray Larson, Brent Southard, and
  1955.              Dave Milligan
  1956.  
  1957. Jive        A filter program which transforms its standard input
  1958.         to "jive" on its standard output.
  1959.         Author:  Unknown
  1960.  
  1961. My.lib        A binary only copy of Matt's alternate runtime library.
  1962.         Author:  Matt Dillon
  1963.  
  1964. ProffMacros    Subset implementations of the Berkeley "ms" and System V
  1965.         "mm" macro packages, for the proff program.
  1966.         Author:  Tony Andrews and George Walker
  1967.  
  1968. ValSpeak    A filter program which transforms its standard input
  1969.         to "valspeak" on its standard output.
  1970.         Author:  Unknown
  1971.  
  1972. =========================================================================
  1973. ============================== README.list47 =============================
  1974.  
  1975. This is disk 47 of the freely distributable AMIGA software library.
  1976.  
  1977. 3D-Arm        The first stage of a larger project to study goal
  1978.         directed animation of articulated objects (objects
  1979.         which can move with various degrees of freedom but are
  1980.         constrained by attachment to other links within the
  1981.         object).  This program demonstrates goal directed
  1982.         animation with a simulated 3-dimensional robot arm.
  1983.         Includes source.
  1984.         Author:  Bob Laughlin
  1985.  
  1986. Juggler        Stunning animation of a robot juggler with ray
  1987.         traced reflective spheres.  Uses HAM mode display
  1988.         and sound effects to boot!
  1989.         Author:  Eric Graham
  1990.  
  1991. Vt100        Version 2.4 of Dave's vt100 terminal emulator.
  1992.         Includes xmodem and kermit file transfer protocols.
  1993.         Author:  Dave Wecker
  1994.  
  1995. =========================================================================
  1996. ============================== README.list48 =============================
  1997.  
  1998. This is disk 48 of the freely distributable AMIGA software library.
  1999.  
  2000. Bru        Alpha 1 version of a hard disk and/or file archiver
  2001.         written for Unix.  This is a vanilla port, with very
  2002.         little Amiga smarts, but it is usable.  This is also
  2003.         the last freely redistributable version.
  2004.         Author:  Fred Fish
  2005.  
  2006. Comm        A vt100 like terminal emulator with built in support
  2007.         for key functions and a phone number database.
  2008.         Version 1.30.
  2009.         Author:  DJ James
  2010.  
  2011. Csh2.04        Version 2.04 of Matt's csh-like shell.  Includes source.
  2012.         Author:  Matt Dillon
  2013.  
  2014. Csh2.04M    Version 2.04 of Matt's csh-like shell, heavily modified
  2015.         for Manx C.  Includes source.
  2016.         Author:  Matt Dillon, Manx version by Steve Drew
  2017.  
  2018. Diskperf    A disk benchmark program which runs on both Unix and the
  2019.         Amiga.
  2020.         Author:  Rick Spanbauer
  2021.  
  2022. Du        Computes disk usage of a file or directory (including
  2023.         subdirectories).  Very handy.
  2024.         Author:  Joe Mueller
  2025.  
  2026. MemWatch    Memwatch is a program intended to sit in the background
  2027.         and watch for random trashing of low memory by an
  2028.         application under development.  If it detects a write
  2029.         to low memory, it repairs it to what used to be there,
  2030.         then puts up a requester indicating what damage had been
  2031.         done.  Very useful!
  2032.         Author:  John Toebes
  2033.  
  2034. Profiler    A realtime execution profiler for Manx 3.30E.  Using this
  2035.         you can identify what sections of your program are using
  2036.         the most time, or being executed the most, and optimize
  2037.         as appropriate.  I was able to double the speed of some
  2038.         programs by using this tool.  Includes source.
  2039.         Author:  Tomas Rokicki
  2040.  
  2041. =========================================================================
  2042. ============================== README.list49 =============================
  2043.  
  2044. This is disk 49 of the freely distributable AMIGA software library.
  2045.  
  2046. Cycloids    An updated version of the hypocycloids (electronic
  2047.         spirograph) program first released on disk number 27.
  2048.         Author:  Terry Gintz
  2049.  
  2050. DirUtil        An enhanced version of the dirutil from disk number 35.
  2051.         Dirutil is a program to wander around a directory tree
  2052.         and perform various operations on files.  See README file
  2053.         for list of new features.
  2054.         Author:  Chris Nicotra, enhancements by Johan Widen
  2055.  
  2056. Multidef    A program to scan a collection of object and library
  2057.         files and identify multiply defined symbols.  This is
  2058.         useful to locate subtle problems where user defined
  2059.         symbols override library symbols.
  2060.         Author: Paul Jatkowski
  2061.  
  2062. MyUpdate    A disk update utility that also provides support for
  2063.         automatically stripping comments from C header files
  2064.         and for interactive verification on a per file basis.
  2065.         Author:  Joe Mueller
  2066.  
  2067. Plot        Program to compute and plot 3 dimensional functions.
  2068.         Includes hi-res interlace mode for maximum detail.
  2069.         Author:  Unknown; Amiga version by Terry Gintz
  2070.  
  2071. Polygon        A moire type pattern generator but with color cycling.
  2072.         Author:  Terry Gintz
  2073.  
  2074. QMouse        A program to query the status of the left mouse button
  2075.         and return a status code.  The return code can be used
  2076.         as a WARN condition in a CLI execute file to alter 
  2077.         execution.  Also includes a separate program to toggle
  2078.         interlace on and off.  Both are written in assembler and
  2079.         are very small.
  2080.         Author:  Robert Rethemeyer
  2081.  
  2082. Touch        A simple command to set the date of a file to the
  2083.         current date.  Uses new supported method of setting
  2084.         a file datestamp (rather than reading and writing
  2085.         back a byte).
  2086.         Author:  Phil Lindsay and Andy Finkel
  2087.  
  2088. Trees        Another "tree growing" program, similar to the one
  2089.         on disk number 31, but more extensive.
  2090.         Author:  Unknown; Amiga version by Terry Gintz
  2091.  
  2092. =========================================================================
  2093. ============================== README.list50 ==============================
  2094.  
  2095. This is disk 50 of the freely distributable AMIGA software library.
  2096.  
  2097. Note that many of the programs on this disk are shareware/freeware.
  2098. This means that if you find them useful, you are morally obligated
  2099. to send a small donation to the author to help support his efforts and
  2100. fund further development.  I hope that by including them in this
  2101. library I have furthered the author's goals of widest possible
  2102. distribution and thus maximum return.  Also note (for those that
  2103. like to split hairs) that I am distributing this disk as a "freebee".
  2104. To receive a copy, just request it when ordering any other disks from
  2105. the library.
  2106.  
  2107. Asm        A shareware macro assembler, submitted by the author.
  2108.         Asm is a 68010 macro assembler that is compatible with
  2109.         the assembler described in the AmigaDOS manual.  This is
  2110.         version 1.1, an update to the version on disk number 46,
  2111.         and includes bug fixes, additional standard Motorola
  2112.         mnemonics and a simple startup code module.
  2113.         Author:  Douglas Leavitt
  2114.  
  2115. BreakOut    A 3-D game.  Requires 3-D glasses.
  2116.         Author:  Tim Kemp
  2117.  
  2118. DiskZap        Program to "edit" a disk, sector by sector.  Version 1.1.
  2119.         Author:  Paris Bingham Jr.
  2120.  
  2121. FirstSiliCon    A smart input line interpreter that provides a separate
  2122.         command window with full editing and recall of previous
  2123.         commands.  Actual name is "Sili(Con:)".
  2124.         Author:  Pete Goodeve
  2125.  
  2126. Missile        A nice "missile defense" game.  Written 100% in
  2127.         assembler (source available from author) and is very fast!
  2128.         Author:  Glen Merriman
  2129.  
  2130. PerfectSound    PerfectSound demo, with a sound editor and sample sound
  2131.         files.  Looks very nice.
  2132.         Author:  Anthony Wood
  2133.  
  2134. Sizzlers    Graphics demo programs.
  2135.         Author:  Greg Epley
  2136.  
  2137. UnixArc        A version of arc suitable for Unix System V.
  2138.         Author:  System Enhancement Associates
  2139.  
  2140. Wombat        Yet another terminal emulation program.  Version 3.01.
  2141.         Has user settable cursor, programmable function keys,
  2142.         vt-102 emulation, auto-dialing, loadable settings files,
  2143.         and more.
  2144.         Author:  Dave Warker
  2145.  
  2146. =========================================================================
  2147. ============================== README.list51 =============================
  2148.  
  2149. This is disk 51 of the freely distributable AMIGA software library.
  2150.  
  2151. Bison        A replacement for unix "yacc" command.  This is from
  2152.         the GNU (GNU is Not Unix) effort, and was obtained
  2153.         from the Free Software Foundation.  This is a working
  2154.         update to the version on disk number 4, provided by
  2155.         Johan Widen.
  2156.         Author: Bob Corbett and Richard Stallman
  2157.  
  2158. Compress    This is an update to the compress version released
  2159.         on disk number 6.  It is tested and seems to work
  2160.         well except for a couple glitches noticed at the
  2161.         last minute (see the README file). Compress reduces the
  2162.         size of the named files using adaptive Lempel-Ziv coding.
  2163.         The amount of compression obtained depends on the size of
  2164.         the input, the number of bits per code, and the distribution
  2165.         of common substrings.  Typically, text such as source code
  2166.         or English is reduced by 50-60%.  Compression is generally
  2167.         much better then that achieved by Huffman coding
  2168.         (as used in "pack") or adaptive Huffman coding
  2169.         (as used in "compact"), and takes less time to compute.
  2170.         Author: Thomas Spencer, with improvements by others
  2171.  
  2172. Cos        A "Wheel Of Fortune" style game in AmigaBasic.
  2173.         Author:  Steve Michel
  2174.  
  2175. DifSsed        Dif produces a difference file which lists the
  2176.         line by line differences between any two text files.
  2177.         These differences can be fed to ssed (a stream type
  2178.         editor), along with the original text file, to remotely
  2179.         reproduce the other (new) file.  Binary only.
  2180.         Author:  Chuck Forsberg, Amiga port by Rich Schaeffer
  2181.  
  2182. Sq.Usq        Portable versions of the CPM sq and usq utilities.
  2183.         Author:  R. Greenlaw, many changes by Bill Swan
  2184.  
  2185. =========================================================================
  2186. ============================== README.list52 =============================
  2187.  
  2188. This is disk 52 of the freely distributable AMIGA software library.
  2189.  
  2190. Assign        Replacement for AmigaDOS assign command, written in C.
  2191.         Author:  Charles McManis
  2192.  
  2193. Fractal        A fractal program which produces a random square
  2194.         fractal terrain.
  2195.         Author:  John Olsen
  2196.  
  2197. HAMpoly        A polygon drawing demo which uses HAM mode to produce
  2198.         polygons of any of the possible 4096 colors.
  2199.         Author:  John Olsen
  2200.  
  2201. MxGads        Demonstrates how to make mutual exclusion of boolean
  2202.         gadgets work, even if they contain GadgetText.
  2203.         Author:  Willy Langeveld
  2204.  
  2205. Poly        A polygon drawing demo using the AreaMove, AreaDraw, and
  2206.         AreaEnd functions.
  2207.         Author:  John Olsen
  2208.  
  2209. Tek4010        A Tek 4010 emulator.
  2210.         Author:  Terry Whelan, with changes by Steve Poling
  2211.  
  2212. Vdraw1.16    Shareware drawing program submitted by the author.
  2213.         This version uses menus but includes some items not
  2214.         in version 1.19, also on this disk.
  2215.         Author:  Stephen Vermeulen
  2216.  
  2217. Vdraw1.19    Latest version of Vdraw, with a completely new iconic
  2218.         user interface, and some other new features including
  2219.         a color palette mixer and DPaint style brushes, extended
  2220.         cutting features, area locking, and a flexible printing
  2221.         interface.
  2222.         Author:  Stephen Vermeulen
  2223.  
  2224. =========================================================================
  2225. ============================== README.list53 =============================
  2226.  
  2227. This is disk 53 of the freely distributable AMIGA software library.
  2228.  
  2229. Animations    Some animations made with Aegis Animator.  Includes
  2230.         a player program.
  2231.         Author:  Aegis Development
  2232.  
  2233. ARCre        Creates rename scripts so that files with long names can
  2234.         be easily archived and dearchived correctly by "arc".
  2235.         Author:  John Hoffman
  2236.  
  2237. Arp        Some preliminary programs from a program started on BIX
  2238.         by Charlie Heath to replace all the BCPL AmigaDOS programs
  2239.         with assembly equivalents.  Includes "break", "cd", "chmod",
  2240.         "echo", "filenote", and "makedir".
  2241.         Author:  Charlie Heath and Scott Ballantyne
  2242.  
  2243. Compiler    An optimizing C compiler for the 68000.  Has successfully
  2244.         compiled itself on a 68000 based Unix system V machine,
  2245.         but has yet to be fully ported to the Amiga.  It will
  2246.         currently produce assembly output for simple C routines
  2247.         on the Amiga, but needs lots of work to be really useful
  2248.         as anything other than a learning tool for budding compiler
  2249.         guru's.
  2250.         Author:  Matthew Brandt
  2251.  
  2252. SpreadSheet    A simple "Visicalc-like" spread sheet calculator.  Also
  2253.         known as "vc" but there is currently a debate about whether
  2254.         or not that name is a registered trademark.  The version
  2255.         on disk number 36 was based on an earlier version of the
  2256.         same source.  This release also includes source code.
  2257.         Author: James Gosling, Mark Weiser, and Bob Bond
  2258.             Amiga port by Dave Wecker
  2259.  
  2260. TarSplit    A port of the OS/9 program that extracts files from
  2261.         Unix tar archives.
  2262.         Author:  James Jones.  Amiga version by Mike Meyer.
  2263.  
  2264. UUencode    Programs to encode/decode binary files for transmittal
  2265.         via mail or other text-only methods.  The binary file
  2266.         is expanded by approximately 35% for transmittal.  This
  2267.         release is an update to the version on disk number 38,
  2268.         and includes a simple line-by-line checksum technique that
  2269.         can read and write files compatible with the older
  2270.         uuencode/uudecode.
  2271.         Author:  Mark Horton with mods by Alan Rosenthal
  2272.  
  2273. =========================================================================
  2274. ============================== README.list54 =============================
  2275.  
  2276. This is disk 54 of the freely distributable AMIGA software library.
  2277.  
  2278. Hanoi        Classical demo program for recursion.  Solves the
  2279.         towers of hanoi problem in a workbench window of
  2280.         its own.
  2281.         Author:  Ali Ozer
  2282.  
  2283. ISpell        A quick and dirty port of a Unix version of a freely
  2284.         distributable screen oriented, interactive, spelling checker.
  2285.         I use the Unix version daily and it is very nice.
  2286.         You will need expansion ram to run this with the
  2287.         supplied dictionary, as it loads the entire 300K
  2288.         hashed dictionary into memory.  A hard disk is
  2289.         also recommended.
  2290.         Author:  Pace Willisson
  2291.  
  2292. Ing        The next step in the "boing wars".  Turns a nice screen
  2293.         full of little windows into a screen of lots of bouncing
  2294.         little windows.  Cute!
  2295.         Author:  Leo 'Bols Ewhac' Schwab
  2296.  
  2297. Lav        A "title bar type" program that displays the number of
  2298.         tasks in the Amiga's run queue, averaged over the
  2299.         last minute, 5 minutes, and 15 minutes.  Presumably
  2300.         inspired by, and named after, the BSD "load average"
  2301.         program.
  2302.         Author:  William Rucklidge
  2303.  
  2304. MidiTools    Simple programs to play and record through the MIDI I/F.
  2305.         Untested (I have no MIDI hardware).
  2306.         Author:  Fred Cassirer
  2307.  
  2308. MoreRows    A program to make the workbench screen larger than normal.
  2309.         The number of additional rows and columns are set via command
  2310.         line arguments.
  2311.         Author:  Neil Katin and Jim Mackraz
  2312.  
  2313. Tilt        Another of Leo's cute little toys.  This one
  2314.         makes your Amiga look like it didn't pass Commodore's
  2315.         vibration testing.
  2316.         Author:  Leo 'Bols Ewhac' Schwab
  2317.  
  2318. =========================================================================
  2319. ============================== README.list55 =============================
  2320.  
  2321. This is disk 55 of the freely distributable AMIGA software library.
  2322.  
  2323. Csh        Version 2.05 of Matt Dillon's csh like shell, modified
  2324.         for Manx C.
  2325.         Author:  Matt Dillon, Manx'ified by Steve Drew
  2326.  
  2327. NewStartups    A couple of new C startup modules. AStartup.asm is
  2328.         the source to AStartup.obj, with 1.2 fixes and better
  2329.         quote handling.  TWStartup.asm is like AStartup.asm but
  2330.         opens a stdio window, using a user supplied window 
  2331.         specification, when executed from workbench.
  2332.         Author:  Commodore, posted to BIX by Carolyn Scheppner
  2333.  
  2334. Palette        A tool which allows you to change another program's
  2335.         custom screen colors.  Based on Charlie Heath's
  2336.         palette program from disk number 1.
  2337.         Author:  Carolyn Scheppner
  2338.  
  2339. PipeDevice    A working 'pipe:' device, which allows the standard output
  2340.         of one process to be fed to the standard input of another
  2341.         process, with both processes running concurrently.
  2342.         Author:  Matt Dillon
  2343.  
  2344. ScreenSave    A program to save a normal or HAM mode screen as an
  2345.         IFF file.  Also creates an icon for the saved file.
  2346.         Author:  Carolyn Scheppner
  2347.  
  2348. ShangaiDemo    Demo version of the Activision game "Shanghai".
  2349.         Submitted directly by Activision for inclusion in
  2350.         the library.
  2351.  
  2352. SoundExample    A double buffered sound example for Manx C using 16-bit
  2353.         ints, small code, and small data.
  2354.         Author:  Jim Goodnow
  2355.  
  2356. Vsprites    A working vsprite example.
  2357.         Author:  Eric Cotton
  2358.  
  2359. Vt100        Version 2.6 of Dave's vt100 terminal emulator with
  2360.         kermit and xmodem file transfer.  It just keeps getting
  2361.         better and better...
  2362.         Author:  Dave Wecker
  2363.  
  2364. =========================================================================
  2365. ============================== README.list56 =============================
  2366.  
  2367. This is disk 56 of the freely distributable AMIGA software library.
  2368.  
  2369. ClipBoard    Clipboard device interface routines to provide a standard
  2370.         interface, such as Open, Close, Post, Read, Write, etc.
  2371.         Author:  Andy Finkel
  2372.  
  2373. ConPackets    Demos the use of DOS packets, finding the Window pointer
  2374.         and ConUnit pointer of the CLI window, toggling Raw mode,
  2375.         getting cursor position and limits from the ConUnit, and
  2376.         ESC-sequence cursor positioning.
  2377.         Author:  Carolyn Scheppner
  2378.  
  2379. GetDisks    Sample program to find all available disk device names and
  2380.         return them as a simple exec list.  The list is made of named
  2381.         nodes, with the name being the device name.
  2382.         Author:  Phillip Lindsay
  2383.  
  2384. GetVolume    Sample program to get the volume name of the volume that
  2385.         a given file resides on.  Works on any device, even the
  2386.         RAM: device.
  2387.         Author:  Chuck McManis
  2388.  
  2389. Icon2C        Reads an icon file and writes out a fragment of C code
  2390.         with the icon data structures, for inclusion in a
  2391.         larger program.
  2392.         Author:  Carolyn Scheppner
  2393.  
  2394. MergeMem    Program which attempts to merge the MemList entries
  2395.         of sequentially configured ram boards.  When successful,
  2396.         allows allocating a section of memory which spans
  2397.         board boundries.
  2398.         Author:  Carolyn Scheppner
  2399.  
  2400. mCAD        An object-oriented drawing program, version 1.1.
  2401.         Uses a small set of graphics primitives (like "line",
  2402.         "box", and "text") and a small set of editing functions
  2403.         (like "move", "size", and "rotate").  While drawing and
  2404.         editing, the user can call on other functions to
  2405.         modify the display; to zoom in, slide around, superimpose
  2406.         a grid, etc.  This shareware program was submitted by
  2407.         the author.
  2408.         Author:  Tim Mooney
  2409.  
  2410. =========================================================================
  2411. ============================== README.list58 =============================
  2412.  
  2413. This is disk 58 of the freely distributable AMIGA software library.
  2414.  
  2415. ASDG-rrd    Extremely useful shareware recoverable ram disk.
  2416.         This AmigaDOS device driver implements a completely
  2417.         DOS compatible disk device in memory that survives
  2418.         resets, guru's, and crashes.  An absolute must for
  2419.         those with lots of ram.  Binary only.
  2420.         Author:  Perry Kivolowitz, ASDG Inc.
  2421.  
  2422. BigView        Displays any IFF picture, independent of the physical
  2423.         display size, using hardware scroll.  Default display 
  2424.         size is 320 by 200 in lo-res; HIRES or LACE attributes
  2425.         added if user width/height exceeds low resolution
  2426.         boundaries.  Includes source.
  2427.         Author:  John Hodgson
  2428.  
  2429. EGraph        Egraph reads pairs of x and y values from a list of files
  2430.         and draws a formatted graph.  Supports four unique curve
  2431.         fonts; solid curves, dashed curves, dotted curves, and long
  2432.         dashed curves.  The maximum number of data points is 
  2433.         unlimited.  Has globs of options.  Binary only.
  2434.         Author:  Laurence Turner
  2435.  
  2436. HyperBase    Nice little shareware database management system.
  2437.         Version 1.5.  Binary only, source available from authors.
  2438.         Author:  Michael MacKenzie, Marc Mengel, and Craig Norborg
  2439.  
  2440. MemClear    Walks through the free memory lists, zeroing free memory
  2441.         along the way, and coalescing memchunks that have contiguous
  2442.         address spaces.  Includes source.
  2443.         Author:  John Hodgson
  2444.  
  2445. NewZAP        A third-generation multi-purpose file sector editing utility,
  2446.         from the author of FileZAP.  Displays and edits full 512-byte
  2447.         sectors via a 106 character wide internal font.  Includes
  2448.         a search feature to find specific strings or hex digits, 
  2449.         forwards or backwards.  Version 3.0, includes source.
  2450.         Author:  John Hodgson
  2451.  
  2452. RainBow        Marauder-style rainbow generator.  Installs a user copper
  2453.         list such that the background color is changed every few
  2454.         scan lines.  Includes source.
  2455.         Author:  John Hodgson
  2456.  
  2457. SmusPlayers    Two SMUS players, to play SMUS IFF music formatted files.
  2458.         Executables only.
  2459.         Author:  John Hodgson
  2460.  
  2461. View        A tiny ILBM viewer, for use with either the CLI or WorkBench.
  2462.         Includes source.
  2463.         Author:  John Hodgson
  2464.  
  2465. WBdump        JX-80 optimized workbench printer that does not use DumpRPort.
  2466.         Much more efficient than the Amiga JX-80 driver for full
  2467.         screen dumps.  Includes source.
  2468.         Author:  John Hodgson
  2469.  
  2470. =========================================================================
  2471. ============================== README.list59 =============================
  2472.  
  2473. This is disk 59 of the freely distributable AMIGA software library.
  2474.  
  2475. Browser        Another version of the browser program released on
  2476.         disks number 18 and number 34.  Includes some bug
  2477.         fixes and enhancements.  Includes source.
  2478.         Author:  Mike Meyer, enhancements by Mark Schretlen
  2479.  
  2480. Browser2    This browser type program is apparently not based on
  2481.         the original Mike Meyer version.  Binary only.
  2482.         Author:  Dan Green
  2483.  
  2484. Clock        Another clock program, comes in several flavors
  2485.         depending upon features desired, which include
  2486.         using alternate fonts, using alternate colors, setting
  2487.         the time, etc.  Binary only.
  2488.         Author:  Mark Waggoner
  2489.  
  2490. Dme        Version 1.22 of Matt's text editor.  Dme is a simple WYSIWYG
  2491.         editor designed for programmers.  It is not a WYSIWYG 
  2492.         word processor in the traditional sense.  Features include
  2493.         arbitrary key mapping, fast scrolling, title-line statistics
  2494.         multiple windows, and ability to iconify windows.
  2495.         Author:  Matt Dillon
  2496.  
  2497. DropCloth    Dropcloth replaces the standard blank WorkBench backdrop
  2498.         with a pattern, of setable intensity.  Binary only.
  2499.         Author:  Eric Lavitsky and Perry Kivolowitz
  2500.  
  2501. DropShadow    A program that makes your WorkBench windows have
  2502.         dropshadows.  Neat.  Binary only.
  2503.         Author:  Jim Mackraz
  2504.  
  2505. FixWB        A program similar to "DropCloth" (also on this disk),
  2506.         but not fully working yet.  At least this one is provided
  2507.         in source, so you get your choice of a working one in
  2508.         binary or a nonworking one in source.  Sigh.
  2509.         Author:  Leo Schwab
  2510.  
  2511. mCAD        An object-oriented drawing program, version 1.2.2.
  2512.         Uses a small set of graphics primitives (like "line",
  2513.         "box", and "text") and a small set of editing functions
  2514.         (like "move", "size", and "rotate").  While drawing and
  2515.         editing, the user can call on other functions to
  2516.         modify the display; to zoom in, slide around, superimpose
  2517.         a grid, etc.  This shareware program was submitted by
  2518.         the author.  Many improvements over the version 
  2519.         released on disk number 56.  Binary only.
  2520.         Author:  Tim Mooney
  2521.  
  2522. Robotroff    Another of Leo's cute little display hacks.  This one
  2523.         has a definite attraction to pointers (don't want to
  2524.         spoil the surprise).
  2525.         Author:  Leo Schwab
  2526.  
  2527. Supermort    A general compounding/amortization routine, using the
  2528.         intuition environment, which can be used for mortgage/loan
  2529.         computations.  Binary only.
  2530.         Author:  Mark Schretlen
  2531.  
  2532. =========================================================================
  2533. ============================== README.list60 ==============================
  2534.  
  2535. This is disk 60 of the freely distributable AMIGA software library.
  2536.  
  2537. Note that many of the programs on this disk are shareware/freeware.
  2538. This means that if you find them useful, you are morally obligated
  2539. to send a small donation to the author to help support his efforts and
  2540. fund further development.  I hope that by including them in this
  2541. library I have furthered the author's goals of widest possible
  2542. distribution and thus maximum return.  Also note (for those that
  2543. like to split hairs) that I am distributing this disk as a "freebee".
  2544. To receive a copy, just request it when ordering any other disks from
  2545. the library.
  2546.  
  2547.  
  2548. Blitz        Blitz is a small program that is designed to be loaded
  2549.         into memory and that sits in the background until activated
  2550.         by its hotkey.  It allows you to view a text file, much
  2551.         like a TYPE command, only that it lets you move forwards
  2552.         and backwards through the file.  Its screen updates are
  2553.         blitz'n.  Binary only.
  2554.         Author:  Hayes Haugen
  2555.  
  2556. BlitzFonts    Blitzfonts makes text output up to 6 times faster,
  2557.         transparently to well behaved programs.  It is also
  2558.         very small and written 100% in assembly for maximum
  2559.         speed.  Binary only.
  2560.         Author:  Hayes Haugen
  2561.  
  2562. HandShake    Handshake is a full featured VT52/VT100/VT102 terminal
  2563.         emulator.  The author has taken great pains to support
  2564.         the full VT102 spec.  This is version 1.20a, binary only.
  2565.         Author:  Eric Haberfellner
  2566.  
  2567. Med        Yet another Amiga text editor.  This one lets you edit up
  2568.         to 36 files simultaneously and makes extensive use of
  2569.         the mouse.  This is version 2.1, binary only.
  2570.         Author:  Francois Rouaix
  2571.  
  2572. PrtDrvGen    Program to automatically generate custom printer drivers.
  2573.         Version 1.1, binary only, source available from author.
  2574.         Author:  Joergen Thomsen
  2575.  
  2576. Show        A nice, very small slideshow type program, version 2.1,
  2577.         binary only.
  2578.         Author:  Andry Rachmat
  2579.  
  2580. Uedit        Version 2.0 of this nice shareware editor.  Has learn
  2581.         mode, a command language, menu customization, and other
  2582.         user configurability and customizability features.
  2583.         Binary only.
  2584.         Author:  Rick Stiles
  2585.  
  2586. Ueturbo        Example of extensive customization of Uedit to set up
  2587.         a nice development environment.  Includes source.
  2588.         Author:  Tom Althoff
  2589.  
  2590. =========================================================================
  2591. ============================== README.list61 =============================
  2592.  
  2593. This is disk 61 of the freely distributable AMIGA software library.
  2594.  
  2595. ATPatch        A program which reportedly will patch the Amiga Transformer
  2596.         for operation under Workbench 1.2 (I don't have one so
  2597.         couldn't test it).  Includes source.
  2598.         Author:  Philip Staub
  2599.  
  2600. FillDisk    Disksalv has been known to find some rather interesting
  2601.         things in the free blocks of some production disks
  2602.         from companies that should know better.  This little
  2603.         hack makes sure you don't get caught in the same trap,
  2604.         by scribbling the disk's free blocks in a totally safe
  2605.         manner.  Includes source (all 20 lines of it).
  2606.         Author:  Fred Fish
  2607.  
  2608. LPatch        Patch for programs, such as 'Atom', with bad 1.0 Lstartup
  2609.         code, which abort during startup under 1.2 with 00038007
  2610.         alert (can't open dos library).  Includes source.
  2611.         Author:  Carolyn Scheppner
  2612.  
  2613. MicroEmacs    Version 3.8b of Daniel Lawrence's variant of Dave
  2614.         Conroy's microemacs.  This version is greatly enhanced
  2615.         over the last version, distributed on disk number 22.
  2616.         For example, there is now a full extension language and 
  2617.         support for a larger number of 68000 machines.  Includes
  2618.         source.
  2619.         Author:  Dave Conroy, MANY enhancements by Daniel Lawrence
  2620.  
  2621. PearlFont    A font similar to Topaz, but with smoothed out edges
  2622.         and more rounded characters.
  2623.         Author:  Michael Portuesi
  2624.  
  2625. Terrain        Program which demonstrates generation of good looking
  2626.         pseudo-random scenery.  Includes source in Draco.
  2627.         Author:  Chris Gray
  2628.  
  2629. VSprites    Vsprite example from Rob's book "Programmers' Guide To
  2630.         The Amiga".  Produces 28 VSprites onscreen simultaneously,
  2631.         using only three distinct sets of colors.  Includes source.
  2632.         Author:  Rob Peck
  2633.  
  2634. =========================================================================
  2635. ============================== README.list62 ==============================
  2636.  
  2637. This is disk 62 of the freely distributable AMIGA software library.
  2638.  
  2639. This disk contains a port of the popular UNIX game "Hack", done by
  2640. John Toebes and the crew at the Software Distillery.  This is version
  2641. 1.0.3D.  The disk is unchanged except for the following:
  2642.  
  2643.     (1)    I have added this file, README.list62.
  2644.  
  2645.     (2)    I have added the standard distribution info file,
  2646.         README.dist.
  2647.  
  2648.     (3)    I have copied all the files to a freshly formatted
  2649.         disk, to create the master distribution disk, using
  2650.         a command of the form "copy df0: to df1: all".  This
  2651.         insures that disk fragmentation is kept to a minimum,
  2652.         but also has the unfortunate side-effect that all
  2653.         the file dates are changed.
  2654.  
  2655. Note that this disk must be named "Hack_Game".  I have elected to keep
  2656. that name, rather than using the usual "AmigaLibDiskXX" convention for
  2657. disks in my library, to avoid requiring users to rename the disk before
  2658. using it.
  2659.  
  2660. -Fred
  2661.  
  2662. =========================================================================
  2663. ============================== README.list63 ==============================
  2664.  
  2665. This is disk 63 of the freely distributable AMIGA software library.
  2666.  
  2667. This disk contains a port of the popular UNIX game "Larn", done by
  2668. Edmund Burnette and the crew at the Software Distillery.  This is version
  2669. 12.0B.  The disk is unchanged except for the following:
  2670.  
  2671.     (1)    I have added this file, README.list63.
  2672.  
  2673.     (2)    I have added the standard distribution info file,
  2674.         README.dist.
  2675.  
  2676.     (3)    I have copied all the files to a freshly formatted
  2677.         disk, to create the master distribution disk, using
  2678.         a command of the form "copy df0: to df1: all".  This
  2679.         insures that disk fragmentation is kept to a minimum,
  2680.         but also has the unfortunate side-effect that all
  2681.         the file dates are changed.
  2682.  
  2683. Note that this disk must be named "Larn".  I have elected to keep
  2684. that name, rather than using the usual "AmigaLibDiskXX" convention for
  2685. disks in my library, to avoid requiring users to rename the disk before
  2686. using it.
  2687.  
  2688. Also note that, as distributed, this disk is only about 40% full.  Normally
  2689. I try to fill my library disks to about 90-95% full, but these "packaged"
  2690. disks are special.
  2691.  
  2692. -Fred
  2693.  
  2694. =========================================================================
  2695. ============================== README.list64 ==============================
  2696.  
  2697. This is disk 64 of the freely distributable AMIGA software library.
  2698.  
  2699. This is a copy of the Amiga Developer's IFF disk, received directly from
  2700. Commodore-Amiga sources, with permission to place in the library and
  2701. redistribute.  It is an update to disk number 16, and is unchanged except
  2702. for:
  2703.  
  2704.     1)    The volume name has been changed to AmigaLibDisk64.
  2705.     2)    This file (README.list64) has been added.
  2706.  
  2707. I didn't have room for my standard README.dist file.  There were only
  2708. 4 free blocks on the disk when I got it!
  2709.  
  2710. Enjoy
  2711. -Fred
  2712.  
  2713. =========================================================================
  2714. ============================== README.list65 =============================
  2715.  
  2716. This is disk 65 of the freely distributable AMIGA software library.
  2717.  
  2718. Bawk        Text processor inspired by the Unix awk utility.  Bawk
  2719.         searches files for specific patterns and performs
  2720.         actions for every occurance of these patterns.  The
  2721.         patterns can be regular expressions.  The actions are
  2722.         expressed using a subset of the C language.  Unfortunately
  2723.         this version always gets a stack overflow no matter what
  2724.         the stack is set to, I haven't had a chance to find the
  2725.         bug.  Includes source, so you can hunt for it.  Looks
  2726.         like it could be a very useful utility for the Amiga.
  2727.         Author:  Bob Brodt
  2728.  
  2729. CloseWB        Simple program for use with MWB (also on this disk)
  2730.         to close a current WorkBench screen, and let you
  2731.         open WorkBench on a custom screen.
  2732.         Author:  Matt Dillon
  2733.  
  2734. Cookie        Fortune cookie program.  Includes source.
  2735.         Author:  Richard Stevens
  2736.  
  2737. JTime        Detailed instructions, including schematics in IFF
  2738.         format, for building and installing a battery backed
  2739.         up real-time clock.  The clock goes on the joystick
  2740.         port (aka mouse port 2).
  2741.         Author:  Michael Keryan
  2742.  
  2743. MenuBuilder    A program which automates the process of building
  2744.         menus.  It takes a simple text file and generates
  2745.         a C source file with all the needed structures for 
  2746.         linking with the rest of your program.  This is
  2747.         version 1.0, and includes source.
  2748.         Author:  A. Preston
  2749.  
  2750. MWB        A program which will create a new 'WorkBench' screen
  2751.         and route by request OpenWindow calls meant for the
  2752.         WorkBench to these new screens.  This allows you to run
  2753.         programs which normally open windows on the WorkBench
  2754.         screen to use a custom screen instead.  Version 1.01,
  2755.         includes source.
  2756.         Author:  Matt Dillon
  2757.  
  2758. NewPackets    Tutorial downloaded from BIX C-A support section, which
  2759.         describes some new packets and structures in 1.2 AmigaDos.
  2760.         Author:  Carolyn Scheppner
  2761.  
  2762. PascalToC    A Pascal to C translator program which is supposed to
  2763.         correctly handle function, procedure, and most type
  2764.         declarations.  However, this quick and dirty port didn't
  2765.         fare too well on even a simple little Pascal fragment from
  2766.         Software Tools in Pascal.  I don't know if the problem is
  2767.         machine dependencies in the code or bugs.  Looks like it
  2768.         could be useful with a little more work than I have time
  2769.         to put into it now.  Includes source.
  2770.         Author:  James Mullens, enhancements by Dan Kegel
  2771.  
  2772. Prep        Version 2.1 of a Fortran preprocessor called 'prep', an
  2773.         alternative to ratfor.  Prep has better macro facilities,
  2774.         a concise shorthand for array and vector statements, all the
  2775.         standard flow control constructs of forth, and is written
  2776.         in generic, portable C (I made no source changes).  
  2777.         Includes source.
  2778.         Author:  Roger Ove
  2779.  
  2780. RunBack        A program that allows you to start another program which
  2781.         is independent of the CLI window.  This is useful to start
  2782.         programs from your Startup-Sequence, load WorkBench, and
  2783.         then close the initial CLI (which could not be closed
  2784.         otherwise).
  2785.         Author:  Charlie Heath, Microsmiths
  2786.  
  2787. SunMouse    Makes your mouse behave like the Sun Microsystem
  2788.         Sunwindows mouse.  You no longer have to 'click' in
  2789.         a window to make it active.  Just move the mouse pointer
  2790.         into the window and start typing.  Version 1.0, binary only.
  2791.         Author:  Scott Evernden
  2792.  
  2793. =========================================================================
  2794. ============================== README.list66 =============================
  2795.  
  2796. This is disk 66 of the freely distributable AMIGA software library.
  2797.  
  2798. AmScsi        Preliminary documentation for a hardware project to
  2799.         build a SCSI controller board.  The design does not
  2800.         support DMA or AUTOCONFIG'ing.
  2801.         Author:  Rich Frantz
  2802.  
  2803. Asm68k        Full featured macro assembler, version 1.0.1, binary
  2804.         only.  Well documented.
  2805.         Author:  W. Wesley Howe
  2806.  
  2807. Assigned    Same code showing how to find out whether or not a
  2808.         name has been assigned (via the dos ASSIGN command)
  2809.         before using it, thus avoiding the DOS Insert-Disk
  2810.         requester.  Includes source.
  2811.         Author:  Dan Green
  2812.  
  2813. Dk        A little display hack, inspired by Leo's gems.  Written
  2814.         in Modula-2, includes source.
  2815.         Author:  Thomas Handel
  2816.  
  2817. Flip        Seems like Leo's gems have inspired lots of people.  This
  2818.         one is quite cute also.  Written in assembler, includes
  2819.         source.
  2820.         Author:  Mike Berro
  2821.  
  2822. Foogol        Just what you've been waiting for, a foogol cross
  2823.         compiler for your Amiga that generates VAX assembly
  2824.         code.  Now you can port all those Amiga foogol programs
  2825.         to your VAX!  Seriously, foogol-IV is a tiny Algol like
  2826.         language and this is a compiler for it.  Includes source.
  2827.         Author:  Per Lindberg
  2828.  
  2829. Free        Free returns the available free bytes on any storage
  2830.         device that AmigaDos sees as a drive.  A list of up to
  2831.         six drives is kept by the program and may be cleared or
  2832.         added to at any time by the user.  Includes source.
  2833.         Author:  Tom Smythe
  2834.  
  2835. MallocTest    A malloc/free test program that allocates and frees
  2836.         randomly sized pieces of memory with random lifetimes,
  2837.         and fills them with patterns that can be checked for
  2838.         corruption.  Useful for beating on your vendor supplied
  2839.         memory management routines, or possibly as a poorman's
  2840.         memory test program.  Includes source.
  2841.         Author:  Neil Webber
  2842.  
  2843. Melt        Another display hack from the master himself...
  2844.         Includes source.
  2845.         Author:  Leo Schwab
  2846.  
  2847. Nart        Another display hack from the master himself...
  2848.         Includes source.
  2849.         Author:  Leo Schwab
  2850.  
  2851. Purty        Provides an easy way to change some common printer
  2852.         settings via a small window with several gadgets.
  2853.         Binary only.
  2854.         Author:  Charles Tyson
  2855.  
  2856. RayTracer    A simple ray tracing program.  It is capable of depicting
  2857.         up to 150 balls and a plane that is covered with a tiling
  2858.         of any bitmapped picture.  Binary only and sparce
  2859.         documentation.
  2860.         Author:  Friedrich Knauss, Steve Williams, Jim Horn and
  2861.              Mark Reichert
  2862.  
  2863. SendPackets    Updated versions of the ASendPacket and SendPacket
  2864.         examples from disk number 35.  ASendPacket is an example
  2865.         program for sending multiple packets asynchronously
  2866.         to a dos handler, for those interested in implementing
  2867.         programs with asynchronous AmigaDos file I/O.
  2868.         SendPacket is a general purpose subroutine to send
  2869.         AmigaDos packets.  Includes source.
  2870.         Author: Phillip Lindsay
  2871.  
  2872. SnapShot    A small utility for dumping screens.  This one works
  2873.         like POPCLI and stays dormant until you press Ctrl-Esc.
  2874.         Binary only.
  2875.         Author:  Francois Rouaix
  2876.  
  2877. TagBBS        Version 1.02 of a shareware BBS system.  Suggested
  2878.         shareware donation is $25.  Binary only.
  2879.         Author:  Patrick Hughes
  2880.  
  2881. =========================================================================
  2882. ============================== README.list67 ==============================
  2883.  
  2884. This is disk 67 of the freely distributable AMIGA software library.
  2885.  
  2886. AmCat        Shareware disk cataloging program.  Suggested donation
  2887.         of $20.  Binary only.
  2888.         Author:  Brian Conrad
  2889.  
  2890. AmigaSpell    Very nice intuition oriented shareware spelling checker,
  2891.         version 2.0, binary only.
  2892.         Author:  Mike Berro
  2893.  
  2894. Bouncer        A 3-D simulation of a bouncing ball written in
  2895.         Creative Solutions' Multi-Forth, with source included.
  2896.         Author:  Jon Bryan
  2897.  
  2898. Comm        Another nice terminal program.  Version 1.33, binary only.
  2899.         Author:  DJ James
  2900.  
  2901. Dux5        Latest version of directory utility which is a descendant
  2902.         of the original dirutil program by Chris Nicotra.  Includes
  2903.         source.
  2904.         Author:  Enhancements and fixes by lots of people
  2905.  
  2906. HexCalc        Nice little hex/oct/dec/bin calculator and converter.
  2907.         Binary only.
  2908.         Author:  Scott Ross
  2909.  
  2910. Icons        A collection of some icons for general purpose programs
  2911.         and some particular programs.  The "documentation"
  2912.         icon is particularly cute.
  2913.         Author:  Jeff White
  2914.  
  2915. Mandala        A mandala graphic program with sound, sort of Eastern
  2916.         music.  Binary only.
  2917.         Author:  Unknown
  2918.  
  2919. PersMait    Demo version of shareware personal/personnel file manager.
  2920.         Includes list processing, capability to run mailing labels,
  2921.         mail merge output feature, and more.  Demo version is
  2922.         binary only and limited to input mode.  Suggested donation
  2923.         of $24 for the "real" version.
  2924.         Author:  Breen and Associates
  2925.  
  2926. RSLClock    Yet another nice little clock utility that can sit
  2927.         around in your title bar.  Lots of options.  Version 1.3,
  2928.         binary only.
  2929.         Author:  Roy Laufer
  2930.  
  2931. RTCubes        A little graphics demo that shows 16 3D cubes in a 3D
  2932.         space, all being translated, rotated, and drawn on the
  2933.         screen in real time.  Binary only, takes over the machine,
  2934.         reboot to recover.
  2935.         Author:  Ralph Russell
  2936.  
  2937. Wheel        Nice little "Wheel of Fortune" type game, written in
  2938.         AmigaBasic.
  2939.         Author:  Hari Wiguna
  2940.  
  2941. =========================================================================
  2942. ============================== README.list68 =============================
  2943.  
  2944. This is disk 68 of the freely distributable AMIGA software library.
  2945. To quote the "Read Me" file:
  2946.  
  2947.     This diskette contains the latest Amiga version of MicroGNUEmacs
  2948.     (MG 1b), a small but powerful text editor that also runs on many
  2949.     other computer systems besides the Amiga. 
  2950.  
  2951.     One of MG's major goals is to be compatible with its "cousin"
  2952.     GNU Emacs, so certain features you may have seen in other
  2953.     versions of MicroEmacs may work differently here, or not exist.
  2954.     Hopefully, you'll find the added features MG provides to be
  2955.     worth the trouble it takes to make the switch. 
  2956.  
  2957.     As well as the commands available on *all* systems MG supports,
  2958.     Amiga MG has many Amiga-specific features: the Amiga mouse (with
  2959.     24 different functions!), Intuition pull-down menus, the Browser
  2960.     (a very nice way to select files), Amiga function keys, a
  2961.     full-screen editing window, and support for using a different
  2962.     text font in the editing window. 
  2963.  
  2964.  
  2965. MicroGNUEmacs is based on the original work of Dave Conroy, author of the
  2966. public domain v30 version.  It has been greatly enhanced through the
  2967. efforts of the following people:
  2968.  
  2969.     mwm@ucbopal.berkeley.edu    Mike Meyer
  2970.     mic@ngp.utexas.edu        Mic Kaczmarczik
  2971.     blarson@usc-eclb.arpa        Bob Larson
  2972.     rtech!daveb@sun.com        Dave Brower    (previous version)
  2973.  
  2974. The current version is known to run on the following systems:
  2975.  
  2976.     4.2 & 4.3 BSD Unix, Sun 3.2
  2977.     Ultrix-32 (BSD Unix)
  2978.     OS9/68k
  2979.     VMS
  2980.     Amiga
  2981.     System V
  2982.     Eunice
  2983.     Primos
  2984.     Cpm/68k
  2985.     Atari ST
  2986.  
  2987. A very nice job guys!  Congratulations.
  2988.  
  2989. This disk is essentially unchanged except that I have added the usual
  2990. README.dist and README.list files, along with changing the volume name
  2991. to AmigaLibDisk68.  The original volume name was "MG1b".
  2992.  
  2993. =========================================================================
  2994. ============================== README.list69 =============================
  2995.  
  2996. This is disk 69 of the freely distributable AMIGA software library.
  2997.  
  2998. Asm68k        Full featured macro assembler, version 1.0.3, binary
  2999.         only.  Well documented.
  3000.         Author:  W. Wesley Howe
  3001.  
  3002. BlitLab        Blitlab is a program which lets you experiment with
  3003.         the blitter, to your hearts content, in relative safety.
  3004.         It opens a workbench window with gadgets for all the 
  3005.         registers of the blitter, and allows you to manipulate
  3006.         individual registers and perform blits on a magnified
  3007.         bitmap.  Includes source.
  3008.         Author:  Tomas Rokicki
  3009.  
  3010. Conman        A replacement console handler that provides line editing
  3011.         and command line history.  Is completely transparent to
  3012.         any application program that uses CON: windows.  Programs
  3013.         that use RAW: input are not affected.  VERY useful.
  3014.         Shareware version 0.9, binary only (source to be available 
  3015.         from author).
  3016.         Author:  William Hawes
  3017.  
  3018. Console        Console is a try at a new set of routines to get around some
  3019.         of the problems with the standard system routines, and 
  3020.         includes some simple graphics routines.  Includes source.
  3021.         Author:  Jim Cooper
  3022.  
  3023. Dk        A little display hack, inspired by Leo's gems.  Written
  3024.         in Modula-2, includes source.  Slightly newer than version
  3025.         on disk number 66.
  3026.         Author:  Thomas Handel
  3027.  
  3028. Frags        Reports the number of free blocks of size 2^(n-1) to
  3029.         (2^n)-1 for n up to 24 (blocks of max size 16Mb-1).
  3030.         Translation:  Gives you some idea of how fragmented
  3031.         your free memory is.  Includes source.
  3032.         Author:  Mike Meyer
  3033.  
  3034. IconType    Change the type of an icon after editing with IconEd.
  3035.         Types are Disk, Drawer, Tool, Project, Garbage, and Device.
  3036.         Includes source.
  3037.         Author:  Larry Phillips
  3038.  
  3039. Make        Public domain make from mod.sources, Volume 7, number 91.
  3040.         It has been cleaned up, Manx'ified, and some new features
  3041.         added, by Steve Walton.  Includes source.
  3042.         Author:  "caret@fairlight.OZ"
  3043.  
  3044. MonProc        A simple program to allow you to monitor any process for
  3045.         packet activity.  Includes source.
  3046.         Author:  Phillip Lindsay
  3047.  
  3048. MouseClock    Turns your mouse pointer into a digital clock with
  3049.         updates once per minute.  Includes source.
  3050.         Author:  John Hoffman
  3051.  
  3052. Sb        Structure browser, that displays system structures
  3053.         via pointers found in other structures.  You start
  3054.         from IntuitionBase and go from there.  Version 1.0,
  3055.         includes source.
  3056.         Author:  Nick Sullivan and Chris Zamara
  3057.  
  3058. Spew        Program which generates amusing 'National Enquirer'
  3059.         type headlines.  Works from a 'rules file' which
  3060.         describes how the headlines are to be constructed.
  3061.         Includes source.
  3062.         Author:  Gregory Smith (original by "mark@pixar")
  3063.  
  3064. Spool        The SPOOL system consists of 3 programs: A queue manager,
  3065.         a printer driver, and a SPOOL request program.  The SPOOL
  3066.         system demonstrates the power of the Amiga's mutitasking
  3067.         abilities in a very practical way.  It makes extensive use
  3068.         of Amiga Exec's message passing facilities and list-handling
  3069.         primitives.  Version 1.2, includes source.
  3070.         Author:  Tim Holloway
  3071.  
  3072. Wc        A "word count" program, ala Unix's wc, that is faster
  3073.         because it doesn't count what you don't ask for, plus
  3074.         some other improvements.  Includes source.
  3075.         Author:  Steve Summit
  3076.  
  3077. =========================================================================
  3078. ============================== README.list70 =============================
  3079.  
  3080. This is disk 70 of the freely distributable AMIGA software library.
  3081.  
  3082. Note that many of the programs on this disk are shareware/freeware.
  3083. This means that if you find them useful, you are morally obligated
  3084. to send a small donation to the author to help support his efforts and
  3085. fund further development.  I hope that by including them in this
  3086. library I have furthered the author's goals of widest possible
  3087. distribution and thus maximum return.  Also note (for those that
  3088. like to split hairs) that I am distributing this disk as a "freebee".
  3089. To receive a copy, just request it when ordering any other disks from
  3090. the library.
  3091.  
  3092. AmigaMonitor    Dynamically display the state of the machine, including
  3093.         open files, active tasks, resources, device states, 
  3094.         interrupts, libraries, ports, etc.  Display window into
  3095.         memory.  Version 1.13, binary only (source available
  3096.         from author).  Author suggests $15 donation.
  3097.         Author:  Jim Voris
  3098.  
  3099. Arc        The ubiquitous compressing archiver program that
  3100.         has become the de facto standard for distributing
  3101.         binaries and multi-file postings on most BBS's.
  3102.         This is Amiga version 0.23, a port of arc version v5.0,
  3103.         binary only.  Author suggests $35-$50 donation.
  3104.         Author:  System Enhancement Associates
  3105.              Amiga version by Raymond Brand
  3106.  
  3107. BlackBook    Keeps track of those important phone numbers and addresses.
  3108.         Shareware, author suggests $30 donation.
  3109.         Author:  Craig Nelson
  3110.  
  3111. DoTil        Lists, in alphabetical order, all files on any two directories,
  3112.         showing file size, creation date/time, and amount of free
  3113.         disk space.  Also copies, renames, or deletes files and/or
  3114.         directories, and moves files from one directory to another.
  3115.         Version 2.0, shareware, author suggests $15 donation.
  3116.         Author:  Dan Franki
  3117.  
  3118. GravityWars    The object of this game is for one player to hit the
  3119.         other player's ship with a missle, before being hit
  3120.         yourself.  The ships and planets don't move, but
  3121.         aiming the missle in the presence of gravity fields
  3122.         and black holes makes hitting your target difficult.
  3123.         Version 1.03, shareware, author suggests $5 donation.
  3124.         Author:  Ed Bartz
  3125.  
  3126. Jobs        A alternate user interface to WorkBench or CLI.  Version
  3127.         2.1, binary only.
  3128.         Author:  John Sawaya
  3129.  
  3130. Lens        This program magnifies a small area surrounding the pointer
  3131.         and displays it in a separate window.  Version 1.0, binary
  3132.         only.
  3133.         Author:  Ned Konz
  3134.  
  3135. Life-3d        A 3d version of the classic cellular-automaton game.
  3136.         Shareware, author suggests $20 donation.  Version 1.2,
  3137.         binary only.
  3138.         Author:  Bob Benedict
  3139.  
  3140. Logo        A logo interpreter, with user interface like the Apple II
  3141.         logo.  Shareware, author suggests $5 donation.
  3142.         Author:  Gerald Owens
  3143.  
  3144. SetKey        Keymap editor, version 1.0 demo.   Version without save
  3145.         function disabled is $25.  Binary only.
  3146.         Author:  Charles Carter (CodeWorks)
  3147.  
  3148. Vpg        Video Pattern Generator.  Creates displays useful for
  3149.         adjusting monitors and setting up live shots with
  3150.         center crosshair, frame, dots, H lines, V lines and
  3151.         an adjustable rectangle.  Version 1.0.
  3152.         Author:  Mike Berro
  3153.  
  3154. =========================================================================
  3155. ============================== README.list71 =============================
  3156.  
  3157. This is disk 71 of the freely distributable AMIGA software library.
  3158.  
  3159. AirFoil        Airfoil generator utilizing the Joukowski transformation.
  3160.         Generates airfoil models as well as their corresponding
  3161.         streamline and pressure distributions.  Includes source.
  3162.         Author:  Russell Leighton
  3163.  
  3164. AmiBas        Some miscellaneous AmigaBASIC programs, including
  3165.         a 3D plot program, a caleidoscope, a C-A logo drawing
  3166.         program, a file comparison utility, a string search
  3167.         program, etc.  Includes source.
  3168.         Author:  Peter Kittel
  3169.  
  3170. Blocks        A variation of "lines", but with variable color blocks.
  3171.         Binary only.
  3172.         Author:  Gary Walker
  3173.  
  3174. Comm        Another nice terminal program.  Version 1.34, binary only.
  3175.         Author:  DJ James
  3176.  
  3177. DiskX        A handy utility for poking around in the guts of an
  3178.         AmigaDOS file system.  Binary only, but source available
  3179.         from author.
  3180.         Author:  Steve Tibbett
  3181.  
  3182. Fpic        Fpic is an image processing program, designed specifically 
  3183.         to be used in conjunction with digitized (Digi-View) lo-res
  3184.         black & white IFF picture files.  Provides several filters,
  3185.         including average, binary (threshold), clipblit, cross, 
  3186.         Sobel, Roberts, pixelize, sharpen, and a user defined
  3187.         matrix.  Also supports merging of two images, histogram,
  3188.         image compare, and remapping.  Binary only.
  3189.         Author:  Bob Bush
  3190.  
  3191. IconMk        Iconmaker builds icons for files that were created without
  3192.         them.  Version 1.2a, binary only.
  3193.         Author:  Eric Levy
  3194.  
  3195. Icons        Various new Icons from several sources.
  3196.         Author:  Several
  3197.  
  3198. NewFonts    Two new fonts; shalt18, an electronic ciruit element
  3199.         font, and ibm5, a PC like font, different from that
  3200.         for Sidecar.
  3201.         Author:  Peter Kittel
  3202.  
  3203. PetCLI        An AmigaBASIC program that allows editing in CLI command
  3204.         lines (similar to the PET and MYCLI).  Includes source.
  3205.         Author:  Peter Kittel
  3206.  
  3207. PWDemo        Demo version 1.2 of the commercial product PowerWindows.
  3208.         PowerWindows aids in creation of custom windows, menus,
  3209.         and gadgets.  It will write C or assembly source implementing
  3210.         these, for linking with your programs.  Binary only.
  3211.         Author:  Inovatronics Inc.
  3212.  
  3213. Rot        Program which generates and displays 3D objects.  Consists
  3214.         of two pieces, an object editor and an action editor.
  3215.         The object editor creates 3D objects and the action
  3216.         editor defines up to 24 3D views of an object (which
  3217.         can be quickly cycled to get an animation effect).
  3218.         Version 0.5, binary only.
  3219.         Author:  C. French
  3220.  
  3221. TimeSet        Handy little utility to set the system time from the
  3222.         workbench environment, without resorting to preferences.
  3223.         Binary only.
  3224.         Author:  Unknown  (DEH?)
  3225.  
  3226. =========================================================================
  3227. ============================== README.list72 =============================
  3228.  
  3229. This is disk 72 of the freely distributable AMIGA software library.
  3230.  
  3231. It's been quite a while since the last disk with any pictures, so
  3232. this one is just chock full of them.  There are HAM pictures, high
  3233. resolution B&W digitized pictures, and some interesting freehand
  3234. drawings.  Has a little of everything...
  3235.  
  3236. =========================================================================
  3237. ============================== README.list73 =============================
  3238.  
  3239. This is disk 73 of the freely distributable AMIGA software library.
  3240.  
  3241. Add        Lets you create keyboard shortcuts for selection of menu
  3242.         items in programs where the author did not make provisions
  3243.         for such shortcuts, or chose ones that disagree with you.
  3244.         Also includes "until" which waits for a specific named
  3245.         window to be created.  Shareware, includes source.
  3246.         Author:  John Russell
  3247.  
  3248. AutoIconOpen    Example code to fool WorkBench into thinking it is receiving
  3249.         mouse inputs that select and open icons.  Includes source.
  3250.         Author:  Tony Wills
  3251.  
  3252. Dio        A module which makes it very easy to use EXEC devices,
  3253.         such as the 'serial.device'.  It's generic and can be
  3254.         used with any EXEC device.  It allows you to easily open
  3255.         libraries, get multiple IO channels for a device,
  3256.         read, write, do asyncronous operations, etc.  Includes
  3257.         source.
  3258.         Author:  Matt Dillon
  3259.  
  3260. Dissolve    A program like ViewILBM, but the image slowly coalesces
  3261.         as pixels are added in random patterns.  Inspired by an
  3262.         article in Nov 86 issue of Doctor Dobb's Journal by 
  3263.         Mike Morton.  Includes source.
  3264.         Author:  Lee Robertson
  3265.  
  3266. DTerm        Small, flexible, terminal program with intelligent data
  3267.         mapping, intelligent keyboard mapping, dynamic menus,
  3268.         intelligent command language, asyncronous IO, duplex
  3269.         control, and a state machine structure allowing you
  3270.         to build any automatic control structure you wish
  3271.         (from auto-redial, sequence dialing, to auto-logon).
  3272.         Version 1.10, binary only.
  3273.         Author:  Matt Dillon
  3274.  
  3275. Expose        Program which will automatically cause all screen
  3276.         drag bars and screen depth-arrangers to become exposed.
  3277.         Sends a message to windows which obscure the screen drag
  3278.         bars, asking them to move down a pixel, and also
  3279.         to become smaller if necessary.  Includes source.
  3280.         Author:  John Russell
  3281.  
  3282. Lit        Lit filters a file to stdout, showing all characters
  3283.         in an unambiguous format.  Printable characters are 
  3284.         printed as is, non-printable characters are printed
  3285.         in any of three representation formats.  Version 2.0,
  3286.         includes source.
  3287.         Author:  Donald Irving
  3288.  
  3289. Lmv        This shareware program, submitted by the author, is
  3290.         called "Long Movie".  It loads up to 100 IFF graphics
  3291.         files and displays them in forward or reverse order,
  3292.         at up to 19 frames per second, to create computer
  3293.         animations for VCR recording.  Binary only, source
  3294.         available from author.
  3295.         Author:  Jim Webster
  3296.  
  3297. MouseOff    Mouseoff will cause the mouse pointer to disappear and
  3298.         then reappear if mouse movement is detected.  It will
  3299.         disappear again after 10 seconds of no mousing around.
  3300.         Includes source.
  3301.         Author:  Denny Jenkins
  3302.  
  3303. ParOut        An example that uses the parallel port resources
  3304.         (ciaa.resource and misc.resource) to access the parallel
  3305.         port directly.  Compiled, but untested, since I have
  3306.         nothing hooked to mine.  Includes source.
  3307.         Author:  Phillip Lindsay
  3308.  
  3309. PenPalFont    A font which will make your six year old feel right
  3310.         at home in a CLI window.  Cute.
  3311.         Author:  Burton Ogden
  3312.  
  3313. RunBackGround    Ancient history, but when I went looking for it on
  3314.         my disks, it was apparently something I missed.  This
  3315.         program performs a function similar to that performed
  3316.         by RunBack on disk number 66, but this one is in
  3317.         C rather than assembler.  Includes source.
  3318.         Author:  Rob Peck
  3319.  
  3320. SnapShot    A small utility for dumping screens.  This one works
  3321.         like POPCLI and stays dormant until you press Ctrl-Esc.
  3322.         Previous release on disk number 66 did not with with
  3323.         expansion ram, this one does.  Binary only.
  3324.         Author:  Francois Rouaix
  3325.  
  3326. TypeAndTell    Example program that demonstrates installation of
  3327.         an input device handler before the Intuition one.
  3328.         This example traps all keys typed by the user and
  3329.         pronounces them in real time.  To quit press CNTL
  3330.         LEFT-SHIFT LEFT-ALT RIGHT-AMIGA simultaneously.
  3331.         Includes source.
  3332.         Author:  Giorgio Galeotti
  3333.  
  3334. Xplor        A program that scans all the system lists that start in
  3335.         ExecBase and prints out their names and addresses at
  3336.         which they start.  Includes assembly source.
  3337.         Author:  Larry Phillips
  3338.  
  3339. =========================================================================
  3340. ============================== README.list74 =============================
  3341.  
  3342. This is disk 74 of the freely distributable AMIGA software library.
  3343.  
  3344. Cled        A simple command line editor which allows you to edit
  3345.         your commands before and after they are processed.
  3346.         Uses the arrow keys and simple control sequence keystrokes
  3347.         for cursor positioning and editing tasks.  Version 1.3,
  3348.         binary only.
  3349.         Author:  Pat Empleo
  3350.  
  3351. Control        Program which provides finer control over the printer
  3352.         device.  When it sees a DUMPRPORT, it fires up a requestor
  3353.         and lets you play with the values being passed in the
  3354.         IORequest block.  Includes source.
  3355.         Author:  Andy Finkel
  3356.  
  3357. Dme        Version 1.25 of Matt's text editor.  Dme is a simple WYSIWYG
  3358.         editor designed for programmers.  It is not a WYSIWYG 
  3359.         word processor in the traditional sense.  Features include
  3360.         arbitrary key mapping, fast scrolling, title-line statistics
  3361.         multiple windows, and ability to iconify windows.  Update
  3362.         to version on disk number 59.  Binary only.
  3363.         Author:  Matt Dillon
  3364.  
  3365. DropShadow    A program that makes your WorkBench windows have
  3366.         dropshadows.  Update to version on disk number 59, this
  3367.         one has slider gadgets to adjust the 3-dimensional
  3368.         distance between window planes and the shadow darkness.
  3369.         Neat, version 2.0, binary only.
  3370.         Author:  Jim Mackraz
  3371.  
  3372. Funds        AmigaBASIC program to track the prices of mutual funds or
  3373.         stocks.  Includes source.
  3374.         Author:  Bill Strack
  3375.  
  3376. Less        Like Unix "more", only better, with forward and
  3377.         backward scrolling, searching and positioning by
  3378.         percent of file and line number, etc.  Very useful!
  3379.         This is Amiga version 1.1, an update to the version
  3380.         on disk number 34.  Includes source.
  3381.         Author: Mark Nudelman, Amiga port by Bob Leivian
  3382.  
  3383. Makemake    Reads C source files and constructs a vanilla makefile
  3384.         in the current directory.  Includes source.
  3385.         Author:  Tim McGrath
  3386.  
  3387. mCAD        An object-oriented drawing program, version 1.2.4.
  3388.         Uses a small set of graphics primitives (like "line",
  3389.         "box", and "text") and a small set of editing functions
  3390.         (like "move", "size", and "rotate").  While drawing and
  3391.         editing, the user can call on other functions to modify
  3392.         the display; to zoom in, slide around, superimpose a grid,
  3393.         etc.  Update to version on disk number 59.
  3394.         Shareware, binary only.
  3395.         Author:  Tim Mooney
  3396.  
  3397. Random        Simple random number generator in C.  Includes source.
  3398.         Author:  Gene Toole (?)
  3399.  
  3400. TDebug        Monitor a device by intercepting the EXEC SendIO and DoIO
  3401.         vectors.  This will give you most of the IO request
  3402.         information for any device.  Version 1.00, includes source.
  3403.         Author:  Matt Dillon
  3404.  
  3405. Units        Units conversion program, including a chart option which
  3406.         allows you to create charts of conversions.  Nifty.
  3407.         Includes source.
  3408.         Author:  Gregory Simpson
  3409.  
  3410. XCopy        A replacement for the AmigaDOS copy command.  Preserves
  3411.         the file date, provides an "update only" option, and
  3412.         uses Unix type wildcards.  Binary only.
  3413.         Author:  Lee Robertson
  3414.  
  3415. =========================================================================
  3416. ============================== README.list75 =============================
  3417.  
  3418. This is disk 75 of the freely distributable AMIGA software library.
  3419.  
  3420. Bezier        Simple programs to allow you to fool around with Bezier
  3421.         curves, using the mouse to move the points that define
  3422.         the curve and a prop gadget to change the granularity of
  3423.         the curve generation loop.  Includes source.
  3424.         Author:  Matt Dillon
  3425.  
  3426. BSplines    Simple program to fool around with B-SPLINES, ala the
  3427.         Bezier programs described above.  Includes source.
  3428.         Author:  Matt Dillon
  3429.  
  3430. Comm        Source release for comm version 1.34.  Last release
  3431.         on disk number 71 was binary only.
  3432.  
  3433. Copy        A replacement for the AmigaDOS copy program that
  3434.         is upwardly compatible, plus includes some new
  3435.         features like date preservation.  Version 1.0, 
  3436.         includes source.
  3437.         Author:  Jeff Lydiatt
  3438.  
  3439. Diff        A simple version of diff.  Includes source.
  3440.         Author:  Erik Baalbergen
  3441.  
  3442. DuM2        A version of the ever popular directory utility (dirutil)
  3443.         but this one is written in Modula 2 and includes source.
  3444.         Dirutil is a program to wander around a directory tree
  3445.         and perform various operations on files.  Version 1.5.
  3446.         Author:  Greg Browne
  3447.  
  3448. Eless        A faster directory lister, that also sorts entries
  3449.         and displays directories in the current cursor color
  3450.         (ala the Manx "ls" program).  Includes source.
  3451.         Author:  Leo Schwab
  3452.  
  3453. Fd        A modified version of Leo's "eless" that processes
  3454.         an entire track at a time, to minimize rereading of
  3455.         blocks.  Includes source.
  3456.         Author:  Leo Schwab, enhancements by Stephen Vermeulen
  3457.  
  3458. HardCopy    A neat little program that creates a hardcopy transcript
  3459.         of any CLI session (like the unix "script" program).
  3460.         Includes source.
  3461.         Author:  Davide Cervone
  3462.  
  3463. MouseOff    Enhanced and smaller version of MouseOff released on
  3464.         disk number 73.  MouseOff will cause the mouse pointer
  3465.         to disappear and then reappear if mouse movement is
  3466.         detected.  Includes source.
  3467.         Author:  Denny Jenkins, reworked by Tom Smythe
  3468.  
  3469. SetFont        Program to change the font used by a workbench screen.
  3470.         Version 2.0, source included.
  3471.         Author:  Dave Haynie
  3472.  
  3473. SpeedDir    Another faster directory lister type program.  This
  3474.         one uses the standard dir utility format for displaying
  3475.         directories.  Written in assembler, includes source.
  3476.         Author:  Bryce Nesbitt
  3477.  
  3478. =========================================================================
  3479. ============================== README.list76 ==============================
  3480.  
  3481. This is disk 76 of the freely distributable AMIGA software library.
  3482.  
  3483. This is disk 1 of 2 of Chris Gray's Draco distribution for the Amiga.
  3484. The disk is unchanged except for the following:
  3485.  
  3486.     (1)    I have added this file, README.list76.
  3487.  
  3488.     (2)    I have added the standard distribution info file,
  3489.         README.dist.
  3490.  
  3491. Note that this disk was named "Draco SYS".  I have elected to keep
  3492. that name, rather than using the usual "AmigaLibDiskXX" convention for
  3493. disks in my library, to avoid requiring users to rename the disk before
  3494. using it.
  3495.  
  3496. Also note that, as distributed, this disk is only about 65% full.  Normally
  3497. I try to fill my library disks to about 90-95% full, but these "packaged"
  3498. disks are special.
  3499.  
  3500. -Fred
  3501.  
  3502. =========================================================================
  3503. ============================== README.list77 ==============================
  3504.  
  3505. This is disk 77 of the freely distributable AMIGA software library.
  3506.  
  3507. This is disk 2 of 2 of Chris Gray's Draco distribution for the Amiga.
  3508. The disk is unchanged except for the following:
  3509.  
  3510.     (1)    I have added this file, README.list77.
  3511.  
  3512.     (2)    I have added the standard distribution info file,
  3513.         README.dist.
  3514.  
  3515. Note that this disk was named "Draco Other".  I have elected to keep
  3516. that name, rather than using the usual "AmigaLibDiskXX" convention for
  3517. disks in my library, to avoid requiring users to rename the disk before
  3518. using it.
  3519.  
  3520. Also note that, as distributed, this disk is only about 80% full.  Normally
  3521. I try to fill my library disks to about 90-95% full, but these "packaged"
  3522. disks are special.
  3523.  
  3524. -Fred
  3525.  
  3526. =========================================================================
  3527. ============================== README.list78 =============================
  3528.  
  3529. This is disk 78 of the freely distributable AMIGA software library.
  3530.  
  3531. Cycles        A simple but enjoyable game apparently inspired by the
  3532.         cycle game in the movie "Tron".  Version 1.0, binary only.
  3533.         Author:  John G. Gilmore
  3534.  
  3535. EOMS        Experts Only Mercenary Simulator.  A neat (and tough!)
  3536.         PD game that was originally developed for eventual
  3537.         commercial release but for various reasons the author
  3538.         decided to release as PD instead.  So far my son has
  3539.         beat every other Amiga game I've got, both PD and
  3540.         commercial, but he gave up on this one.  For serious
  3541.         game players.  Binary only.
  3542.         Author:  Daniel Cardenas
  3543.  
  3544. MandelVroom    A new Mandelbrot picture generator with some neat
  3545.         features, including use of contour map making techniques
  3546.         that allow you direct control over coloration and 
  3547.         recoloration in seconds, selectable fixed point or floating
  3548.         point computations, contour palette, picture presets, etc.
  3549.         Version 1.50, includes source.
  3550.         Author:  Kevin Clague
  3551.  
  3552. =========================================================================
  3553. ============================== README.list79 =============================
  3554.  
  3555. This is disk 79 of the freely distributable AMIGA software library.
  3556.  
  3557. AsmTools    Some CLI type tools, written in assembler (echo,
  3558.         loadit, mounted, setlace, why).  Includes source.
  3559.         Author:  Bryce Nesbitt
  3560.  
  3561. AssignDev    Assigns multiple names to a given device.  For example,
  3562.         allows the names "df0:" and "df3:" to refer to the
  3563.         same physical device.  Includes source.
  3564.         Author:  Phillip Lindsay
  3565.  
  3566. AuxHandler    Example of a dos handler that allows use of a CLI via
  3567.         the serial port.  Includes source.
  3568.         Author:  Steve Drew
  3569.  
  3570. Cmd        Cmd redirects the serial.device or parallel.device output
  3571.         to a file.  Useful for capturing print jobs for debugging
  3572.         or "offline" printing.  Includes source.
  3573.         Author:  Carolyn Scheppner
  3574.  
  3575. Info        Replacement for the AmigaDOS info command.  Includes source.
  3576.         Author:  Chuck McManis
  3577.  
  3578. Kill        Removes a task and as much of its resources as possible.
  3579.         Can close windows, unload process code, etc.  Includes 
  3580.         source.
  3581.         Author:  George Musser
  3582.  
  3583. M2Error        M2error can be used to display compile errors produced by
  3584.         the TDI Modula-2 compiler, like the m2error supplied
  3585.         by TDI.  Includes source.
  3586.         Author:  Richie Bielak
  3587.  
  3588. MonProc        An enhanced version of the process packet monitoring
  3589.         program from disk number 69.  Includes source.
  3590.         Author:  Phillip Lindsay, enhancements by Davide Cervone
  3591.  
  3592. Mounted        A little program to run from CLI scripts to find out if
  3593.         a disk is mounted or not.  Includes source.
  3594.         Author:  Peter DaSilva
  3595.  
  3596. Nro        Another roff style text formatter.  Includes source.
  3597.         Author:  Unknown, posted to usenet by Alan Vymetalik
  3598.  
  3599. ParTask        Example program for finding the parent task of your current
  3600.         task.  Includes source.
  3601.         Author:  Andry Rachmat
  3602.  
  3603. QueryAny    Simple program for use in CLI scripts to query for yes/no
  3604.         decisions.  Includes assembler source.
  3605.         Author:  Mark Smith
  3606.  
  3607. ScnSizer    Sets the preferences data for increasing the window bounds,
  3608.         and takes effect immediately.  Includes source.
  3609.         Author:  Thad Floryan
  3610.  
  3611. SharedLib    Working example of how to build a shared library.  Includes
  3612.         source.
  3613.         Author:  James Synge
  3614.  
  3615. Task        Simple example of how to use CreateTask.  Includes source.
  3616.         Author:  Carolyn Scheppner
  3617.  
  3618. Uw        Unix Windows client for the Amiga.  Version 1.00, includes 
  3619.         source.
  3620.         Author:  Michael McInerny
  3621.  
  3622. Who        Lists tasks on the ready and wait queues.  Includes source.
  3623.         Author:  George Musser
  3624.  
  3625. =========================================================================
  3626. ============================== README.list81 =============================
  3627.  
  3628. This is disk 81 of the freely distributable AMIGA software library.
  3629.  
  3630. Asm68k        Full featured macro assembler, version 1.1.0, binary
  3631.         only.  Well documented.
  3632.         Author:  W. Wesley Howe
  3633.  
  3634. AutoFacc    Autofacc automatically shrinks the ASDG FACC window and
  3635.         moves it to the back.  Also allows the number of buffers
  3636.         to be increased or decreased.  Most useful from the
  3637.         Startup-Sequence file while booting.  Binary only.
  3638.         Author:  Andry Rachmat
  3639.  
  3640. Brushes        Contains 53 custom brushes for use in DPaint while drawing
  3641.         schematics.  Includes things like resistors, capacitors,
  3642.         gates, transistors, IC pacs, etc.
  3643.         Author:  Jim Lee
  3644.  
  3645. CheckIFF    Program to check the structure of IFF files and report
  3646.         any problems.  Binary only.
  3647.         Author:  Unknown
  3648.  
  3649. Cled        A simple command line editor which allows you to edit
  3650.         your commands before and after they are processed.
  3651.         Uses the arrow keys and simple control sequence keystrokes
  3652.         for cursor positioning and editing tasks.  Update to version
  3653.         on disk number 74, this is version 1.4, binary only.
  3654.         Author:  Pat Empleo
  3655.  
  3656. Conman        Extremely useful replacement for the standard console
  3657.         handler, that provides line editing and command line
  3658.         histories completely transparent to any application program
  3659.         that uses CON: windows.  This program is shareware, and well
  3660.         worth a donation to the author.  Version 0.99B, binary only.
  3661.         Author:  William Hawes
  3662.  
  3663. Fonts        Several miscellaneous new fonts for your enjoyment.
  3664.         Author:  (Several)
  3665.  
  3666. Icon        Version 6.0 of the public domain implementation of Icon
  3667.         from the University of Arizona.  Binary only.
  3668.         Author:  Ralph Griswold, Cary Coutant, Steve Wampler, et al.
  3669.              Amiga port by Scott Ballantyne
  3670.  
  3671. KeyLock        Freezes the keyboard and mouse until the correct password
  3672.         is typed.  Protection against inquisitive kids, cats, and
  3673.         other lifeforms.  Binary only.
  3674.         Author:  Andry Rachmat
  3675.  
  3676. Scat        Another display hack, created from Leo Schwab's "Ing"
  3677.         display hack.  Binary only.
  3678.         Author:  Stephen Pietrowicz
  3679.  
  3680. Smush        Another display hack, feed it an iff file and see what
  3681.         happens.  Binary only.
  3682.         Author:  Hobie Orris
  3683.  
  3684. Target        A little program which takes over the mouse pointer and
  3685.         turns it into a gunsight.  Pressing the mouse button
  3686.         flashes the pointer and gives a gunshot.  Version 1.23,
  3687.         binary only.
  3688.         Author:  Matt Fruin and Michael McCarty
  3689.  
  3690. =========================================================================
  3691. ============================== README.list82 =============================
  3692.  
  3693. This is disk 82 of the freely distributable AMIGA software library.
  3694.  
  3695. Adventure    A port of the classic Adventure game originally
  3696.         written by Will Crowther and Don Woods.  Has been
  3697.         extended to a 550 point version.  Also speaks as it
  3698.         prints (though I found this feature annoying).
  3699.         Minimum 512K recommended.  Binary only.
  3700.         Author:  David Platt, Ken Wellsch, Dave Haynie
  3701.  
  3702. AmicTerm    A new terminal/communications program based on
  3703.         Dan James' "comm" program, but greatly enhanced.
  3704.         Includes a script language, auto redialing, choice of
  3705.         display beep or audible beep, enhanced file requester,
  3706.         and more.  Version .50 (beta), binary only.
  3707.         Author:  David Salas and Albert Kirk
  3708.  
  3709. D2D-Demo    Demo version of Disk-2-Disk from Central Coast Software
  3710.         (submitted by George Chamberlin).  Binary only.
  3711.         Author:  Central Coast Software
  3712.  
  3713. DX-Synth    Voice filer program for Yamaha DX series synthesizers.
  3714.         Voices are transfered to and from the Amiga over MIDI.
  3715.         Update to "VoiceFiler" released on disk number 38.
  3716.         Binary only.
  3717.         Author:  Jack Deckard
  3718.  
  3719. DiskMan        Another "disk browser and/or dirutil" type program.
  3720.         Version 1.0, binary only.
  3721.         Author:  Greg Cunningham
  3722.  
  3723. Icons        Miscellaneous new disk, directory, and file icons,
  3724.         including John Olsen's great "fishdisk" icon (thanks
  3725.         John!).  Binary only.
  3726.         Author:  Several
  3727.  
  3728. Panl        A universal midi patch panel that allows midi parameter info
  3729.         to be sent from the Amiga to any midi device that can accept
  3730.         param info.  Version 1.2, binary only.
  3731.         Author:  David Weinbach
  3732.  
  3733. Rocket        Another interesting Workbench display hack.  This one
  3734.         is really a game in disguise.  Binary only.
  3735.         Author:  Peter da Silva
  3736.  
  3737. Sand        This program has "magnetic grains of sand" that follow the
  3738.         pointer wherever it goes.  Cute.  Binary only.
  3739.         Author:  Eric Vaughan
  3740.  
  3741. =========================================================================
  3742. ============================== README.list83 ==============================
  3743.  
  3744. This is disk 83 of the freely distributable AMIGA software library.
  3745.  
  3746. This disk contains a demo version of TeX, ported to the Amiga by
  3747. Tomas Rokicki.  The disk is unchanged except for the following:
  3748.  
  3749.     (1)    I have added this file, README.list83, the standard
  3750.         distribution info file, README.dist, and associated
  3751.         icon files, plus "less" to read the text files.
  3752.  
  3753.     (2)    I have copied all the files to a freshly formatted
  3754.         disk, to create the master distribution disk, using
  3755.         xcopy, which preserves the file dates.  This insures
  3756.         that disk fragmentation is kept to a minimum.
  3757.  
  3758.     (3)    In order to make room for the files I have added, I
  3759.         have compressed the file TeX/inputs/amigatex.tex using
  3760.         a version of compress (compress.b13) that should run on
  3761.         any standard 512K amiga.  This version of compress is
  3762.         found in c/compress.b13.  To recover the original file,
  3763.         execute the commands:
  3764.  
  3765.         cd AmigaLibDisk83:TeX/inputs
  3766.         :c/compress.b13 <amigatex.tex.Z >ram:amigatex.tex -d
  3767.  
  3768.  
  3769. Since this is a demo version of Tom's commercial product, it has several
  3770. limitations that let you get the flavor of the real thing but encourage
  3771. you to buy the commercial version.  These limitations include TeX being
  3772. limited to processing only small files, the previewer being limited
  3773. to displaying ten pages or less, and only a small number of fonts being
  3774. provided.  The full version of AmigaTeX comes on eight floppies and will
  3775. handle larger documents than most mainframe versions of TeX.  See the
  3776. tex/README file for further info.
  3777.  
  3778. -Fred
  3779.  
  3780. =========================================================================
  3781. ============================== README.list84 =============================
  3782.  
  3783. This is disk 84 of the freely distributable AMIGA software library.
  3784.  
  3785. AudioTools    Demo programs from Rob Peck's article in the July/August
  3786.         issue of Amiga World on accessing the audio device.
  3787.         Includes source.
  3788.         Author:  Rob Peck
  3789.  
  3790. BlitLab        Blitlab is a program which lets you experiment with
  3791.         the blitter, to your hearts content, in relative safety.
  3792.         It opens a workbench window with gadgets for all the 
  3793.         registers of the blitter, and allows you to manipulate
  3794.         individual registers and perform blits on a magnified
  3795.         bitmap.  This is version 1.2, an update to the version
  3796.         released on disk number 69.  Includes source.
  3797.         Author:  Tomas Rokicki
  3798.  
  3799. Ed        An editor based on the editor described in the original
  3800.         Software Tools book.  It is very similar to the Unix
  3801.         "ed" editor, but not identical.  Includes source.
  3802.         Author:  Brian Beattie
  3803.  
  3804. GravityWars    The object of this game is for one player to hit the
  3805.         other player's ship with a missle, before being hit
  3806.         yourself.  The ships and planets don't move, but
  3807.         aiming the missle in the presence of gravity fields
  3808.         and black holes makes hitting your target difficult.
  3809.         Version 1.04, shareware, author suggests $5 donation.
  3810.         This is an update to the version on disk number 70, and
  3811.         includes source in Modula-2.
  3812.         Author:  Ed Bartz
  3813.  
  3814. HunkPad        Two programs to help reduce problems with padding
  3815.         added by xmodem transmission.
  3816.         Author:  J. Hamilton and Aaron Avery
  3817.  
  3818. PipeHandler    An AmigaDOS pipe device which supports OPEN, CLOSE, READ,
  3819.         WRITE, LOCK, EXAMINE, and EXNEXT.  Thus you can have
  3820.         "named pipes".  It also supports "taps" on a pipe, to
  3821.         capture all data flowing through the pipe. Version 1.2,
  3822.         includes source.
  3823.         Author:  Ed Puckett
  3824.  
  3825. PopCLI        Provides a simple way of starting another CLI at any
  3826.         time without having to load workbench or exit whatever
  3827.         program you may be using.  Also has a builtin screen
  3828.         saver mode that automatically blanks the Amiga console
  3829.         screen when there has been no input for a specified
  3830.         period of time.  Version III, an update to the version
  3831.         on disk number 40.  Includes source.
  3832.         Author: John Toebes
  3833.  
  3834. Requester    A file name requester that looks like the one used in
  3835.         Deluxe Paint, and a sample program for using the
  3836.         requester.  This is an update to the version released
  3837.         on disk number 34.  Includes source.
  3838.         Author: Kevin Clague, enhancements by Randy Finch
  3839.  
  3840. ScottDevice    A mountable MicroForge SCSI driver.  Supports one SCSI buss
  3841.         device with two hard disk units attached to it.  Version 
  3842.         33.1, includes source.
  3843.         Author:  Scott Turner
  3844.  
  3845. Viacom        Another of Leo's amusing little hacks.  Sort of a political
  3846.         statement regarding the quality of service of a certain
  3847.         San Francisco area cable TV service.  Includes source.
  3848.         Author:  Leo Schwab
  3849.  
  3850. =========================================================================
  3851. ============================== README.list85 =============================
  3852.  
  3853. This is disk 85 of the freely distributable AMIGA software library.
  3854.  
  3855. Csh        Version 2.06 of Matt Dillon's csh like shell, modified
  3856.         for Manx C.  Includes source.
  3857.         Author:  Matt Dillon, Manx'ified by Steve Drew
  3858.  
  3859. FileReq        Another file requester, but this one also has a fast
  3860.         pattern matching capability.  Includes source.
  3861.         Author:  Peter da Silva
  3862.  
  3863. Hide        A small utility to allow you to run old or ill-written
  3864.         applications on systems with expansion ram.  When hide
  3865.         is running, all memory allocations take place in chip
  3866.         memory.  Somehow, something like this missed making it
  3867.         onto my earlier disks.  Binary only.
  3868.         Author:  Francois Rouaix
  3869.  
  3870. ImageTools    A set of shareware tools, submitted by the author, to
  3871.         do various manipulations on IFF images, including comparison
  3872.         of the color palettes of a pair of IFF images, filtering
  3873.         an IFF image in various ways, producing a color usage
  3874.         frequency chart for an IFF image, reducing the size of
  3875.         an IFF image to produce a miniature to use as an icon,
  3876.         converting an icon to an IFF image, and recoloring an IFF
  3877.         image using the palette of a second image, in a least
  3878.         squared error fashion.  Shareware, binary only.
  3879.         Author:  Stephen Vermeulen
  3880.  
  3881. LowMem        Another fine freely redistributable product from ASDG.
  3882.         This one is a low memory server, which is a compact shared
  3883.         library which allows arbitrary processes to register their
  3884.         desire to be notified of impending memory shortages.  This
  3885.         allows good citizen programs to free up memory that they
  3886.         may not need, so other programs can use it.  Binary only.
  3887.         Author:  Perry Kivolowitz
  3888.  
  3889. Plot6        A star plotting program.  Short on documentation and
  3890.         user friendliness, but interesting nevertheless.
  3891.         Also includes source.
  3892.         Author:  Darrin West
  3893.  
  3894. RawIO        Example of how to set your standard input to what is
  3895.         commonly known as "raw" and/or "CBREAK" mode on Unix
  3896.         systems.  Includes source.
  3897.         Author:  Chuck McManis
  3898.  
  3899. Rocket        Another interesting Workbench display hack.  This one
  3900.         is really a game in disguise.  It is the same as the
  3901.         one on disk number 82, but also includes source.
  3902.         Author:  Peter da Silva
  3903.  
  3904. VMore        A shareware program, submitted by the author, that
  3905.         is a "more" like text file viewing utility that can
  3906.         be run on multiple files from either the WorkBench or
  3907.         the CLI.  Version 1.00, includes source.
  3908.         Author:  Stephen Vermeulen
  3909.  
  3910. Vnews        A simple news file reader, that will read all the news
  3911.         files in a specified directory, optionally starting with
  3912.         a specified file.  Includes source.
  3913.         Author:  Stephen Vermeulen
  3914.  
  3915. =========================================================================
  3916. ============================== README.list86 =============================
  3917.  
  3918. This is disk 86 of the freely distributable AMIGA software library.
  3919.  
  3920. AutoPoint    Autopoint serves two functions:  it automatically
  3921.         selects the window underneath the mouse pointer and
  3922.         it provides a very nice screen saver facility.
  3923.         Binary only.
  3924.         Author:  Jude Katsch
  3925.  
  3926. ClickToFront    ClickToFront extends the user-interface so that 
  3927.         a double-click into a window brings it to the front.
  3928.         Now as long as you can see any part of a window you can
  3929.         bring it to the front without having to hunt for the page
  3930.         gadgets.  Version 1.1, includes source.
  3931.         Author:  Bryce Nesbitt
  3932.  
  3933. Cmd        Cmd redirects the serial.device or parallel.device output
  3934.         to a file.  Useful for capturing print jobs for debugging
  3935.         or "offline" printing.  Version 3, includes source.
  3936.         Author:  Carolyn Scheppner
  3937.  
  3938. FileIISG-Demo    A demo version of Softwood File IIsg, a database manager
  3939.         with sound and graphics.  Also includes a database of
  3940.         of previously released disks in this library, courtesy
  3941.         of Stan Spence.  Binary only.
  3942.         Author:  Woody Williams and Donald Brady
  3943.  
  3944. =========================================================================
  3945. ============================== README.list87 =============================
  3946.  
  3947. This is disk 87 of the freely distributable AMIGA software library.
  3948.  
  3949. AdvSys        An adventure writing system, as described in the May 1987
  3950.         issue of Byte magazine.  Advsys is a special purpose
  3951.         programming language that was specifically designed to
  3952.         be used to write computer text adventure games.
  3953.         Version 1.2, binary only.
  3954.         Author:  David Betz
  3955.  
  3956. AutoIconOpen    Example code to fool WorkBench into thinking it is receiving
  3957.         mouse inputs that select and open icons.  This is version
  3958.         1.2, an update to the version on disk number 73.  Includes
  3959.         source.
  3960.         Author:  Tony Wills
  3961.  
  3962. Claz        Converts IFF picture files to POSTSCRIPT.  Works with
  3963.         Amiga HAM pictures, as well as "normal" pictures.  Also
  3964.         includes scaling.  Version 2.0, includes source.
  3965.         Author:  Steve Ludtke
  3966.  
  3967. Commodities    Commodities Exchange, an Amiga exec library which can be
  3968.         opened and used by application programs to gain access to
  3969.         input in a very flexible way.  This is a "minimal, binary
  3970.         only" copy.  Source may be available on a future disk.
  3971.         Version 0.4.
  3972.         Author:  Jim Mackraz
  3973.  
  3974. Diff        A simple version of diff.  Update to version on disk 
  3975.         number 75, includes source.
  3976.         Author:  Erik Baalbergen
  3977.  
  3978. Dme        Version 1.27 of Matt's text editor.  Dme is a simple WYSIWYG
  3979.         editor designed for programmers.  It is not a WYSIWYG 
  3980.         word processor in the traditional sense.  Features include
  3981.         arbitrary key mapping, fast scrolling, title-line statistics
  3982.         multiple windows, and ability to iconify windows.  Update
  3983.         to version on disk number 74.  Binary only.
  3984.         Author:  Matt Dillon
  3985.  
  3986. DropShadow    A program that makes your WorkBench windows have
  3987.         dropshadows.  This is version 2.0, the same as on disk
  3988.         number 74, but also includes source.
  3989.         Author:  Jim Mackraz
  3990.  
  3991. Elib        Example of building a shared library using small model
  3992.         Manx C.  Includes source.
  3993.         Author:  Jim Mackraz
  3994.  
  3995. ID-Handler    An AmigaDOS device handler, that generates unique
  3996.         identifiers.  Generates a new unique 16 digit decimal
  3997.         number each time it is opened by an application.
  3998.         Version 1.0, includes source.
  3999.         Author:  Ed Puckett
  4000.  
  4001. Install        Two possible replacement versions of the standard
  4002.         install program (to make a disk bootable).  Includes
  4003.         source.
  4004.         Author:  Bryce Nesbitt and Scott Turner
  4005.  
  4006. MemWatch    Memwatch is a program intended to sit in the background
  4007.         and watch for random trashing of low memory by an
  4008.         application under development.  If it detects a write
  4009.         to low memory, it repairs it to what used to be there,
  4010.         then puts up a requester indicating what damage had been
  4011.         done.  Very useful!  Version II, includes source.
  4012.         Author:  John Toebes
  4013.  
  4014. MovePointer    Moves the pointer to any specified location on the screen,
  4015.         specified by X-Y coordinates.  Includes source.
  4016.         Author:  "Cewy"
  4017.  
  4018. MoveWindow    Move a named window to any arbitrary X-Y coordinate and
  4019.         possibly resize it at the same time.  Includes source.
  4020.         Author:  "Cewy"
  4021.  
  4022. MunchingSq    Leo's "Munching Squares" hack, now upgraded to take a
  4023.         single argument for a seed value.  Includes source.
  4024.         Author:  Leo Schwab
  4025.  
  4026. PalTest        Example code of how to determine dynamically whether
  4027.         or not you are running on a PAL machine.  Includes source.
  4028.         Author:  Christof Bonnkirch
  4029.  
  4030. Sc        Program which demonstrates generation of good looking
  4031.         pseudo-random scenery.  Includes source in C (translated
  4032.         from Draco version on disk number 61).
  4033.         Author:  Chris Gray
  4034.  
  4035. Tek4695        A Tek4695 printer driver.  Binary only.
  4036.         Author:  Philip Staub
  4037.  
  4038. WBDualPF    An example of using a dual-playfield screen, using
  4039.         a method contrary to documentation in the Intuition
  4040.         Manual.  Fixed version of copy released on disk 
  4041.         number 41.  Includes source.
  4042.         Author:  Jim Mackraz
  4043.  
  4044. WarpText    Fast text rendering routines, to be linked with application
  4045.         programs.  Reported to be able to display text as fast,
  4046.         or faster than, "blitz".  Includes source.
  4047.         Author:  Bill Kelly
  4048.  
  4049. Yaiffr        Yet Another IFF Reader.  Handles HAM, HIRES, and overscan,
  4050.         includes source.
  4051.         Author:  Leo Schwab
  4052.  
  4053. Zoo        A file archiver, much like "arc" in concept, but different
  4054.         in implementation and user interface details.  Includes
  4055.         some nice features that "arc" lacks (such as file/path
  4056.         names up to 255 characters in length).  Version 1.42A,
  4057.         binary only.
  4058.         Author:  Rahul Dhesi, Amiga port by Brian Waters
  4059.  
  4060.  
  4061. =========================================================================
  4062. ============================== README.list88 =============================
  4063.  
  4064. This is disk 88 of the freely distributable AMIGA software library.
  4065.  
  4066. DirMaster    A very nicely done shareware disk cataloger, submitted
  4067.         by the author for inclusion in the library.  Includes
  4068.         sample database of some disk libraries.  Version 1.0a,
  4069.         binary only.
  4070.         Author:  Greg Peters
  4071.  
  4072. FuncKey        A shareware function key editor, submitted by the author
  4073.         for inclusion in the library.  Version 1.01, binary only
  4074.         (source available from author).
  4075.         Author:  Anson Mah
  4076.  
  4077. MFF-Demo    Demo copy of the MicroFiche Filer program from Software
  4078.         Visions Inc.  The MicroFiche File is a full-powered 
  4079.         database program for manipulation of text, numbers, and
  4080.         pictures.  It uses the microfiche metaphor for dealing
  4081.         with your data graphically.  This is a full production
  4082.         version except that the save option has been disabled.
  4083.         Includes a sample database of my disk library.  Binary
  4084.         only.
  4085.         Author:  Gary Samad
  4086.  
  4087. ScreenShift    Screenshift is a small program that allows you to adjust
  4088.         the position of the screen on your display, just like the
  4089.         preferences function.  Works from CLI or WorkBench.
  4090.         Includes source.
  4091.         Author:  Anson Mah
  4092.  
  4093. Snake        A variant on the old "bouncing lines" program, this
  4094.         on uses multiple vertices and Bezier splines.  Includes
  4095.         source.
  4096.         Author:  KABjorke
  4097.  
  4098. =========================================================================
  4099. ============================== README.list90 =============================
  4100.  
  4101. This is disk 90 of the freely distributable AMIGA software library.
  4102.  
  4103. Note that many of the programs on this disk are shareware/freeware.
  4104. This means that if you find them useful, you are morally obligated
  4105. to send a small donation to the author to help support his efforts and
  4106. fund further development.  I hope that by including them in this
  4107. library I have furthered the author's goals of widest possible
  4108. distribution and thus maximum return.  Also note (for those that
  4109. like to split hairs) that I am distributing this disk as a "freebee".
  4110. To receive a copy, just request it when ordering any other disks from
  4111. the library.
  4112.  
  4113. This disk replaces disk number 80, which was pulled from circulation
  4114. due to the redistribution status of files in the directory "tools".
  4115. If you encounter a disk number 80 in circulation, please advise all
  4116. parties concerned that the disk should be erased immediately.
  4117.  
  4118.  
  4119. AmiGazer    Compute a view of the night sky, using a database of
  4120.         1573 stars, for any date, time of day, and latitude.
  4121.         Click on stars for info about them. Binary only.
  4122.         Author:  Richard Horne
  4123.  
  4124. CardFile    Study aid card file program written in AmigaBasic.
  4125.         Useful for organizing small blocks of data, such as
  4126.         can be done with a 3X5 card file system.  Binary only.
  4127.         Author:  James Parks
  4128.  
  4129. Conman        Extremely useful replacement for the standard console
  4130.         handler, that provides line editing and command line
  4131.         histories completely transparent to any application program
  4132.         that uses CON: windows.  Version 0.98B, binary only.
  4133.         Author:  William Hawes
  4134.  
  4135. IMandelVroom    A slightly modified version of Kevin Clague's mandelbrot
  4136.         program (on disk number 78) that uses his "ring detector"
  4137.         to draw an approximation of the interior strange attractor
  4138.         contours.  Binary only (with patches for original source).
  4139.         Author:  Kevin Clague, enhancements by Howard Hull
  4140.  
  4141. NewDemos    Some new demos, including replacements for the standard
  4142.         "lines" and "boxes" demos, that use only a few percent
  4143.         of the CPU time, so it is reasonable to have lots of them
  4144.         running simultaneously to demo multitasking.  Binary only.
  4145.         Author:  Steve Koren
  4146.  
  4147. Othello        Othello game, binary only.
  4148.         Author:  Matthew Bellew
  4149.  
  4150. PrinText    Program to display ASCII text files on the screen with
  4151.         scrollbar, arrow gadgets, automatic word-wrap, a search
  4152.         function, speech, IFF picture loading, and online help.
  4153.         Version 1.2, binary only.
  4154.         Author:  Opher Kahane
  4155.  
  4156. PrtDrvGen    Program to automatically generate custom printer drivers.
  4157.         Version 2.2b, binary only, source available from author.
  4158.         Author:  Joergen Thomsen
  4159.  
  4160. RainBench    Simple program which cycles the hardware color register to
  4161.         get an interesting effect on your workbench screen.
  4162.         Binary only.
  4163.         Author:  Brendan Keliher
  4164.  
  4165. ShortCut    A utility that collects keystroke sequences and allows
  4166.         you to replace them with a single key stroke.  Binary
  4167.         only.
  4168.         Author:  Opher Kahane
  4169.  
  4170. ShowPrint    A full-feature IFF picture file screen dump utility.
  4171.         Can display and print all sizes of pictures including
  4172.         those larger than the screen.  Allows adjustment of printer
  4173.         output in three modes: ASPECT, FULL, and CUSTOM output.
  4174.         Print vertically or horizonatally, in B&W, grey scale, or
  4175.         color, etc.  Binary only.
  4176.         Author:  Brian Conrad
  4177.  
  4178. Sizzlers    A series of graphics demo programs.  Version 1.7.0,
  4179.         binary only.
  4180.         Author:  Greg Epley
  4181.  
  4182. SpaceAceDemo    Shareware shoot-em-up spaceship game.  Binary only.
  4183.         Author:  Stephen McLeod
  4184.  
  4185. Timer        Creates a small window containing a timer.  Version 1.5,
  4186.         binary only.
  4187.         Author:  Bill Beogelein
  4188.  
  4189. =========================================================================
  4190. This disk contains a distribution of ADL (Adventure Definition Language).
  4191. ADL is a superset of an older language named DDL, by Michael Urban,
  4192. Chris Kostanick, Michael Stein, Bruce Adler, and Warren Usui.  ADL
  4193. enhancements were made by Ross Cunniff, who submitted this material
  4194. for inclusion in the library.  The disk is essentially unchanged except
  4195. that:
  4196.  
  4197.     (1)    Many icon files have been added to help workbench only
  4198.         users get at least some information about this disk
  4199.         and about ADL (which is only usable from the CLI 
  4200.         environment).
  4201.  
  4202.     (2)    The disk name has been changed to AmigaLibDisk91.
  4203.  
  4204.     (3)    The standard library files "GeneralInfo", "Contents",
  4205.         and "Distribution", along with their associated icons,
  4206.         have been added to the disk.
  4207.  
  4208.     (4)    The directory 'c' has been added, along with a very
  4209.         nice text reader program called "less", which is the
  4210.         default tool for reading all the text files for which
  4211.         there are icons.
  4212.  
  4213. Included here are the sources to the ADL compiler, interpreter, and
  4214. debugger.  The binaries were compiled by Ross with the Lattice 3.03
  4215. compiler.  Ross noted in his letter that currently ADL is a
  4216. CLI environment program only, but that he hopes to offer a more
  4217. Amiga'ized version in the future.  Also, the stack size should be
  4218. set to at least 10000 before attempting to run ADL.
  4219.  
  4220. This is disk 92 of the freely distributable AMIGA software library.
  4221. Below is a listing of the significant directories and their contents.
  4222. Note that none of these can be used from the workbench, thus they
  4223. do not have any directory icons.  You must use the CLI environment to
  4224. use these materials.
  4225.  
  4226. As6502        Contains a portable 6502 assembler, including source
  4227.         in C.
  4228.         Author:  J. Van Ornum; Amiga port by Joel Swank
  4229.  
  4230. Bawk        Text processor inspired by the Unix awk utility.
  4231.         This is an update to the copy released on disk 65.
  4232.         Bawk searches files for specific patterns and performs
  4233.         actions for every occurance of these patterns.  The
  4234.         patterns can be regular expressions.  The actions are
  4235.         expressed using a subset of the C language.  Includes
  4236.         source in C.
  4237.         Author:  Bob Brodt; Amiga port by Johan Widen
  4238.  
  4239. HunkPad        HunkPad pads an object file out to where it is exactly
  4240.         a multiple of 128 bytes, thus making it immune to having
  4241.         garbage appended on to the end of it by xmodem type
  4242.         file transfer protocols.  Version 2, includes source.
  4243.         Update to version released on disk 84.
  4244.         Author:  J. Hamilton
  4245.  
  4246. Less        Like Unix "more", only better, with forward and
  4247.         backward scrolling, searching and positioning by
  4248.         percent of file and line number, etc.  Very useful!
  4249.         This is Amiga version 1.2, an update to the version
  4250.         on disk number 74.  Includes source.
  4251.         Author:  Mark Nudelman, Amiga port by Bob Leivian
  4252.  
  4253. Ndir        Library that implements the 4BSD unix directory access
  4254.         routines (opendir, closedir, readdir, etc).  Includes
  4255.         source in C.
  4256.         Author:  Mike Meyer
  4257.  
  4258. Parse        A recursive descent expression parser that parses 
  4259.         expressions, computes the expression value, and prints
  4260.         it.  Includes support for some built in transcendental 
  4261.         functions.  Includes source in C.
  4262.         Author:  John Olsen
  4263.  
  4264. Shar        Two programs to pack and unpack shell archives on the
  4265.         Amiga.  Shell archives are the traditional Usenet
  4266.         method of bundling multiple text files for posting
  4267.         as a unit or for sending via electronic mail.  Includes
  4268.         source in C.
  4269.         Author:  Fabbian G. Dufoe
  4270.  
  4271. SmallLib    A replacement for amiga.lib that is about 8 times smaller.
  4272.         Binary only.
  4273.         Author:  Bryce Nesbitt
  4274.  
  4275. UUencode    Programs to encode/decode binary files for transmittal
  4276.         via mail or other text-only methods.  The binary file
  4277.         is expanded by approximately 35% for transmittal.  This
  4278.         release is an update to the version on disk number 53,
  4279.         and includes a simple line-by-line checksum technique that
  4280.         can read and write files compatible with the older
  4281.         uuencode/uudecode, plus a file size test modification that
  4282.         is transparent to older uudecodes.
  4283.         Author:  Mark Horton with mods by Alan Rosenthal and 
  4284.              Bryce Nesbitt
  4285. This is disk 93 of the freely distributable AMIGA software library.
  4286. Below is a listing of the significant directories and their contents.
  4287. Note that none of these can be used from the workbench, thus they
  4288. do not have any directory icons.  You must use the CLI environment to
  4289. use these materials.
  4290.  
  4291. Dme        Version 1.27 of Matt's text editor.  Dme is a simple WYSIWYG
  4292.         editor designed for programmers.  It is not a WYSIWYG 
  4293.         word processor in the traditional sense.  Features include
  4294.         arbitrary key mapping, fast scrolling, title-line statistics
  4295.         multiple windows, and ability to iconify windows.  Update
  4296.         to version on disk number 87 (which was binary only).  This
  4297.         release also includes source.
  4298.         Author:  Matt Dillon
  4299.  
  4300. MicroEmacs    Version 3.8i of Daniel Lawrence's variant of Dave
  4301.         Conroy's microemacs.  This is an update to the version
  4302.         released on disk 61.  Includes source.
  4303.         Author:  Dave Conroy, MANY enhancements by Daniel Lawrence
  4304. This is disk 94 of the freely distributable AMIGA software library.
  4305. Below is a listing of the significant directories and their contents.
  4306. Note that none of these can be used from the workbench, thus they
  4307. do not have any directory icons.  You must use the CLI environment to
  4308. use these materials.
  4309.  
  4310. AudioTools    Demo programs from Rob Peck's article in the July/August
  4311.         issue of Amiga World on accessing the audio device.
  4312.         This is version 2, an update to the release on disk
  4313.         number 84.  Includes source.
  4314.         Author:  Rob Peck
  4315.  
  4316. ClickUpFront    ClickUpFront is another program, similar in function to
  4317.         the ClickToFront program from disk 86, that allows you
  4318.         to bring any window to the front simply by double-clicking
  4319.         in any part of it.  Version 1.0, includes source.
  4320.         Author:  Davide Cervone
  4321.  
  4322. HeliosMouse    Another "sunmouse" type program.  Automatically activates
  4323.         a window simply by moving the mouse pointer into the window.
  4324.         Version 1.0, includes source.
  4325.         Author:  Davide Cervone
  4326.  
  4327. Iff2Ps        A program to convert any IFF file to postscript for
  4328.         printing or viewing on a postscript compatible device.
  4329.         Version 1.2, binary only.
  4330.         Author:  William Mason and Sam Paolucci
  4331.  
  4332. ModulaTools    Various useful routines for those programming in Modula
  4333.         on the Amiga.  Binary only.
  4334.         Author:  Jerry Mack
  4335.  
  4336. Terrain3d    Program which demonstrates generation of good looking
  4337.         pseudo-random scenery.  This version is a derivative of
  4338.         "sc" distributed on disk 87, but now displays terrain
  4339.         in 3d relief.  Includes source.
  4340.         Author:  Chris Gray; 3d version by Howard Hull
  4341. This is disk 95 of the freely distributable AMIGA software library.
  4342. Below is a listing of the significant directories and their contents.
  4343.  
  4344. Cmd        Cmd redirects the serial.device or parallel.device output
  4345.         to a file.  Useful for capturing print jobs for debugging
  4346.         or "offline" printing.  Version 4, includes source.
  4347.         Author:  Carolyn Scheppner
  4348.  
  4349. CygnusEdDemo    Demo version of CygnusEd, an editor from CygnusSoft
  4350.         Software.  CygnusEd supports simultaneous editing of
  4351.         multiple files, multiple views of the same file,
  4352.         very fast display, margins, word-wrap, status-lines,
  4353.         insert/overstike mode, online help, soft scroll 
  4354.         borders, screen overscan, adjustable tab size, macros,
  4355.         text formatting options, block/line/word cut/copy,
  4356.         and more.  Also includes demo 3.0 version of MandFXP.
  4357.         Binary only.
  4358.         Author:  CygnusSoft Software
  4359.  
  4360. Gomf        Gomf stands for "Get Outa My Face", a phrase many a
  4361.         programmer has mumbled when a Guru alert appears
  4362.         unexpectedly.  This interesting little program can
  4363.         generally make the Guru go away and allow you to
  4364.         clean up and shutdown more cleanly.  Version 1.0,
  4365.         binary only.
  4366.         Author:  Christian Johnsen
  4367.  
  4368. Journal        Journal is a program that records a sequence of mouse and
  4369.         keyboard events as they occur and stores them in a file.
  4370.         The file can be played back with another program, also
  4371.         supplied, which causes the same sequence of events to
  4372.         occur again.  Very useful for creating demonstrations
  4373.         of programs or documenting repeatable bugs.  Version 1.0,
  4374.         binary only.
  4375.         Author:  Davide Cervone
  4376.  
  4377. MergeMem    Program which attempts to merge the MemList entries
  4378.         of sequentially configured ram boards.  When successful,
  4379.         allows allocating a section of memory which spans
  4380.         board boundries.  This is version 2, an update to the
  4381.         version released on disk 56.  Includes source.
  4382.         Author:  Carolyn Scheppner
  4383.  
  4384. PrinterStealer    A program similar in function to "Cmd" that allows
  4385.         diversion of output destined for the printer to
  4386.         a file for future output or debugging purposes.
  4387.         Binary only, source available from authors.
  4388.         Author:  Alex Livshits and J-M. Forgeas
  4389.  
  4390. Record-Replay    A program, similar in function to "Journal", that
  4391.         records and plays back mouse and keyboard events.
  4392.         Binary only, source available from authors.
  4393.         Author:  Alex Livshits and J-M. Forgeas
  4394. This is disk 96 of the freely distributable AMIGA software library.
  4395. Below is a listing of the significant directories and their contents.
  4396.  
  4397. AnimPlayer    An animation reader and displayer that is the result
  4398.         of a consortium of animation software developers, which
  4399.         includes the authors of Videoscape, Sculpt3D, Silver, 
  4400.         Forms-In-Flight, and Animator:Apprentice.  Includes
  4401.         source.
  4402.         Author:  Martin Hash et al.
  4403.  
  4404. Chess        A port of a chess game posted to Usenet.  Still uses
  4405.         a "curses" type interface, so needs to be Amiga'ized.
  4406.         According to Bob, plays a better game than some of the
  4407.         commercial Amiga chess games.  Version 1.0, includes source.
  4408.         Author:  John Stanback; ported to Amiga by Bob Leivian
  4409.  
  4410. HackBench    HackBench provides the source for a WorkBench-like program,
  4411.         for experimentation and validation of new interface ideas.
  4412.         It is not intended to be an actual WorkBench replacement.
  4413.         Author:  Bill Kinnersley
  4414.  
  4415. Label        Simple program to print labels with arbitrary text.
  4416.         Version 1.3, binary only, but source available from author.
  4417.         Author:  Mike Hansen
  4418.  
  4419. LineDrawer    Makes a line drawing based on drawing commands stored
  4420.         in a text file.  Includes a demo that draws an outline
  4421.         map of the USA and state borders.  Version 1.0, includes
  4422.         source.
  4423.         Author:  John Olsen
  4424.  
  4425. PopUpMenu    Example code implementing pop-up menus that are reasonably
  4426.         compatible with Intuition menus.  Includes source.
  4427.         Author:  Derek Zahn
  4428.  
  4429. Tek4695        A Tektronix 4695/4696 printer driver.  Includes source.
  4430.         Author:  Philip Staub
  4431.  
  4432. TimeRam        A program to test the access speeds of Fast and Chip ram.
  4433.         Binary only.
  4434.         Author:  Bruce Takahashi
  4435.  
  4436. WarpText    Fast text rendering routines, to be linked with application
  4437.         programs.  Reported to be able to display text as fast,
  4438.         or faster than, "blitz".  This is an update to the version
  4439.         released on disk 87.  Version 2.0, includes source.
  4440.         Author:  Bill Kelly
  4441.  
  4442. This is disk 97 of the freely distributable AMIGA software library.
  4443. This disk replaces disk number 57, which was pulled from circulation
  4444. because of questions about the redistribution status of material in
  4445. the "Ogre" subdirectory (replaced with "shm").  If you encounter a disk
  4446. number 57 in circulation, please advise all parties concerned that the
  4447. disk should be erased immediately.  Below is a listing of the significant
  4448. directories on this disk, and their contents.
  4449.  
  4450. CutAndPaste    Public domain implementations of the Unix cut and paste
  4451.         commands.  Includes source.
  4452.         Author:  John Weald
  4453.  
  4454. GraphIt        A program to plot most simple functions in 2 or 3 
  4455.         dimensions, as well as 2d parametric equations in
  4456.         term of t.  Includes source.
  4457.         Author:  Flynn Fishman
  4458.  
  4459. Juggler        Stunning animation of a robot juggler with ray traced
  4460.         reflective spheres.  Uses HAM mode display and sound
  4461.         effects to boot!  This is version 1.2 and apparently
  4462.         fixes some bugs in the original version released on
  4463.         disk number 47.  Binary only.
  4464.         Author:  Eric Graham
  4465.  
  4466. MouseReader    Shareware program, submitted by the author, to read
  4467.         text files and view iff files using only the mouse.
  4468.         Binary only.
  4469.         Author:  William Betz
  4470.  
  4471. Shm        A simple graphics demo which approximately simulates the 
  4472.         motion of two interacting pendulums.  Includes source.
  4473.         Author:  Chris Ediss
  4474.  
  4475. Splines        Program to demonstrate various curve fitting and
  4476.         rendering techniques.  Also includes something unique
  4477.         for the Amiga world, pop-up menus.  Includes source.
  4478.         Author:  Helene (Lee) Taran
  4479.  
  4480. This is disk 98 of the freely distributable AMIGA software library.
  4481. Below is a listing of the significant directories and their contents.
  4482.  
  4483. Access        A 16 color terminal program based on Comm version 1.34.
  4484.         Includes new macro window, custom gadgets, colorized
  4485.         menus, etc.  Version Beta 0.18, binary only.
  4486.         Author:  Keith Young (based on comm by D.J.James)
  4487.  
  4488. Backup        A simple backup program that writes normal AmigaDOS
  4489.         disks as the backup destination.  To recover files, you
  4490.         just copy from the backup disk.  Requires manual 
  4491.         decisions about what subdirectories to backup to
  4492.         what disks to make everything fit.  Includes source.
  4493.         Author:  Alan Kent
  4494.  
  4495. DCDemo        A demo version of DiskCat 2.3, a disk catalog program.
  4496.         Demo is limited to cataloging 100 files at a time.
  4497.         Binary only.
  4498.         Author:  Ed Alford, MicroAce Software
  4499.  
  4500. HdDriver    A complete driver for a WD-1002-05 hard disk controller 
  4501.         card.  This card can handle 3 hard disks and 4 floppies, 
  4502.         but the driver currently only handles one hard disk.  
  4503.         Includes source.
  4504.         Author:  Alan Kent
  4505.  
  4506. QBase        Quick-Base is a "MailBase Management utility", that lets
  4507.         you define and maintain records of your family, friends,
  4508.         and other associates.  Currently a maximum of 200
  4509.         records per file.  Binary only.
  4510.         Author:  Kevin Harris
  4511.  
  4512. Thai        A simple Thai quiz program developed by the author while
  4513.         he was learning the Thai language.  It loads complete
  4514.         Thai sentences and words from a supplied file.  If you
  4515.         click on the sentence or word gadget the program will
  4516.         pick a random sentence/word.  You then click on the
  4517.         Thai/Speak/Phonetic/English gadget to display that
  4518.         version (or speak it).  Includes source.
  4519.         Author:  Alan Kent
  4520.  
  4521. -------------------------------------------------------------------------
  4522. This disk distributed by:     | Change these distribution credits to    |
  4523.     Fred Fish                 | credits for yourself if you distribute  |
  4524.     1346 W. 10th Place        | a <Master Disk>, according to the rules |
  4525.     Tempe, Arizona  85281     | in :A-Render/DOC/SHAREWARE_INFO.DOC.    |
  4526. -------------------------------------------------------------------------
  4527.  
  4528.                           A-Render  Version .3
  4529.       A  Ray - Tracing  Construction  Set  For  The  Amiga  Computer
  4530.                    Copyright 1987      By  Brian Reed
  4531.  
  4532. How to run the picture demo from a <Master Disk>:
  4533.   Boot off your original Workbench 1.2.
  4534.   Enter the Command-Line-Interface (CLI).
  4535.   Type:   EXECUTE "A-Render v.3 <Master Disk>:A-Render/DEMO"
  4536.  
  4537. How to print the manual from a <Master Disk>:
  4538.   Boot off your original Workbench 1.2, with your printer configured.
  4539.   Enter the Command-Line-Interface (CLI).
  4540.   In preferences, set your printer margins to 1(left) and 80(right).
  4541.   Type:   EXECUTE "A-Render v.3 <Master Disk>:A-Render/PRINT_MANUAL"
  4542.  
  4543. A-Render v.3 can only be used from the CLI     -    Use Kickstart 1.2
  4544. For more info, be sure to start with the DOCumentation file -
  4545.   :A-Render/DOC/MOST_IMPORTANT_READ_ME.DOC    (part of the manual)
  4546.  
  4547. -------------------------------------------------------------------------
  4548. This is disk 100 of the freely distributable AMIGA software library.
  4549. Below is a listing of the significant directories and their contents.
  4550.  
  4551.  
  4552. Berserk        This animation, unveiled at the September 87 meeting
  4553.         of the First Amiga Users Group, got Leo a standing ovation.
  4554.         It is a "must see" for every Amiga user, and ranks up
  4555.         there with "Juggler" as a premier demo for the Amiga.
  4556.         Author:  Leo Schwab
  4557.  
  4558. Conman        Extremely useful replacement for the standard console
  4559.         handler, that provides line editing and command line
  4560.         histories completely transparent to any application program
  4561.         that uses CON: windows.  This program is shareware, and well
  4562.         worth a donation to the author.  Version 1.0, binary only.
  4563.         Author:  William Hawes
  4564.  
  4565. WBLander    Another interesting Workbench display hack.  This one
  4566.         is really a game in disguise.  Previously released
  4567.         on disk number 85 as "Rocket", this one has been
  4568.         upgraded to have sound effects.  Binary only.
  4569.         Author:  Peter da Silva
  4570. This is disk 101 of the freely distributable AMIGA software library.
  4571. Below is a listing of the significant directories and their contents.
  4572.  
  4573. CirPlane    A circular plane generator for VideoScape 3D.  Generates
  4574.         a clockwise circular polygon with the specified number
  4575.         of vertices.  Used, for example, to cap a cylinder or to
  4576.         generate surface detail.  Version 1.0, includes source.
  4577.         Author:  Thad Floryan
  4578.  
  4579. IconAssembler    This program loads existing WorkBench icon files and
  4580.         allows you to change either the primary or alternate
  4581.         images to another image loaded from an IFF-brush file.
  4582.         Binary only.
  4583.         Author:  Stefan Lindahl
  4584.  
  4585. MicroSPELL    MicroSPELL is a standalone spelling checker which scans
  4586.         text files and reports on misspelled words.  It has a 1000
  4587.         word "common word" list, a 43,000 word main dictionary, and
  4588.         supports multiple user dictionaries.  Also interfaces quite
  4589.         nicely with MicroEMACS 3.9, with an emacs macro to step
  4590.         through the source file, stopping at each suspect word and
  4591.         allowing the user to dispose of it in different ways.
  4592.         Version 1.0, includes source.
  4593.         Author: Daniel Lawrence
  4594.  
  4595. Midi        A midi library and utilities set.  This looks like a
  4596.         very complete package, though I have no way of testing
  4597.         anything since I have no midi hardware.  The midi utilities
  4598.         include a midi monitor to display incoming midi messages
  4599.         to the console, a routing utility, a midi library status
  4600.         utility, and more.  Also includes source.
  4601.         Author:  Bill Barton
  4602.  
  4603. PsIntrp        A postscript interpreter that reads postscript files and
  4604.         previews them on an Amiga screen.  Interactive input and 
  4605.         output takes place in a small window.  The page to be
  4606.         show is composed behind the window in an interlaced screen
  4607.         with 16 colors.  Can also take input from a file.  Includes
  4608.         source in assembler.
  4609.         Author:  Greg Lee
  4610.  
  4611. StartUps    Three replacements for the standard C startup files,
  4612.         Astartup.obj and LStartup.obj.  The options include
  4613.         (1) BothStartup.obj, for WorkBench programs or CLI
  4614.         programs with or without command line parameters,
  4615.         (2) WBStartup.obj, for WorkBench programs or CLI
  4616.         programs that require no command line parameters, and
  4617.         (3) CLIStartup.obj, for CLI programs that require command
  4618.         line parameters but do not need to be able to be runnable
  4619.         from WorkBench.  Includes source.
  4620.         Author:  Bryce Nesbitt
  4621. This is disk 102 of the freely distributable AMIGA software library.
  4622. Below is a listing of the significant directories and their contents.
  4623.  
  4624. Dbug        Machine independent macro based C debugging package.
  4625.         Provides function trace, selective printing of internal 
  4626.         state information, and more.  This is an update to the
  4627.         version released on disk 41, and now includes a machine
  4628.         independent profiling mechanism.  Includes source.
  4629.         Author:  Fred Fish; profiling support by Binayak Banerjee
  4630.  
  4631. Match_stuff    Heavy duty text pattern matching stuff.  The pattern
  4632.         syntax is an extension of standard AmigaDOS filename
  4633.         matching.  Also includes some simply matched text
  4634.         replacement capability.  Includes source.
  4635.         Author:  Pete Goodeve
  4636.  
  4637. Sectorama    A program designed to help Amiga users recover lost or
  4638.         damaged data from floppy or hard drives, or to repair
  4639.         a damaged volume.  The author wrote this out of
  4640.         frustration with existing tools when he had multiple
  4641.         hard disk drive failures over the course of several
  4642.         months.  Binary only.
  4643.         Author:  David Joiner
  4644.  
  4645. SiliCon        A smart input line interpreter that provides a separate
  4646.         command window with full editing and recall of previous
  4647.         commands.  Actual name is "Sili(Con:)".  This is an
  4648.         update to the version first released on disk number 50.
  4649.         Binary only.
  4650.         Author:  Pete Goodeve
  4651.  
  4652. Xicon        Xicon lets you use icons to call up scripts containing CLI
  4653.         commands.  This is version 2.00, an update to the version
  4654.         first released on disk 31, and includes close gadgets, window
  4655.         size specification, text display capability, plus more.
  4656.         Binary only.
  4657.         Author: Pete Goodeve
  4658. This is disk 103 of the freely distributable AMIGA software library.
  4659. Below is a listing of the significant directories and their contents.
  4660.  
  4661. AvlTrees    Library and test program that implement routines for
  4662.         creating and using balanced binary trees (AVL trees)
  4663.         held entirely in memory.  Includes source.
  4664.         Author:  Paul Vixie
  4665.  
  4666. Calc        A programmable calculator program with similarities to a
  4667.         hand-held RPN calculator.  Can run either interactively
  4668.         or in "script" mode by reading programs from a file.
  4669.         Version 1.0, shareware, binary only.
  4670.         Author:  Bob Brooks
  4671.  
  4672. Cref        A C cross referencer program.  Includes source.
  4673.         Author:  Mike Edmonds; Amiga port by Joel Swank
  4674.  
  4675. DosKwik        A pair of programs which allow you to save files, or
  4676.         a group of files, to one or more floppies for quick
  4677.         loading (loading up a ram disk for example).  Does not
  4678.         store files in DOS format, which is why it is faster.
  4679.         Binary only, shareware.
  4680.         Author:  Gary Kemper
  4681.         
  4682. IntuiDOS    IntuiDOS is a program to give improved control over,
  4683.         and handling of, the material on all diskettes in the
  4684.         'CLI-area' by employing a multi-disk, scrollable
  4685.         directory and using Intuition techniques to issue
  4686.         DOS commands.  Written in assembler.  Binary only.
  4687.         Author:  Lennart Sandin
  4688.  
  4689. MFF-Update    A text import utility for MicroFiche Filer (demo version
  4690.         released on disk 89) and updates to some PD disk library
  4691.         databases.  Binary only.
  4692.         Author:  Gary Samad
  4693.  
  4694. Pack-It        Pack-it will take all the files and directories on a disk
  4695.         and pack them into a single file for electronic transmission
  4696.         via modem.  Binary only, shareware.
  4697.         Author:  Gary Kemper
  4698.  
  4699. Sol        Amiga version of solitaire game posted to usenet some
  4700.         time ago and modified to use Amiga console control codes
  4701.         in place of curses calls.  Includes source.
  4702.         Author:  David Goodenough; Amiga port by Joel Swank
  4703. This is disk 104 of the freely distributable AMIGA software library.
  4704. This disk contains a copy of Glenn Everhart's large and powerful
  4705. spreadsheet program called AnalytiCalc, submitted to me directly by
  4706. Glenn for inclusion in the library.  The remainder of this file
  4707. is Glenn's "Abstract.txt" file that describes AnalytiCalc.
  4708. Source and documentation is included on the disk in arc'd form because
  4709. it otherwise would not all fit on the disk.
  4710.  
  4711. ====================
  4712.  
  4713.     AnalytiCalc Abstract:
  4714.  
  4715.     AnalytiCalc is a large and powerful spreadsheet program with
  4716. sufficient extra features to have some pretentions of acting as an
  4717. "integrated system". It is a virtual memory system supporting up to
  4718. 18000 columns and 18000 rows, multiple equations per cell, an outlining
  4719. system, built-in cell annotation, and datafile access from any cell(s)
  4720. of the sheet, plus an array of functions not present in most commercial
  4721. spreadsheets. This disk represents the initial Amiga port of AnalytiCalc,
  4722. and as such the console interface is somewhat crude and in addition requires
  4723. use of a custom keymap (one such is supplied) for sensible operation. This
  4724. will be improved upon, but meanwhile the program is released with complete
  4725. sources, documents, and executables. The graphics program and the DIF
  4726. file access program are not yet ported; these will be released when
  4727. they are ready. AnalytiCalc for the Amiga uses files compatible with those
  4728. for AnalytiCalc on MS-DOS, VMS, or RSX-11M or IAS. An example project
  4729. planner spreadsheet is included in the distribution to show off some of
  4730. the things you can do. More example sheets will be forthcoming in the
  4731. future. AnalytiCalc also supports matrix math, FFTs, infinite windowing,
  4732. linear regression, date arithmetic, internal and external macros, LOTS
  4733. of cell addressing modes, goal seeking in up to 8 dimensions, and more.
  4734.  
  4735.     AnalytiCalc requires perhaps 600K of RAM memory, at least one
  4736. 360K diskette drive, and AmigaDOS 1.2, plus a larger than default stack.
  4737. Display sizes supported can be up to 132 characters wide by up to 76
  4738. lines long. Sorry; I don't think AnalytiCalc supports proportional
  4739. fonts very well, though it should manage not to be totally brain damaged
  4740. with them. The manual requires an 80 column printer.
  4741.     To see the documentation you need either a printer 80 columns wide
  4742. to print it, or an 80 column screen to view it on.
  4743.  
  4744.         SOME DO-NOT'S
  4745.  
  4746.         1.  DO NOT use AnalytiCalc until you have read the documentation.
  4747.  
  4748.         2.  DO NOT forget to make regular backup copies of your database.
  4749.  
  4750.         3.  DO NOT exit (X) the progam without saving your work if you
  4751.         want it saved. (You will be asked to confirm you really want
  4752.         to leave, however.)
  4753.  
  4754.         GETTING STARTED.
  4755.  
  4756.         If you haven't already printed the documentation, please do so
  4757.         before trying to operate AnalytiCalc. Then, READ IT!  You should
  4758.         also make sure that you have placed a "write-protect" tab on your
  4759.         AnalytiCalc distribution diskettes, so that they can't be
  4760.         accidentally erased or overwritten.
  4761.  
  4762.         You should now make a copy of your AnalytiCalc disks.  These will
  4763.         also serve as your "run-time" system diskettes.
  4764.  
  4765.     De-archive AnalyExe.Arc and AnalyDoc.Arc at least onto a blank
  4766.     disk and read the document files and release notes. You'll need
  4767.     a bit of AmigaDos familiarity to set things up (read how to use
  4768.     the ASSIGN command and the SETMAP command and ASSIGN something as
  4769.     DK:; also set your stack large with the STACK command.) If you
  4770.     are using disk file memory, FACC is a good thing to use also. PLEASE
  4771.     READ THE MANUALS though, to save us all a lot of headaches.
  4772.  
  4773.         SOME MAXIMUMS AND MINIMUMS.
  4774.              Minimum RAM Memory required .....................about  600K
  4775.              Minimum Disk Drives required...............................1
  4776.              Minimum Disk Storage required...........................880K
  4777.          Number of Columns......................................18000
  4778.          Number of Rows.........................................18000
  4779.          Maximum Length of Formulas (characters)..................109
  4780.          Number of cells that can be full at once...............18000
  4781.          Number of simultaneous named areas permitted.............300
  4782.          Number of scratch cells outside spreadsheet...............60
  4783.          Precision of calculations (digits; 8 bytes used)..........16
  4784.          Total maximum storage managed (bytes)..............2,113,020
  4785.          Maximum depth of document nesting (outline processor)......4
  4786.          Maximum number of parameters varying to goal seek..........8
  4787.          Maximum record size for data files accessed as database..128
  4788.          Maximum number of files namable in one sheet.........>18000
  4789.          Maximum cell columns displayable on one screen............20
  4790.          Maximum number of rows displayable in one display.........75
  4791.          Maximum simultaneous different cell display formats per
  4792.         sheet (taken from large set)...........................76
  4793.          Length of format specification (characters)................9
  4794.  
  4795.  
  4796.         DISCLAIMER.
  4797.  
  4798.         In no event will the Author be liable to you for any damages,
  4799.         including any lost profits, lost savings or other incidental or
  4800.         consequential dmages arising out of the use of or inability to use
  4801.         these programs, even if the Author has been advised of the
  4802.         possibility of such damages, or for any claim by any other party.
  4803.  
  4804.  
  4805.         THE USER-SUPPORTED CONCEPT.
  4806.  
  4807.                                User-Supported Software
  4808.            You are encouraged to copy and share this program with others.
  4809.              If after evaluating this program you find it to be useful,
  4810.                          I trust you to send a $10.00 payment.
  4811.  
  4812.                    Glenn C. Everhart
  4813.                                25 Sleigh Ride Rd.
  4814.                    Glen Mills, Pa. 19342
  4815.  
  4816. To Be Done:
  4817. Future plans for AnalytiCalc:
  4818.     1. Add TAN, ASIN, ACOS, and 2-argument ATAN (one argument ATAN
  4819.     is present now). (Done in VAX version; trivial mod.)
  4820.     2. Interface to raw: device instead of con: device and add more
  4821.     flexible parsing of keystrokes so custom keymaps can be junked.
  4822.     3. Allow data files to be on a logical device. (Actually, FACC
  4823.     may make this need obsolete).
  4824.     4. Minor cleanups to XQTCMD and a couple other places to clean
  4825.     up and more thoroughly bullet proof the code.
  4826.     5. Fix bugs as they are discovered.
  4827.     6. Allow use on non-interlaced screens by redoing the two command
  4828.     and display windows as pseudo-requestors.
  4829.  
  4830. Auxiliary files:
  4831.     1. Port DIFDB (DIF to database or AnalytiCalc saved format and
  4832.     back converter) to Amiga.
  4833.     2. Port PCGRAF to Amiga.
  4834.     3. Port some of the BASIC graphics packages to Amiga. Possibly
  4835.     compile some of them.
  4836.     4. Supply the Business Expense Report, manpower planner, and
  4837.     income tax templates as extra examples. Possibly do a game of 
  4838.     LIFE template too, just for fun.
  4839.  
  4840. Other programs:
  4841.     Port the RIM relational DBMS to Amiga as a companion piece. (This
  4842.     has already been done porting from CDC to VAX to MSDOS (the last
  4843.     by me), and should be straightforward).
  4844.  
  4845. I have found that Absoft Fortran 2.3 is a stable and usable compiler and
  4846. would like to acknowledge gratefully its contribution. He who wants to
  4847. add to or modify AnalytiCalc needs Absoft Fortran 2.3 (or later, I suppose)
  4848. to build it with. Anyone who has Absoft Fortran-020 for the 68020 is
  4849. invited to recompile this program to use the faster chips. I didn't have
  4850. either money or machine to try a 68020/68881 version, but see no reason
  4851. why it would fail.
  4852.  
  4853.     Glenn Everhart
  4854.     5 October 1987
  4855.  
  4856. This is disk 105 of the freely distributable AMIGA software library.
  4857. Below is a listing of the significant directories and their contents.
  4858.  
  4859. AsmProgs    Some misc assembly tools, programs, etc.  "AsmFilter"
  4860.         (actually in AmigaBASIC) turns the output of the Metacomco
  4861.         disassembler into a file that can be re-assembled.
  4862.         "AddKickMem" adds the KickStart memory to your free memory
  4863.         on an Amiga 1000 with Kickstart in ROM.  "Clear" fills 
  4864.         unused areas of memory with a specific byte pattern.
  4865.         "L" is a replacement for the BCPL "list" program, but
  4866.         with some graphics enhancements.  "SharpFont" is an
  4867.         8 pixel non-proportional font.  "Stack" is a replacement
  4868.         for the BCPL stack program.  Includes some source.
  4869.         Author:  Glen McDiarmid and Kirk Davies
  4870.  
  4871. BasicProgs    Some more AmigaBASIC programs.  LeastSquare solves
  4872.         least squares problems and graphs the results.  Curves
  4873.         is a demo of one use for LeastSquare (find curves to
  4874.         fit a set of points).  Freud is a Freudian analysis
  4875.         program.  Includes source, needs AmigaBASIC from Extras.
  4876.         Author:  George Trepal
  4877.  
  4878. Bison        A replacement for unix "yacc" command.  This is from
  4879.         the GNU (GNU is Not Unix) effort, and was obtained
  4880.         from the Free Software Foundation.  This is an update
  4881.         to the version on disk 51, with some more bug fixes
  4882.         provided by Fred Walter.  Includes source.
  4883.         Author: Bob Corbett and Richard Stallman.  Bug fixes
  4884.             by Johan Widen, Doug Leavitt, & Fred Walter
  4885.  
  4886. DrunkenMouse    Another cute program in the tradition of "display hacks".
  4887.         Includes source.
  4888.         Author:  Alex Livshits
  4889.  
  4890. FlamKey        Installs a little key on the WorkBench screen title
  4891.         bar, and then waits in background until somebody clicks
  4892.         on the key.  When activated, allows the keyboard and mouse
  4893.         inputs to be locked out until a password is entered.
  4894.         Shareware, binary only.
  4895.         Author:  Alex Livshits
  4896.  
  4897. GravityWars    The object of this game is for one player to hit the
  4898.         other player's ship with a missle, before being hit
  4899.         yourself.  The ships and planets don't move, but
  4900.         aiming the missle in the presence of gravity fields
  4901.         and black holes makes hitting your target difficult.
  4902.         Version 2.0, shareware, binary only.  This is an update
  4903.         to the version on disk number 84.
  4904.         Author:  Ed Bartz
  4905.  
  4906. IPo2C        A utility to write a C-language definition of the current
  4907.         intuition pointer to a file, which can then be used
  4908.         in a program via SetPointer to mimic the intuition pointer.
  4909.         Includes source.
  4910.         Author:  Alex Livshits
  4911.  
  4912. Pere-et-Fils    Example of creating and using reentrant processes.
  4913.         Includes source.
  4914.         Author: Jean-Michel Forgeas
  4915.  
  4916. Record-Replay    A program that records a sequence of mouse and keyboard
  4917.         events as they occur and stores them in a file.  The file
  4918.         can be played back to cause the same sequence of events to
  4919.         occur again.  Very useful for creating demonstrations
  4920.         of programs or documenting repeatable bugs.  This is
  4921.         version 2.0, an update to the version on disk 95.
  4922.         Shareware, binary only.
  4923.         Author:  Alex Livshits and J-M. Forgeas
  4924.  
  4925. This is disk 106 of the freely distributable AMIGA software library.
  4926. Below is a listing of the significant directories and their contents.
  4927.  
  4928.  
  4929. FuncKey        A shareware function key editor, submitted by the author
  4930.         for inclusion in the library.  This is version 1.1, an
  4931.         update to the version on disk 89. Binary only (source
  4932.         available from author).
  4933.         Author:  Anson Mah
  4934.  
  4935. MoreArt        A small selection of some additional Amiga artwork
  4936.         submitted to me since the last "art" disk.
  4937.         Authors:  Dana Dominiak and Larry Zasitko
  4938.  
  4939. QuickFlix    An IFF slideshow and cel animation program that takes
  4940.         full advantage of the Amiga's multitasking operating
  4941.         system, supports all the graphics modes, can run with
  4942.         internal timing or be triggered by an external source,
  4943.         caches images in memory to achieve rapid frame rate,
  4944.         etc.  Version 0.13, binary only, shareware.
  4945.         Author:  Jeff Kunzelman, Rodney Iwashina, Takeshi Suganuma
  4946.  
  4947. RistiNolla    A Finnish game.  The name means something like CrossZero,
  4948.         and is also called Go-Moku.  Version 1.0, shareware, binary
  4949.         only.
  4950.         Author:  Mika Pihlajamaki
  4951. This is disk 107 of the freely distributable AMIGA software library.
  4952. Below is a listing of the significant directories and their contents.
  4953.  
  4954.  
  4955. Csh        Version 2.07 of Matt Dillon's csh like shell, modified
  4956.         for Manx C.  Includes source.
  4957.         Author:  Matt Dillon, Manx'ified by Steve Drew
  4958.  
  4959. Diff        A file comparison utility, similar to other common
  4960.         "diff" programs.  Includes source.
  4961.         Author:  D. Krantz;  Amiga port by Jeff Bailey
  4962.  
  4963. ProSuite    This is the Amiga Programmers Suite Book 1.01.  The
  4964.         suite provides example code of facilities that every
  4965.         programmer needs (such as FileIO Requester), provides
  4966.         examples of new facilities (such as XText and DoRequest),
  4967.         and provides a tutorial on how to program the Amiga.
  4968.         Includes source.
  4969.         Author:  R.J. Mical
  4970.  
  4971. SVTools        Some additional useful tools from Stephen Vermeulen.
  4972.         Includes a new version of Vnews, sit, setstack, retool,
  4973.         memlist, fragit, and yoyo.  Includes source.
  4974.         Author:  Stephen Vermeulen
  4975.  
  4976. This is disk 108 of the freely distributable AMIGA software library.
  4977. Below is a listing of the significant directories and their contents.
  4978.  
  4979.  
  4980. AList        A directory listing program based on Dave Haynie's LD4
  4981.         program, with extensions and enhancements.  Includes source.
  4982.         Author:  Ed Kivi (original by Dave Haynie)
  4983.  
  4984. DirMaster    A very nicely done shareware disk cataloger, submitted
  4985.         by the author for inclusion in the library.  This is version
  4986.         1.0b, an update to the version released on disk 89.  Binary
  4987.         only.
  4988.         Author:  Greg Peters
  4989.  
  4990. Dots-Perfect    Printer driver for an Epson MX80 printer with the 
  4991.         Dots-Perfect upgrade kit installed.  Includes source.
  4992.         Author:  Robbie Akins
  4993.  
  4994. MonIDCMP    MonIDCMP lets you monitor the IntuiMessages that pass through
  4995.         an IDCMP window.  It prints the message class, mouse
  4996.         coordinates, qualifier values, and other useful information
  4997.         when appropriate.  Great for debugging applications and
  4998.         for snooping around in the inner workings of other programs.
  4999.         Includes source.
  5000.         Author:  Davide Cervone
  5001.  
  5002. PrintPop    A utility to enable the user to send some common control
  5003.         settings to the PRT: printer device.  When installed, a
  5004.         left-amiga F1 sequence will pop up a small window with
  5005.         various options.  Includes source.
  5006.         Author:  Robbie Akins
  5007.  
  5008. Sectorama    A program designed to help Amiga users recover lost or
  5009.         damaged data from floppy or hard drives, or to repair
  5010.         a damaged volume.  The author wrote this out of
  5011.         frustration with existing tools when he had multiple
  5012.         hard disk drive failures over the course of several
  5013.         months.  This is version 1.1, an update to the version
  5014.         on disk 102.  Binary only.
  5015.         Author:  David Joiner
  5016.  
  5017. Tek        An enhanced version of Dave Wecker's vt100 (v2.6) which
  5018.         includes emulation for a Tektronix 4010/4014 graphics 
  5019.         terminal.  This is a much improved version of the Tek4010
  5020.         program from disk number 52.  Includes source.
  5021.         Author:  Enhancements by Nick Giordano and Terry Whelan
  5022.  
  5023. Zoo        A file archiver, much like "arc" in concept, but different
  5024.         in implementation and user interface details.  Includes
  5025.         some nice features that "arc" lacks (such as file/path
  5026.         names up to 255 characters in length).  This is version
  5027.         1.42B, an update to the version released on disk 87.
  5028.         Binary only.
  5029.         Author:  Rahul Dhesi, Amiga port by Brian Waters
  5030. This is disk 109 of the freely distributable AMIGA software library.
  5031. Below is a listing of the significant directories and their contents.
  5032.  
  5033.  
  5034. Machine        A neat new animation from Allen Hastings.
  5035.         Author:  Allen Hastings
  5036.  
  5037. SimCPM        A CP/M simulator for the Amiga.  Simulates an 8080
  5038.         along with H19 terminal emulation.  Includes source.
  5039.         Author:  Jim Cathey; Amiga port by Charlie Gibbs
  5040.  
  5041. UUpc        Version 1.0 of a suite of programs that will allow you
  5042.         hook up your Amiga as a usenet node.  Includes source.
  5043.         Author:  Richard Lamb, Stuart Lynne, Jeff Lydiatt
  5044. This is disk 110 of the freely distributable AMIGA software library.
  5045. Below is a listing of the significant directories and their contents.
  5046.  
  5047.  
  5048. A68k        A 68000 assembler originally written in Modula-2 in
  5049.         1985 and converted to C by Charlie Gibb in 1987.  Has
  5050.         been converted to accept metacomco-compatible assembler
  5051.         source code and to generate Amiga objects.  Includes source.
  5052.         Author:  Brian Anderson; C translation and Amiga work
  5053.              done by Charlie Gibb
  5054.  
  5055.  
  5056. Pdc        An optimizing C compiler for the 68000 processor.  This
  5057.         is an update to the version first released on disk 53,
  5058.         though apparently not based on the code from that disk.
  5059.         Major porting work was done by Jeff Lydiatt to get it to
  5060.         the point where it would compile and execute simple programs
  5061.         on the Amiga.  This version now generates metacomco-
  5062.         compatible assembler source code, which can be assembled by
  5063.         the assembler also provided on this disk and then linked by
  5064.         the freely redistributable linker "blink" (also provided).
  5065.         Includes all compiler source and some library and startup
  5066.         source code.  Requires amiga.lib from developers kit to
  5067.         generate complete running example executables.
  5068.         Author:  Matthew Brandt; major porting work by Jeff Lydiatt
  5069.  
  5070.  
  5071.         
  5072. This is disk 111 of the freely distributable AMIGA software library.
  5073. Below is a listing of the significant directories and their contents.
  5074.  
  5075.  
  5076. AmyLoad        A graphical monitor of cpu, blitter, and memory use.
  5077.         Includes two components; load.device, which monitors
  5078.         system parameters, and amyload, which is the user
  5079.         interface and display program.  Includes source.
  5080.         Author:  Jeff Kelley
  5081.  
  5082. AssignDev    Assigns multiple names to a given device.  For example,
  5083.         allows the names "df0:" and "df3:" to refer to the
  5084.         same physical device.  This is a modified version of
  5085.         the original released on disk number 79.  Includes source.  
  5086.         Author:  Phillip Lindsay, mods by Olaf Seibert
  5087.  
  5088. Gauge        Continuously displays memory usage in a vertical bar
  5089.         graph, similar to the workbench "fuel gauge" type 
  5090.         display for disk space.  Binary only.
  5091.         Author:  Peter da Silva
  5092.  
  5093. HeliosMouse    Another "sunmouse" type program.  Automatically activates
  5094.         a window simply by moving the mouse pointer into the window.
  5095.         Version 1.1, an update to the version released on disk 94.
  5096.         Includes source.
  5097.         Author:  Davide Cervone
  5098.  
  5099. Labels        Alphabetic and numeric ordered cross reference lists
  5100.         of defined system constants.  Recommended for debugging
  5101.         purposes only, use the symbolic values in programs!
  5102.         Author:  Olaf Seibert
  5103.  
  5104. Mandel        Another mandelbrot generator program, with bits and pieces
  5105.         of code from C. Heath and R.J. Mical.  Includes source.
  5106.         Author:  Olaf Seibert
  5107.  
  5108. PopLife        A PopCLI type thingie that instead plays life all over your
  5109.         screen.  Lots of bits and pieces from Tomas Rokicki's blitlab
  5110.         and John Toebes' PopCLI.  Includes source.
  5111.         Author:  Olaf Seibert
  5112. This is disk 112 of the freely distributable AMIGA software library.
  5113. Below is a listing of the significant directories and their contents.
  5114.  
  5115.  
  5116. BeachBirds    Jerrold Tunnell's entry to the Badge Killer Demo
  5117.         Contest.  Uses sprites and sound to portray a beach
  5118.         scene.  Runs on a 512K machine.  Binary only.
  5119.         Author:  Jerrold Tunnell
  5120.  
  5121. Bully        Mike Meyer's entry for the Badge Killer Demo Contest.
  5122.         Pushes all open screens around (thus the name "bully").
  5123.         Designed for showing off more than one demo at a time
  5124.         Includes source.
  5125.         Author:  Mike Meyer
  5126.  
  5127. DropShadow    Dropshadow version 2, rev 0, for use with Bryce
  5128.         Nesbitt's Wavebench demo.  Binary only.
  5129.         Author:  Jim Mackraz
  5130.  
  5131. HagenDemos    Joel Hagen's Badge Killer Demo contest entries, "RGB"
  5132.         and "Focus".  RGB was the overall winner of the contest.
  5133.         It requires a one meg Amiga to run.  Binary only.
  5134.         Author:  Joel Hagen
  5135.  
  5136. Viacom        Latest version of viacom for use in conjuction with
  5137.         the WaveBench demo.  Binary only.
  5138.         Author:  Leo Schwab and Bryce Nesbitt
  5139.  
  5140. WaveBench    This is Bryce Nesbitt's Badge Killer Demo Contest entry.
  5141.         It is a neat screen hack, and runs on 512K machines.
  5142.         For more laughs, try in conjunction with Viacom or
  5143.         Ds (Dropshadow).  Includes source.
  5144.         Author:  Bryce Nesbitt
  5145. This is disk 113 of the freely distributable AMIGA software library.
  5146. Below is a listing of the significant directories and their contents.
  5147.  
  5148. AmiCron        A simple Unix "cron" type program, which is a background
  5149.         task that uses a disk-resident table to automatically
  5150.         run certain tasks on a regular basis, at specific times.
  5151.         Version 2.3, includes source.
  5152.         Author:  Steve Sampson, Amiga port by Rick Schaeffer
  5153.  
  5154. Dme        Version 1.28f of Matt's text editor.  Dme is a simple 
  5155.         WYSIWYG editor designed for programmers.  It is not a
  5156.         WYSIWYG word processor in the traditional sense.  Features
  5157.         include arbitrary key mapping, fast scrolling, title-line
  5158.         statistics multiple windows, and ability to iconify windows.
  5159.         Update to version on disk number 93, includes source.
  5160.         Author:  Matt Dillon
  5161.  
  5162. DosDev        Example DOS device driver in Manx C.  Version 1.10,
  5163.         includes source.
  5164.         Author:  Matt Dillon
  5165.  
  5166. M2Amiga        Demo version of the final product M2Amiga. A fast single
  5167.         pass Modula-2 compiler with editor, linker, a small set of
  5168.         interface and standard libraries. Compiles only small demo
  5169.         programs by limiting codesize and imports.  Further 
  5170.         development of the ETHZ compiler on Disk 24. Binary only.
  5171.         Demos with source.
  5172.         Authors: R. Degen, C. Nieder, M. Schaub, J. Straube (AMSoft)
  5173.  
  5174. NoIconPos    This program clears the position info of any of your icons
  5175.         to allow WorkBench to pick a reasonable place for the icon
  5176.         again. Useful for disk and drawer icons where Snapshot 
  5177.         rewrites the icon and the window information. Written in 
  5178.         Modula-2, another demo for M2Amiga, showing the simplicity 
  5179.         of programming with this Modula-2 compiler.
  5180.         Author: Markus. Schaub
  5181. This is disk 114 of the freely distributable AMIGA software library.
  5182. Below is a listing of the significant directories and their contents.
  5183.  
  5184. CDecl        English to C (and vice versa) translator for C
  5185.         declarations.  This little gem will translate english
  5186.         such as "declare foo as pointer to function returning
  5187.         pointer to array 10 of pointer to long" into
  5188.         "long *(*(*foo)())[10]", and vice versa.  An absolute
  5189.         must for anyone except possibly the most hardcore C guru.
  5190.         Includes source.
  5191.         Author:  Graham Ross
  5192.  
  5193. Vt100        Version 2.7 of Dave's vt100 terminal emulator with
  5194.         kermit and xmodem file transfer.  Includes a few bug
  5195.         fixes posted to Usenet shortly after the posting of
  5196.         version 2.7.  This is an update to the version released
  5197.         on disk 55.  Includes source.
  5198.         Author:  Dave Wecker
  5199.  
  5200. WBLander    This entry from the Badge Killer Demo Contest is
  5201.         a special version of the WBLander program from
  5202.         disk 100.  The ending is unique.  Also uses sound
  5203.         effectively.  Includes source.
  5204.         Authors:  Peter da Silva and Karl Lehenbauer
  5205.  
  5206. This is disk 115 of the freely distributable AMIGA software library.
  5207. Below is a listing of the significant directories and their contents.
  5208.  
  5209. Killer        Killer is an incredible demo written by Robert Wilt.
  5210.         It won fourth place in the Badge Killer Demo Contest.
  5211.         Requires at least one meg of memory to run.  Sound is
  5212.         also an important part of the demo so be sure to turn
  5213.         it up.  Binary only.
  5214.         Author:  Robert Wilt
  5215.  
  5216. Marketroid    Marketroid is Leo's entry for the Badge Killer Demo
  5217.         Contest.  It is another devious sprite oriented demo
  5218.         with lots of "in" jokes.  Runs on a 512K machine.
  5219.         Includes source.
  5220.         Author:  Leo Schwab
  5221. This is disk 116 of the freely distributable AMIGA software library.
  5222. Below is a listing of the significant directories and their contents.
  5223.  
  5224.  
  5225. Movies        A ram animation system with three different example
  5226.         animations; Kahnankas, Rocker, and F-15.  Kahnankas won
  5227.         a close second in the Badge Killer Demo Contest.  Both
  5228.         Kahnankas and Rocker run on a 512K Amiga and show off
  5229.         overscan HAM mode.  Includes a animation player program
  5230.         (movie), animation builder programs (dilbm, pilbm), and
  5231.         a text/graphics display program (vilbm).
  5232.         Authors:  Eric Graham and Ken Offer 
  5233. This is disk 117 of the freely distributable AMIGA software library.
  5234. Below is a listing of the significant directories and their contents.
  5235.  
  5236.  
  5237. AMUC_Demo    A really neat horizontal scrolling demo that is a 
  5238.         2400 x 200 pixel 32 color IFF picture composed of
  5239.         digiview snapshots of members of the AMiga Users
  5240.         of Calgary, superimposed on a very wide picture of the
  5241.         Calgary Skyline.  Binary only.
  5242.         Author:  Stephen Vermeulen and Stephen Jeans
  5243.  
  5244. ExP_Demo    Demo version of Express Paint 1.1.  This is the program
  5245.         that was used to create the huge scrolling demo picture 
  5246.         in the AMUC_Demo drawer on this same disk.  Binary only.
  5247.         Author:  Stephen Vermeulen
  5248. This is disk 118 of the freely distributable AMIGA software library.
  5249. Below is a listing of the significant directories and their contents.
  5250.  
  5251.  
  5252. Empire        This is a complete rewrite, from the ground up, in
  5253.         Draco, of Peter Langston's Empire game.  Empire is
  5254.         a multiplayer game of exploration, economics, war,
  5255.         etc, which can last a couple of months.  Can be
  5256.         played either on the local keyboard or remotely
  5257.         through a modem.  This is version 1.0, shareware,
  5258.         and includes source code.
  5259.         Author:  Chris Gray, original game by Peter Langston
  5260.  
  5261. HAMmmm        This is Phil's entry for the Badge Killer Demo Contest.
  5262.         HAMmmm displays lines whose end points are bouncing around
  5263.         the screen, which is a double buffered HAM screen.
  5264.         The Y positions of the points are continuously copied
  5265.         into an audio waveform that is played on all four
  5266.         channels, and the pitch of a just intoned chord is
  5267.         derived from the average X position of these points.
  5268.         Includes source in JForth.
  5269.         Author:  Phil Burk
  5270.  
  5271. Stars        Hobie's entry for the Badge Killer Demo Contest.
  5272.         Based on original code by Leo Schwab, has credits
  5273.         longer than the actual demo.  Runs on 512K Amiga.
  5274.         Binary only.
  5275.         Author:  Hobie Orris
  5276.  
  5277. WireDemo    Matt's entry for the Badge Killer Demo Contest.
  5278.         Demonstrates the Amiga's line drawing speed.
  5279.         Runs on a 512K Amiga.  Includes source.
  5280.         Author:  Matt Dillon
  5281.  
  5282. This is disk 119 of the freely distributable AMIGA software library.
  5283. Below is a listing of the significant directories and their contents.
  5284.  
  5285. MicroEMACS    Version 3.9e of Daniel Lawrence's variant of Dave
  5286.         Conroy's microemacs.  This is an update to the version
  5287.         released on disk 93.  Also included, for the first time,
  5288.         is extensive documentation in machine readable form.
  5289.         Includes source.
  5290.         Author:  Dave Conroy, MANY enhancements by Daniel Lawrence
  5291. This is disk 120 of the freely distributable AMIGA software library.
  5292. Below is a listing of the significant directories and their contents.
  5293.  
  5294.  
  5295. Amoeba        This clone of Space Invaders is one of the best freely
  5296.         redistributable games for the Amiga to date.  Unlike
  5297.         many commercial games, it even works correctly in a
  5298.         multitasking environment (by not requiring you to
  5299.         reboot just to play a game).  Highly recommended!
  5300.         Binary only.
  5301.         Author:  LateNight Developments
  5302.  
  5303. BackGammon    A graphical Backgammon game done as an undergraduate
  5304.         A.I. course project.  Version 1.0, includes source.
  5305.         Author:  Robert Pfister
  5306.  
  5307. Bankn        A complete checkbook system offered by the author as
  5308.         shareware.  Version 1.3, binary only.
  5309.         Author:  Hal Carter
  5310.  
  5311. EgyptianRun    Cute little "road race + hazards" type game.  Version
  5312.         1.1, binary only, shareware, source available from author.
  5313.         Author:  Chris Hames
  5314.  
  5315. IconImage    Program to replace an old icon image with a new image,
  5316.         without affecting icontype, drawer data, etc.
  5317.         Includes source.
  5318.         Author:  Denis Green
  5319.  
  5320. This is disk 121 of the freely distributable AMIGA software library.
  5321. Below is a listing of the significant directories and their contents.
  5322.  
  5323.  
  5324. BasicStrip    An AmigaBASIC program that helps to convert programs
  5325.         written in other forms of Basic to AmigaBASIC.
  5326.         Author:  George Trepal
  5327.  
  5328. DataPlot    A shareware plotting program written in AmigaBASIC.
  5329.         Also includes a least squares curve fit program.
  5330.         Author:  Dale Holt
  5331.  
  5332. Plot        A shareware 3-D graphing program written in AmigaBASIC,
  5333.         with some sample output plots.  Source available from
  5334.         author.
  5335.         Author:  George Trepal
  5336.  
  5337. Stairs        This AmigaBASIC program demonstrates a musical
  5338.         illusion based upon perceptual circularity of widely
  5339.         spaced tones whose volumes are defined as a
  5340.         sinusoidal relationship to their frequency.
  5341.         Author:  Gary Cuba
  5342.  
  5343. Uedit        Version 2.3 of this nice shareware editor.  Has learn
  5344.         mode, a command language, menu customization, and other
  5345.         user configurability and customizability features.
  5346.         Binary only, shareware, update to version on disk 60.
  5347.         Author:  Rick Stiles
  5348.  
  5349. WBColors    A simple little program to change the Workbench colors
  5350.         to a predetermined color set, for programs that expect
  5351.         to be booted off their distribution disk but instead
  5352.         are run from a hard disk.  Includes source.
  5353.         Author:  Stefan Lindahl
  5354. This is disk 122 of the freely distributable AMIGA software library.
  5355. Below is a listing of the significant directories and their contents.
  5356.  
  5357.  
  5358. Asteriods    Nicely done "blast the asteriods" type game.  Unique
  5359.         feature is that all the images and sounds are replaceable
  5360.         by the end user.  So instead of ships and rocks, you can
  5361.         have an Amiga against a horde of IBMPC's if you wish.
  5362.         Author:  Rico Mariani
  5363.  
  5364. Iff2Pcs        An interactive puzzle program that takes any IFF file
  5365.         containing up to 16 colors, and breaks it up into squares
  5366.         to make a puzzle which the user can then piece back
  5367.         together again.  Version 1.0, includes source.
  5368.         Author:  Ali Ozer
  5369.  
  5370. Names        A shareware program to create and manage mailing lists.
  5371.         Binary only.
  5372.         Author:  Ernie Nelson
  5373.  
  5374. Pr        A little utility to print listings in different formats.
  5375.         Similar to the Unix "pr" program.  Includes source.
  5376.         Author:  Samuel Paolucci
  5377.  
  5378. PushOver    A neat little board strategy game, in AmigaBASIC.  Push
  5379.         your pieces onto the board until you get five in a row
  5380.         in any direction.  Includes source.
  5381.         Author:  Russ Yost
  5382.  
  5383. PuzzlePro    Create a puzzle from an IFF picture, which the user can
  5384.         then piece back together again.  Written in AmigaBASIC.
  5385.         Version 1.0, binary only, shareware, source available
  5386.         from author.
  5387.         Author:  Syd Bolton
  5388. This is disk 123 of the freely distributable AMIGA software library.
  5389. Below is a listing of the significant directories and their contents.
  5390.  
  5391.  
  5392. Arp        ARP stands for "AmigaDOS Replacement Project".  Arp
  5393.         is an effort led by Charlie Heath of Microsmiths Inc.,
  5394.         to replace the current DOS in a compatible fashion, so
  5395.         that current programs will continue to work.  Arp also
  5396.         makes whatever improvements are possible, so that current
  5397.         and future programs will work better.
  5398.         Author:  Various authors contributed work
  5399.  
  5400. Car        This animation is one of Allen's entries to the Badge
  5401.         Killer Demo Contest.  It apparently is an inside joke
  5402.         relating to a well known Amigan's experience with
  5403.         a certain highend graphics hardware manufacturer.
  5404.         Author:  Allen Hastings
  5405. This is disk 124 of the freely distributable AMIGA software library.
  5406. Below is a listing of the significant directories and their contents.
  5407.  
  5408.  
  5409. Icons        Some sample animated icons.  You might find just the
  5410.         icon for that refugee CLI program you've been meaning
  5411.         to make runable from the WorkBench environment.
  5412.         Author:  L. Pfost
  5413.  
  5414. Tarot        An AmigaBASIC program written by the author as an exercise
  5415.         for learning BASIC.  Contains some nice graphic renditions
  5416.         of tarot cards.
  5417.         Author:  L.Pfost
  5418. This is disk 125 of the freely distributable AMIGA software library.
  5419. Below is a listing of the significant directories and their contents.
  5420.  
  5421.  
  5422. ElGato        This animation is Kevin's entry to the Badge Killer
  5423.         Demo Contest.  It also has a background music
  5424.         arrangement, that requires Sonix to use.
  5425.         Author:  Kevin Sullivan
  5426. This is disk 126 of the freely distributable AMIGA software library.
  5427. Below is a listing of the significant directories and their contents.
  5428.  
  5429.  
  5430. Colour        A program to manipulate the colors of specific named
  5431.         screens, saving their current color sets to data files,
  5432.         loading new color sets from data files, or interactively
  5433.         changing the colors.  Includes source.
  5434.         Author:  John Russell
  5435.  
  5436. Dance        These two programs, "dancing polygons", are John's
  5437.         entry to the Badge Killer Demo Contest.  They are
  5438.         variations of one another, but demonstrate the range
  5439.         of colors available on the Amiga.  Includes source.
  5440.         Author:  John Olsen
  5441.  
  5442. HBHill        This animation is one of Kevin's entries to the Badge
  5443.         Killer Demo Contest.  It is the first known animation
  5444.         that makes use of the Amiga's "Extra Half Brite" mode.
  5445.         Author:  Kevin Sullivan
  5446.  
  5447. Iconify        A subroutine that creates an icon on the Amiga screen
  5448.         that can be subsequently dragged around, and double-
  5449.         clicked on.  You can use this to have your programs
  5450.         "iconify" themselves to temporarily get out of the user's
  5451.         way.  Includes source and demo program.
  5452.         Author:  Leo Schwab
  5453.  
  5454. OnlyAmiga    This animation is Iqbal's entry to the Badge Killer
  5455.         Demo Contest.  It consists of tree balls being
  5456.         juggled by pyramids rotating on their tops.
  5457.         Author:  Iqbal Singh Hans
  5458.  
  5459. Suplib        The support library needed to rebuild various programs
  5460.         of Matt's from the source, including DME, DTERM, etc.
  5461.         Includes source.
  5462.         Author:  Matt Dillon
  5463.  
  5464. VCheck        Version 1.2 of the virus detection program from
  5465.         Commodore Amiga Technical Support.  This version
  5466.         will test for the presence of a virus in memory,
  5467.         or on specific disks.  Binary only.
  5468.         Author:  Bill Koester.
  5469. This is disk 127 of the freely distributable AMIGA software library.
  5470. Below is a listing of the significant directories and their contents.
  5471.  
  5472.  
  5473. Bounce        This program is Steve and Tom's entry for the Badge
  5474.         Killer Demo Contest.  It creates little dots that
  5475.         bounce around and multiply.  Includes source.
  5476.         Author:  Steve Hansel and Tom Hansel
  5477.  
  5478. Nemesis        This demo is Mark's entry to the Badge Killer Demo
  5479.         Contest.  It is quite small for what it does, and
  5480.         won fifth place in the contest.  Binary only.
  5481.         Author:  Mark Riley
  5482.  
  5483. Ripples        This animation is one of Allen Hastings' entries to
  5484.         the Badge Killer Demo Contest.  Unlike most other 
  5485.         animations, it shows a fixed object from a moving
  5486.         point of view, rather than a moving object from a
  5487.         fixed point of view.
  5488.         Author:  Allen Hastings
  5489. This is disk 128 of the freely distributable AMIGA software library.
  5490. Below is a listing of the significant directories and their contents.
  5491.  
  5492.  
  5493. Dis        A 68000 disassembler, written in 68000 assembler.
  5494.         Includes source.
  5495.         Author:  Greg Lee
  5496.  
  5497. DropCloth    DropCloth lets you place a pattern, a 2 bitplane IFF
  5498.         image or a combination of a pattern and image, into
  5499.         the WorkBench backdrop.  Version 2.2, shareware,
  5500.         binary only.
  5501.         Author:  Eric Lavitsky
  5502.  
  5503. LedClock    An extremely simple clock program, for interlaced
  5504.         screens only.  Includes source.
  5505.         Author:  Ali Ozer
  5506.  
  5507. MRBackUp    A hard disk backup utility, that does a file by file
  5508.         copy to standard AmigaDOS floppy disks.  Includes an
  5509.         intuition interface and file compression.  Version 1.3,
  5510.         includes source.
  5511.         Author:  Mark Rinfret
  5512.  
  5513. Paint        A simple screen painting program, written in web.
  5514.         Requires web preprocessing program to rebuild from
  5515.         source.  Includes source in web.
  5516.         Author:  Greg Lee
  5517.  
  5518. PrtDriver    A printer driver for the Toshiba "3 in one" printer in
  5519.         its Qume (best) mode.  Includes source in C and 
  5520.         assembler.
  5521.         Author:  Rico Mariani
  5522.  
  5523. SDBackUp    A hard disk backup utility.  CLI interface only.
  5524.         Does file compression.  Version 1.1, binary only.
  5525.         Author:  Steve Drew
  5526.  
  5527. Sed        A clone of the Unix sed (Stream EDitor) program.
  5528.         Includes source.
  5529.         Author:  Eric Raymond
  5530.  
  5531. wKeys        A "hot-keys" program that binds keyboard function
  5532.         keys to window manipulation functions (window activation,
  5533.         front to back, moving screens, etc).  Includes source.
  5534.         Author:  Davide Cervone
  5535. This is disk 129 of the freely distributable AMIGA software library.
  5536. Below is a listing of the significant directories and their contents.
  5537.  
  5538.  
  5539. DosKwik        A pair of programs which allow you to save files, or
  5540.         a group of files, to one or more floppies for quick
  5541.         loading (loading up a ram disk for example).  Does not
  5542.         store files in DOS format, which is why it is faster.
  5543.         Version 2.0, update to version on disk 103.  Binary
  5544.         only, shareware.
  5545.         Author:  Gary Kemper
  5546.         
  5547. MRBackUp    A hard disk backup utility, that does a file by file
  5548.         copy to standard AmigaDOS floppy disks.  Includes an
  5549.         intuition interface and file compression.  Versions
  5550.         2.0 (with sources) and 2.1 (binary only, source available
  5551.         from author).  This is an update to version on disk 128.
  5552.         Author:  Mark Rinfret
  5553.  
  5554. PaintJet    An "official" Hewlett Packard PaintJet printer driver
  5555.         received directly from HP sources.  Don't settle for
  5556.         a bogus one, or pay the $50 some vendors are apparently
  5557.         asking for one.
  5558.         Author:  Unknown
  5559.  
  5560. Patch        Two independent ports of the very useful Unix utility
  5561.         "patch", which applies context diffs to text files
  5562.         to automatically update them.  Patch version 1.3 was
  5563.         ported to the Amiga by Rick Coupland and patch version
  5564.         2.0 was ported by Johan Widen.  Includes source.
  5565.         Author:  Larry Wall
  5566. This is disk 130 of the freely distributable AMIGA software library.
  5567. Below is a listing of the significant directories and their contents.
  5568.  
  5569.  
  5570. DirMaster    A very nicely done shareware disk cataloger, submitted
  5571.         by the author for inclusion in the library.  This is version
  5572.         1.1, an update to the version released on disk 108.  Lots
  5573.         of neat new features and enhancements.  Binary only.
  5574.         Author:  Greg Peters
  5575.  
  5576. Evo        A human evolution toy/tutorial.  Includes source.
  5577.         Author:  Steve Bonner
  5578.  
  5579. Hp        A nice RPN calculator program that supports calculations
  5580.         with binary, octal, decimal, hex, float, and complex
  5581.         numbers.  Other features include 32 registers for storing
  5582.         data and transcendental functions.  Version 1.0, includes
  5583.         source.
  5584.         Author:  Steve Bonner
  5585.  
  5586. Mach        A "mouse accelerator" program that also includes hotkeys,
  5587.         the features of sun mouse, clicktofront, and popcli, a
  5588.         title bar clock with a bbs online charge accumulator, and
  5589.         more.  Version 1.6a, includes source.
  5590.         Author:  Brian Moats
  5591.  
  5592. PatEdit        A pattern editor for creating patterns to input to
  5593.         the Amiga SetAfPt macro call.  This call sets the
  5594.         area fill pattern for the area filling graphics calls
  5595.         such as RectFill, AreaDraw, etc.  Includes source.
  5596.         Author:  Don Hyde
  5597.  
  5598. QMan        Mandelbrot generator written partially in assembly for
  5599.         speed.  Includes source.
  5600.         Author:  Steve Bonner
  5601. This is disk 131 of the freely distributable AMIGA software library.
  5602. Below is a listing of the significant directories and their contents.
  5603.  
  5604. Dfc        Copies disks like Maurader, but multitasks.  Replaces both
  5605.         diskcopy and format but is smaller than either.  It even has
  5606.         a nice little Intuition interface.  Includes source.
  5607.         Author:  Tomas Rokicki
  5608.  
  5609. HyperBase    Nice little shareware database management system.
  5610.         Version 1.6, binary only, source available from authors.
  5611.         Update to version on disk number 58.
  5612.         Author:  Michael MacKenzie, Marc Mengel, and Craig Norborg
  5613.  
  5614. Life        A new version of Tomas's ancient Life game, but with a new
  5615.         macro language for setting up patterns, some good examples,
  5616.         and some more good stuff.  Includes source.
  5617.         Author:  Tomas Rokicki
  5618.  
  5619. Mackie        A Popcli replacement that draws pretty lines on the screen
  5620.         in blanking mode.  Includes source.
  5621.         Author:  Software Distillery; enhancements by Tomas Rokicki
  5622.  
  5623. Mg1b        A version of Mg1b with an ARexx port and other improvements
  5624.         by Tomas Rokicki.  Finally you can define macros and bind
  5625.         them to function keys in your startup file!  Includes
  5626.         source.
  5627.         Author:  Various; enhancements by Tomas Rokicki
  5628.  
  5629. WFrags        Another version of Frags, but this one pops up a nice little
  5630.         window that updates occasionally.  Necessary for developers
  5631.         who wonder what their program is doing to memory, or wonder
  5632.         why they can't load that program.  Includes source.
  5633.         Author:  Tomas Rokicki
  5634.  
  5635. This is disk 132 of the freely distributable AMIGA software library.
  5636. Below is a listing of the significant directories and their contents.
  5637.  
  5638.  
  5639. Berserk        This animation, unveiled at the September 87 meeting
  5640.         of the First Amiga Users Group, got Leo a standing ovation.
  5641.         It is a "must see" for every Amiga user, and ranks up
  5642.         there with "Juggler" as a premier demo for the Amiga.
  5643.  
  5644.         The difference between this distribution, and the one
  5645.         on disk 100, is that this one includes "source".  I.E.
  5646.         it contains all the object descriptions necessary to
  5647.         recreate the animation.  Thus you can, if you like,
  5648.         try modifying various objects to create slightly
  5649.         different animations, or use it as an example for
  5650.         creating your own animations.
  5651.  
  5652.         Seldom does a disk get devoted to a single program,
  5653.         however animation is one of the Amiga's greatest
  5654.         strengths, and I felt it was appropriate to have at
  5655.         least one animation that was available at the
  5656.         "source code" level.
  5657.  
  5658.         Author:  Leo Schwab
  5659. This is disk 133 of the freely distributable AMIGA software library.
  5660. Below is a listing of the significant directories and their contents.
  5661.  
  5662.  
  5663. Conman        Extremely useful replacement for the standard console
  5664.         handler, that provides line editing and command line
  5665.         histories completely transparent to any application program
  5666.         that uses CON: windows.  This program is shareware, and well
  5667.         worth a donation to the author.  Version 1.1, binary only,
  5668.         update to version on disk 100.  New features include 
  5669.         additional editing keys, fast search keys, undo key, clear
  5670.         history command, and more.
  5671.         Author:  William Hawes
  5672.  
  5673. Crc        Two programs that are very useful for generating
  5674.         16-bit CRC listings of the contents of disks, and
  5675.         verifying that a given disk's files still compute
  5676.         to the same CRC's as listed.  Version 1.0, binary
  5677.         only.
  5678.         Author:  Don Kindred
  5679.  
  5680. CrcLists    Complete CRC check files for disks 1-128 of the 
  5681.         library, using the Crc program also included on
  5682.         this disk.  These were made directly from my master
  5683.         disks.
  5684.         Author:  Fred Fish
  5685.  
  5686. Overscan    Patches the Intuition library so that sizable windows
  5687.         with MaxHeight of 200 (400 in interlace) and screens with
  5688.         Height of 200 (400 in interlace) will take advantage of
  5689.         the PAL overscan capability of Intuition V1.2.  This 
  5690.         seems to be useful only for European users that wish
  5691.         to run software written for the American market, without
  5692.         modifying the applications, but still using the additional
  5693.         space.  Includes source.
  5694.         Author:  Ari Freund
  5695. This is disk 134 of the freely distributable AMIGA software library.
  5696. Below is a listing of the significant directories and their contents.
  5697.  
  5698.  
  5699. BoingThrows    A 50 frame HAM animation done with Sculpt-3D, and
  5700.         minor touchups with DigiPaint.  The animation took
  5701.         about 325 hours of runtime to generate.
  5702.         Author:  Marvin Landis
  5703.  
  5704. Browser        A workbench tool, using text-only windows, that makes
  5705.         all files in the system accessible for executing,
  5706.         copying, moving, renaming, deleting, etc.  Billed
  5707.         as a "programmers workbench".  Version 1.2, binary
  5708.         only.
  5709.         Author:  Peter da Silva
  5710.  
  5711. Dme        Version 1.29 of Matt's text editor.  Dme is a simple 
  5712.         WYSIWYG editor designed for programmers.  It is not a
  5713.         WYSIWYG word processor in the traditional sense.  Features
  5714.         include arbitrary key mapping, fast scrolling, title-line
  5715.         statistics multiple windows, and ability to iconify windows.
  5716.         Update to version on disk number 113, includes source.
  5717.         Author:  Matt Dillon
  5718.  
  5719. Find        Find is a utility which searches for files that satisfy
  5720.         a given boolean expression of attributes, starting from
  5721.         a root pathname and searching recursively down through
  5722.         the hierarchy of the file system.  Very much like the
  5723.         Unix find program.  Version 1.0, includes source.
  5724.         Author:  Rodney Lewis
  5725.  
  5726. Library        Demo version of a shareware program that stores textual
  5727.         information without regard to structure or content, and
  5728.         allows complicated searching for specific patterns.
  5729.         Written in assembler for speed, binary only.
  5730.         Author:  Bill Brownson
  5731.  
  5732. SmartIcon    This shareware program, submitted by the author,
  5733.         is an Intuition objects iconifier.  Version 1.0
  5734.         is limited to iconifying windows, which is still
  5735.         very handy.  It adds a new "iconify gadget" to
  5736.         each window, that when clicked on, iconifies the
  5737.         window into an icon in the ram: disk.  Binary only,
  5738.         source available from author.
  5739.         Author:  Gauthier Groult
  5740. This is disk 135 of the freely distributable AMIGA software library.
  5741. Below is a listing of the significant directories and their contents.
  5742.  
  5743.  
  5744. TeXF        A selection of 78 TeX fonts, with a conversion
  5745.         program to convert them to Amiga fonts.  There
  5746.         are 22 different fonts at various sizes, ranging
  5747.         from 15 pixels high to more than 150 pixels.
  5748.         The conversion program can also be used with
  5749.         the fonts distributed with AmigaTeX, yielding
  5750.         an additional 1000 or so more fonts for use
  5751.         with other Amiga programs.  Version 2.5,
  5752.         binary only.
  5753.         Author:  Ali Ozer
  5754.         
  5755. This is disk 136 of the freely distributable AMIGA software library.
  5756. Below is a listing of the significant directories and their contents.
  5757.  
  5758.  
  5759. AsmToolBox    An assembler "toolbox" created to make interfacing 
  5760.         between assembler programs and AmigaDOS easy.  Includes
  5761.         source.
  5762.         Author:  Warren Ring
  5763.  
  5764. Bison        A replacement for unix "yacc" command.  This is from
  5765.         the GNU (GNU is Not Unix) effort.  It is a port of
  5766.         the latest GNU version, done by William Loftus, with
  5767.         the goal of preserving all of bison's current features.
  5768.         Includes source and testing program "calc".
  5769.         Author: Bob Corbett and Richard Stallman.
  5770.  
  5771. Iff2Pcs        An interactive puzzle program that takes any IFF file
  5772.         containing up to 16 colors, and breaks it up into squares
  5773.         to make a puzzle which the user can then piece back
  5774.         together again.  Version 1.1, an update to the version
  5775.         on disk 122, includes source.
  5776.         Author:  Ali Ozer
  5777.  
  5778. Paste        A version of the Unix paste utility.  Paste concatenates
  5779.         corresponding lines of the specified files into
  5780.         a single output line (horizontal or parallel merging)
  5781.         or concatenates them into alternate lines (vertical or
  5782.         serial merging).  Includes source.
  5783.         Author:  David Ihnat
  5784.  
  5785. YaBoingII    A game program demonstrating hardware sprite usage,
  5786.         including collision detection.  This is an update
  5787.         to the version on disk 36.  Includes source.
  5788.         Author: Ali Ozer, based on original by Leo Schwab
  5789.  
  5790. Zoo        A file archiver, much like "arc" in concept, but different
  5791.         in implementation and user interface details.  Includes
  5792.         some nice features that "arc" lacks (such as file/path
  5793.         names up to 255 characters in length).  This is version
  5794.         1.71, an update to the version released on disk 108.
  5795.         Binary only.
  5796.         Author:  Rahul Dhesi, Amiga port by Brian Waters
  5797. This is disk 137 of the freely distributable AMIGA software library.
  5798. Below is a listing of the significant directories and their contents.
  5799.  
  5800.  
  5801. Ct        An Amiga program to display images from a CT scanner,
  5802.         along with several interesting sample images of scans
  5803.         of real people, including a skull, brain, heart, and
  5804.         spine.  Each image is 256 by 256 pixels in 2048 gray
  5805.         scale.  The display software, though it has a primitive
  5806.         user interface, is quite powerful, including functions
  5807.         like convolutions, averaging, laplacians, unsharp
  5808.         masking, edge detection, gradients, etc.  Binary only.
  5809.         Author:  Jonathan Harman
  5810.  
  5811. JeansIcons    Miscellaneous cute icons created for AMUC's monthly
  5812.         newsletter disk.  Submitted by Stephen Vermeulen.
  5813.         Author:  Steve Jeans
  5814.  
  5815. Muncho        A cute little program which plays a digitized sound
  5816.         sample when you insert or remove a disk from your
  5817.         drive.  If you don't like the sounds, you can replace
  5818.         them with your own.  Binary only.
  5819.         Author:  Andrew Werth
  5820.  
  5821. Sit        An update to the Set Icon Type program from disk 107.
  5822.         Version 1.10, includes source.
  5823.         Author:  Stephen Vermeulen
  5824.  
  5825. VGad        A new gadget editor that takes two pictures of the window
  5826.         and its gadgets, one being the normal gadget state and
  5827.         the other being the fully selected state, and then
  5828.         merges the data and converts to C source code.  Version
  5829.         1.0, binary only.
  5830.         Author:  Stephen Vermeulen
  5831.  
  5832. VirusX        A boot sector virus check program that runs in the
  5833.         background and automatically checks all inserted
  5834.         disks for a nonstandard boot sector.  Such disks can
  5835.         optionally have their boot sector rewritten to remove
  5836.         the virus.  Includes source.
  5837.         Author:  Steve Tibbett
  5838.  
  5839. VLabel        A program to print fancy customized disk labels.  It will
  5840.         combine an IFF picture and up to 50 lines of text (which
  5841.         may be placed arbitrarily in any font or point size) and
  5842.         then print the result.  The IFF picture can be virtually
  5843.         any size (up to 1008 by 1000).  It will also print labels
  5844.         from a batch file produced by SuperBase.  Version 1.20,
  5845.         binary only.
  5846.         Author:  Stephen Vermeulen
  5847. This is disk 138 of the freely distributable AMIGA software library.
  5848. Below is a listing of the significant directories and their contents.
  5849.  
  5850.  
  5851. AmigaLine    A series of various technical notes for Amiga programmers.
  5852.         Author:  Byrce Nesbitt
  5853.  
  5854. Diff        A program that uses the same algorithm as the Unix
  5855.         diff program and also produces context diffs, suitable
  5856.         for use with patch.  Source WAS available but got
  5857.         eaten by my Amiga when it crashed, so binary only.
  5858.         Author:  Unknown (Decus C diff?)
  5859.  
  5860. Foreach        A simple but useful program that expands a wild
  5861.         card file specification and then invokes the
  5862.         specified command once per expanded filename,
  5863.         with the expanded filename as the command
  5864.         argument.  Includes source.
  5865.         Author:  Jonas Flygare
  5866.  
  5867. MacFont        A conversion tool to convert Mac fonts to
  5868.         Amiga fonts.  Binary only.
  5869.         Author:  John O'Neill and Rico Mariani
  5870.  
  5871. ModulaTools    Various useful routines for those programming in Modula
  5872.         on the Amiga.  Update to version on disk 94, includes
  5873.         source.
  5874.         Author:  Jerry Mack
  5875.  
  5876. Vt100        Two new versions of Dave's vt100 terminal emulator.
  5877.         One version, based on vt100 2.6, has been enhanced
  5878.         by John Barshinger to include an iconify feature,
  5879.         add full 132 column support using overscan, and other
  5880.         miscellaneous features.  This version is available in
  5881.         binary only.  The second version is release 2.8
  5882.         of the mainstream version of vt100, as enhanced and
  5883.         supported by Tony Sumrall.  This one include source.
  5884.         Author:  Dave Wecker
  5885.  
  5886. This is disk 139 of the freely distributable AMIGA software library.
  5887. Below is a listing of the significant directories and their contents.
  5888.  
  5889.  
  5890. AmiCron        An enhanced and debugged version of AmiCron 2.3
  5891.         from disk number 113.  Includes source.
  5892.         Author:  Steve Sampson, Rich Schaeffer, Christian Balzer
  5893.  
  5894. ListScanner    A nice little utility to display all the Exec lists.
  5895.         Somewhat like the Xplor utility from disk 73.
  5896.         Includes source in assembler.
  5897.         Author:  Heiko Rath
  5898.  
  5899. ProCalc        A program that simulates an HP-11C programmable calculator.
  5900.         Includes both an English version and a German version.
  5901.         Shareware, binary only.
  5902.         Author:  Gotz Muller
  5903.  
  5904. RemLib        Removes a specified library (if currently unused)
  5905.         or displays some information about all available
  5906.         libraries.  Includes source in assembler.
  5907.         Author:  Heiko Rath
  5908.  
  5909. TurboBackup    A fast mass floppy disk duplicator with enforced verify
  5910.         mode to prevent generation of incorrect copies.  Version
  5911.         1.00, binary only.
  5912.         Author:  Steffen Stempel and Martin Kopp
  5913.  
  5914. WArranger    Sends a window, identified by its name, to the front
  5915.         or to the back, without selecting it.  Useful in
  5916.         conjunction with AmiCron.  Works on all screens.
  5917.         Includes source in assembler.
  5918.         Author:  Heiko Rath
  5919.  
  5920. WheelChairSim    A wheelchair simulator developed as a project for the
  5921.         Technical Resource Centre and the Albert Children's
  5922.         Hospital, to allow the matching of a wheelchair joystick
  5923.         to a child's handicap and all the child to practice using
  5924.         the chair in a safe (simulated) environment.  Binary only.
  5925.         Author:  Unknown, submitted by Dr. Mike Smith
  5926. This is disk 140 of the freely distributable AMIGA software library.
  5927. Below is a listing of the significant directories and their contents.
  5928.  
  5929.  
  5930. SBProlog    Volume 1 of the 2 volume Stony Brook Prolog (SBP)
  5931.         distribution, version 2.3.2.  This volume contains the
  5932.         executables and libraries.  Volume 2, on disk 141,
  5933.         contains the C and Prolog source code.
  5934.  
  5935.         From the SB-Prolog System, Version 2.2 User Manual:
  5936.  
  5937.         "SB-Prolog is a public-domain Prolog system for Unix(tm)
  5938.         based systems originally developed at SUNY, Stony Brook.
  5939.         The core of the system is an emulator, written in C for
  5940.         portability, of a Prolog virtual machine that is an extension
  5941.         of the Warren Abstract Machine.  The remainder of the system,
  5942.         including the translator from Prolog to the virtual machine
  5943.         instructions, is written in Prolog."
  5944.  
  5945.         In addition to providing a compiler, SB-Prolog also offers
  5946.         advanced features such as dynamic loading, mixing of compiled
  5947.         and interpreted code, macros, extension tables, a debugging
  5948.         facility offering two levels of tracing, profiling tools, and
  5949.         other utilities.
  5950.  
  5951.         Authors:  Logic Programming Group at SUNY, Stony Brook
  5952.               Amiga port by David Roch and Scott Evernden
  5953. This is disk 141 of the freely distributable AMIGA software library.
  5954. Below is a listing of the significant directories and their contents.
  5955.  
  5956.  
  5957. SBProlog    Volume 2 of the 2 volume Stony Brook Prolog (SBP)
  5958.         distribution, version 2.3.2.  This volume contains the
  5959.         C and Prolog source code.  Volume 1, on disk 140,
  5960.         contains the executables and libraries.
  5961.  
  5962.         From the SB-Prolog System, Version 2.2 User Manual:
  5963.  
  5964.         "SB-Prolog is a public-domain Prolog system for Unix(tm)
  5965.         based systems originally developed at SUNY, Stony Brook.
  5966.         The core of the system is an emulator, written in C for
  5967.         portability, of a Prolog virtual machine that is an extension
  5968.         of the Warren Abstract Machine.  The remainder of the system,
  5969.         including the translator from Prolog to the virtual machine
  5970.         instructions, is written in Prolog."
  5971.  
  5972.         In addition to providing a compiler, SB-Prolog also offers
  5973.         advanced features such as dynamic loading, mixing of compiled
  5974.         and interpreted code, macros, extension tables, a debugging
  5975.         facility offering two levels of tracing, profiling tools, and
  5976.         other utilities.
  5977.  
  5978.         Authors:  Logic Programming Group at SUNY, Stony Brook
  5979.               Amiga port by David Roch and Scott Evernden
  5980.  
  5981.  
  5982. SmallC        An Amiga port of the Small-C compiler, written by Ron
  5983.         Cain and published in Dr. Dobb's Journal, in about 1980.
  5984.         Small-C is a rather small subset of the full 'C' language.
  5985.         However, it is capable of compiling itself, and other
  5986.         small, useful programs.  Requires an assembler and linker
  5987.         to complete the package and produce working executables.
  5988.         Includes source and binary.
  5989.         Author:  Ron Cain.  Amiga port by Willi Kusche.
  5990. This is disk 142 of the freely distributable AMIGA software library.
  5991. Below is a listing of the significant directories and their contents.
  5992.  
  5993.  
  5994. Diff        A program that uses the same algorithm as the Unix
  5995.         diff program and also produces context diffs, suitable
  5996.         for use with patch.  This is the same version that was
  5997.         distributed on disk 138, but now includes the missing
  5998.         files (including source code).
  5999.         Author:  Unknown (Decus C diff)
  6000.  
  6001. FracGen        A fractal generator program that generates fractal
  6002.         pictures from "seeds" that you create.  This is
  6003.         unlike any of the other "fractal generators" I've
  6004.         seen.  It can be used to load and display previously
  6005.         created fractal pictures, modify existing fractals,
  6006.         or create your own fractals.  Version 1.1, binary
  6007.         only.
  6008.         Author:  Doug Houck
  6009.  
  6010. SciSubr        The Scientific Subroutine Package from DECUS, ported to
  6011.         the Amiga to run with Absoft Fortran.  This is a valuable
  6012.         resource of mathematical and statistical source code
  6013.         for those doing Fortran work on the Amiga.
  6014.         Author:  Unknown; ported to the Amiga by Glenn Everhart
  6015.  
  6016. This is disk 143 of the freely distributable AMIGA software library.
  6017. Below is a listing of the significant directories and their contents.
  6018.  
  6019.  
  6020. Rim        RIM-5 (Relational Information Manager) is a full
  6021.         relational DBMS that is suitable for VERY large
  6022.         databases using B-Tree data storage.  It has a 
  6023.         crude (by today's standards) user interface, but
  6024.         since full source code is provided, this can be
  6025.         fixed.  Versions of RIM run on a wide variety of
  6026.         systems, small and large, and produce compatible
  6027.         databases.  Also includes a built in HELP database
  6028.         and a programming language.  Full Fortran source
  6029.         code and documentation included.
  6030.         Author: Various, Amiga port by Glenn Everhart
  6031. This is disk 144 of the freely distributable AMIGA software library.
  6032. This disk contains version V22-3D of Glenn Everhart's large and powerful
  6033. spreadsheet program called AnalytiCalc, submitted to me directly by
  6034. Glenn for inclusion in the library as an update to the version released
  6035. on disk 104.  The remainder of this file is Glenn's "Abstract.txt" file
  6036. that describes AnalytiCalc.  Source and documentation is included on the
  6037. disk in arc'd form because it otherwise would not all fit on the disk.
  6038.  
  6039. ====================
  6040.  
  6041.     AnalytiCalc Abstract:
  6042.  
  6043.     AnalytiCalc is a large and powerful spreadsheet program with
  6044. sufficient extra features to have some pretentions of acting as an
  6045. "integrated system". It is a virtual memory system supporting up to
  6046. 18000 columns and 18000 rows, multiple equations per cell, an outlining
  6047. system, built-in cell annotation, and datafile access from any cell(s)
  6048. of the sheet, plus an array of functions not present in most commercial
  6049. spreadsheets. This disk represents the third version of an initial Amiga
  6050. port of AnalytiCalc, and as such the console interface is somewhat crude and
  6051. uses a set of command files in an externally assigned area (assigned to DK:)
  6052. to handle the function keys. A custom keymap can also be used, which was
  6053. supplied in the initial version. The program comes with complete sources,
  6054. documents, and executables, and in addition with the source code for the
  6055. "auxiliary utilities" which handle DIF format conversion and character
  6056. graphics. (The executables are not adequately tested on amiga as yet, though
  6057. they work on VAX, PDP11, and IBM PC.)
  6058.         AnalytiCalc for the Amiga uses files compatible with those
  6059. for AnalytiCalc on MS-DOS, VMS, or RSX-11M or IAS. An example project
  6060. planner spreadsheet is included in the distribution to show off some of
  6061. the things you can do. More example sheets will be forthcoming in the
  6062. future. AnalytiCalc also supports matrix math, FFTs, infinite windowing,
  6063. linear regression, date arithmetic, internal and external macros, LOTS
  6064. of cell addressing modes, goal seeking in up to 8 dimensions, and more.
  6065.  
  6066.     AnalytiCalc requires perhaps 600K of RAM memory, at least one
  6067. 360K diskette drive, and AmigaDOS 1.2, plus a larger than default stack.
  6068. Display sizes supported can be up to 132 characters wide by up to 76
  6069. lines long. Sorry; I don't think AnalytiCalc supports proportional
  6070. fonts very well, though it should manage not to be totally brain damaged
  6071. with them. The manual requires an 80 column printer.
  6072.     To see the documentation you need either a printer 80 columns wide
  6073. to print it, or an 80 column screen to view it on.
  6074.  
  6075.   ** PLEASE read the README.1ST file for brief instructions on setting up
  6076.      a working AnalytiCalc disk. Please read the manual at least once over
  6077.      lightly too... ***
  6078.  
  6079.  
  6080.         SOME DO-NOT'S
  6081.  
  6082.         1.  DO NOT use AnalytiCalc until you have read the documentation.
  6083.  
  6084.         2.  DO NOT forget to make regular backup copies of your database.
  6085.  
  6086.         3.  DO NOT exit (X) the progam without saving your work if you
  6087.         want it saved. (You will be asked to confirm you really want
  6088.         to leave, however.)
  6089.  
  6090.         GETTING STARTED.
  6091.  
  6092.     See the README.1ST file!!!
  6093.  
  6094.         If you haven't already printed the documentation, please do so
  6095.         before trying to operate AnalytiCalc. Then, READ IT!  You should
  6096.         also make sure that you have placed a "write-protect" tab on your
  6097.         AnalytiCalc distribution diskettes, so that they can't be
  6098.         accidentally erased or overwritten.
  6099.  
  6100.         You should now make a copy of your AnalytiCalc disks.  These will
  6101.         also serve as your "run-time" system diskettes.
  6102.  
  6103.     De-archive AnalyExe.Arc and AnalyDoc.Arc at least onto a blank
  6104.     disk and read the document files and release notes. You'll need
  6105.     a bit of AmigaDos familiarity to set things up (read how to use
  6106.     the ASSIGN command and the SETMAP command and ASSIGN something as
  6107.     DK:; also set your stack large with the STACK command.) If you
  6108.     are using disk file memory, FACC is a good thing to use also. PLEASE
  6109.     READ THE MANUALS though, to save us all a lot of headaches.
  6110.  
  6111.         SOME MAXIMUMS AND MINIMUMS.
  6112.              Minimum RAM Memory required .....................about  600K
  6113.              Minimum Disk Drives required...............................1
  6114.              Minimum Disk Storage required...........................880K
  6115.          Number of Columns......................................18000
  6116.          Number of Rows.........................................18000
  6117.          Maximum Length of Formulas (characters)..................109
  6118.          Number of cells that can be full at once...............18000
  6119.          Number of simultaneous named areas permitted.............300
  6120.          Number of scratch cells outside spreadsheet...............60
  6121.          Precision of calculations (digits; 8 bytes used)..........16
  6122.          Total maximum storage managed (bytes)..............2,113,020
  6123.          Maximum depth of document nesting (outline processor)......4
  6124.          Maximum number of parameters varying to goal seek..........8
  6125.          Maximum record size for data files accessed as database..128
  6126.          Maximum number of files namable in one sheet.........>18000
  6127.          Maximum cell columns displayable on one screen............20
  6128.          Maximum number of rows displayable in one display.........75
  6129.          Maximum simultaneous different cell display formats per
  6130.         sheet (taken from large set)...........................76
  6131.          Length of format specification (characters)................9
  6132.  
  6133.  
  6134.         DISCLAIMER.
  6135.  
  6136.         In no event will the Author be liable to you for any damages,
  6137.         including any lost profits, lost savings or other incidental or
  6138.         consequential dmages arising out of the use of or inability to use
  6139.         these programs, even if the Author has been advised of the
  6140.         possibility of such damages, or for any claim by any other party.
  6141.  
  6142.  
  6143.         THE USER-SUPPORTED CONCEPT.
  6144.  
  6145.                                User-Supported Software
  6146.            You are encouraged to copy and share this program with others.
  6147.              If after evaluating this program you find it to be useful,
  6148.                          I trust you to send a $10.00 payment.
  6149.  
  6150.                    Glenn C. Everhart
  6151.                                25 Sleigh Ride Rd.
  6152.                    Glen Mills, Pa. 19342
  6153.  
  6154. To Be Done:
  6155. Future plans for AnalytiCalc:
  6156.     1. Allow data files to be on a logical device. (Actually, FACC
  6157.     may make this need obsolete).
  6158.     2. Fix bugs as they are discovered.
  6159.     3. Allow use on non-interlaced screens by redoing the two command
  6160.     and display windows as pseudo-requestors.
  6161.  
  6162. Auxiliary files:
  6163.     1. Check that DIFrw (DIF to or from AnalytiCalc saved format
  6164.         converter) and ACGRAF (character graphics utility) work
  6165.         as specified.
  6166.         Note: Sources to these programs, which compile and link
  6167.         cleanly on Amiga, are present here. However they are
  6168.         not yet tested, so executables are omitted.
  6169.     2. Port some of the BASIC graphics packages to Amiga. Possibly
  6170.     compile some of them.
  6171.     3. Supply the Business Expense Report, manpower planner, and
  6172.     income tax templates as extra examples. Possibly do a game of 
  6173.     LIFE template too, just for fun.
  6174.  
  6175. Other programs:
  6176.     Port the RIM relational DBMS to Amiga as a companion piece. (This
  6177.     has already been done porting from CDC to VAX to MSDOS (the last
  6178.     by me), and should be straightforward).
  6179.  
  6180. I have found that Absoft Fortran 2.3 is a stable and usable compiler and
  6181. would like to acknowledge gratefully its contribution. He who wants to
  6182. add to or modify AnalytiCalc needs Absoft Fortran 2.3 (or later, I suppose)
  6183. to build it with. Anyone who has Absoft Fortran-020 for the 68020 is
  6184. invited to recompile this program to use the faster chips. I didn't have
  6185. either money or machine to try a 68020/68881 version, but see no reason
  6186. why it would fail.
  6187.     I have also seen that there are some bugs in Absoft Fortran's
  6188. handling of con: and raw: windows which I have reported to Absoft. Hopefully
  6189. this will permit upgrading of user interface soon, as these problems are
  6190. fixed.
  6191.     (It seems that you CAN do both read and write to CON: windows in
  6192. Absoft Fortran 2.3, but you must issue a REWIND on the unit between them.
  6193. This is not always needed in V2.2, but occasionally happens. (This accounts
  6194. for the occasionally flaky behavior of DTC, which was compiled with V2.2
  6195. before I found the foregoing out.)
  6196.  
  6197.     Glenn Everhart
  6198.     6 November 1987
  6199.  
  6200.  
  6201.     Also present on the disk is DeskTop Calendar (DTC), a useful little
  6202. appointment and meeting scheduler and calendar keeper. It will work on either
  6203. interlaced screens or non-interlaced.
  6204.  
  6205.     AnalytiCalc needs more stack than the 4000 default (I use 65000
  6206. but less is probably OK). It also probably needs more than 512K of RAM
  6207. for operation as currently linked. The routines in AnalyO.Ftn can be
  6208. overlayed against each other, but this has not been done as yet. Those
  6209. desperate for a smaller executable, having Absoft's compiler, can rebuild
  6210. in this way for a smaller executable.
  6211.     Also: AnalytiCalc MUST currently run on an interlaced screen owing
  6212. to where some CON: and RAW:  windows are opened. Move the windows to fit on a
  6213. non-interlaced screen (via patching the image or editing/recompiling)
  6214. if you must run it on a noninterlaced screen.
  6215.     You must turn interlace on in Preferences and boot with that set up.
  6216. The SETLACE program will NOT create things quite right for AnalytiCalc and
  6217. you'll generate the weirdest system crashes (all the way back to Kickstart
  6218. sometimes) you ever saw if you try... just use Preferences and all will be
  6219. well... )
  6220.     Glenn Everhart
  6221.     November 6, 1987
  6222. Enjoy...
  6223.  
  6224. This is disk 145 of the freely distributable AMIGA software library.
  6225. Below is a listing of the significant directories and their contents.
  6226.  
  6227.  
  6228. Csh        This is a version of Matt's csh like shell which
  6229.         has been modified to provide file name completion
  6230.         and argument execution (via the grave accents
  6231.         mechanism).  Requires ARP 1.1 to run.  Binary
  6232.         only, but includes diffs for the reference 2.07
  6233.         source base.
  6234.         Author:  Matt Dillon; enhancements by Johan Widen
  6235.  
  6236. DMouse        Matt's done it again, another very useful program!
  6237.         This is a versatile screen blanker, mouse blanker,
  6238.         auto window activator, mouse accelerator, popcli
  6239.         style programmable command key, pop window to front,
  6240.         push window to back, etc, widget.  Version 1.06,
  6241.         includes source.
  6242.         Author:  Matt Dillon
  6243.  
  6244. DNet        A link protocol that provides essentially an unlimited
  6245.         number of reliable connections between processes on
  6246.         two machines, where each end of the link can be
  6247.         either an Amiga or a Unix (BSD4.3) machine.  Works
  6248.         on the Amiga with any EXEC device that looks like the
  6249.         serial.device.  Works on UNIX with tty and socket
  6250.         devices.  Achieves better than 95% average throughput
  6251.         on file transfers.  Version 1.20, includes sources
  6252.         for both the Amiga and Unix versions.
  6253.         Author:  Matt Dillon
  6254.  
  6255. Tab        A tablature writing program for the Amiga, with
  6256.         intruments for a banjo and a string guitar.
  6257.         Binary only.
  6258.         Author:  Jeff deRienzo
  6259.  
  6260. TinyProlog    VT-PROLOG is a simple prolog interpreter provided with
  6261.         full source code to encourage experimentation with
  6262.         the PROLOG language and implementations.  Version 1.1,
  6263.         includes source.
  6264.         Author:  Bill and Bev Thompson
  6265. This is disk 146 of the freely distributable AMIGA software library.
  6266. Below is a listing of the significant directories and their contents.
  6267.  
  6268.  
  6269. Blanker2    A screen blanking program that turns the screen black
  6270.         after 90 seconds of keyboard and mouse inactivity.
  6271.         Implemented as a very tiny event handler to the input
  6272.         handler event stream.  Version 1.27.88, includes source.
  6273.         Author:  Joe Hitchens
  6274.  
  6275. C-Light        A demonstration copy of a commercial ray tracing program,
  6276.         which is identical to the commercial version except that
  6277.         it has been limited to ten objects per scene.  Binary
  6278.         only.
  6279.         Author:  Ronald Peterson
  6280.  
  6281. CrcLists    Complete CRC check files for disks 129-141 and disks
  6282.         143-145 of the library, using the crc program from
  6283.         disk 133.  These were made directly from my master
  6284.         disks.  Disk 142 is omitted because of a problem
  6285.         with the crc program.
  6286.         Author:  Fred Fish
  6287.  
  6288. DmeMacros    A set of DME macros which utilize templates to turn
  6289.         DME into a language-sensitive editor for C, Pascal,
  6290.         Modula-2, and Fortran.
  6291.         Author:  Jerry Mack
  6292.  
  6293. MemoPad        A shareware intuition-based memo reminder program.
  6294.         Nicely done.  Version 1.1, binary only.
  6295.         Author:  Michael Griebling
  6296. This is disk 147 of the freely distributable AMIGA software library.
  6297. This disk contains the latest version of MicroGNUEmacs (MG 2b).  Many
  6298. additions and enhancements since the original works by Dave Conroy.  A
  6299. large amount of credit should go to the vast number of contributors and
  6300. Beta testers.
  6301.  
  6302. *Note: In order to fit all of the files on one disk and preserve the
  6303.        Workbench environment, the machine specific source code files
  6304.        and the document files have been archived.  An executable copy
  6305.        of the public domain archive program "Zoo" has been placed in
  6306.        the "c" directory for the convenience of those who may not
  6307.        already have it.
  6308.  
  6309. -Fred ><>
  6310.  8-Aug-88  
  6311. This is disk 148 of the freely distributable AMIGA software library.
  6312. Below is a listing of the significant directories and their contents.
  6313.  
  6314.  
  6315. EFJ        "Escape from Jovi"  A machine-code game featuring
  6316.         hi-res scrolling, large playfield, disk-based Hi-Score
  6317.         list, stereo sound, and multiple levels. Use a joystick
  6318.         in port 2 to control the ship.  Binary only, shareware ($8).
  6319.         Author:  Oliver Wagner
  6320.  
  6321. Fme        Nicely done map editor for the Fire-Power (tm) game. 
  6322.         Features interlaced hi-res with intuition interface.  See
  6323.         the "Readme.fnf" file for information on making a
  6324.         bootable disk.  Includes source.
  6325.         Author: Gregory MacKay
  6326.         
  6327. HandyIcons    Adds a menustrip to the WorkBench window that allows 
  6328.         you to run selected Workbench Tools by menu selection.
  6329.         Can be set up to provide custom environments.  Current
  6330.         version supports only WorkBench Tools and not Projects.
  6331.         Binary only.
  6332.         Author:  Alan Rubright
  6333.  
  6334. Scrambler    A simple program that will encode/decode a text file
  6335.         into illegible gibberish, which resembles executable code,
  6336.         to evade prying eyes.  Version 0.01, Binary only.
  6337.         Author:  Foster Hall 
  6338. This is disk 149 of the freely distributable AMIGA software library.
  6339. Below is a listing of the significant directories and their contents.
  6340.  
  6341.  
  6342. AnimalSounds    A sample of digitized animal sounds along with a simple 
  6343.         sound player.
  6344.         Authors:  The Trumor Company, Inc.
  6345.                   Sound Player by Don Pitts
  6346.  
  6347.  
  6348. DX-VoiceSorter    Written to be used with Jack Deckard's VoiceFiler program.
  6349.         (Disk 82).  It allows for the sorting of a number of
  6350.         voicefiles stored using that program into a new voicefile
  6351.         of voices made up from various files.  Includes source.
  6352.         Author:  David Bouckley
  6353.  
  6354. Keep        A nice little utility program with an intuition interface
  6355.         for BBS and network junkies who download messages in one 
  6356.         large file and then read them off-line.  Using only the
  6357.         mouse, you can drive through such files a message at a 
  6358.         time, examine each at your leisure and tag those you wish
  6359.         to keep.  Version 1.2, binary only, but source available
  6360.         with donation to author.
  6361.         Author:  Tim Grantham 
  6362.  
  6363. Less        Like Unix "more", only better, with forward and
  6364.         backward scrolling, searching and positioning by
  6365.         percent of file and line number, etc.  Now lets you
  6366.         also print the current file.  Very useful!
  6367.         This is Amiga version 1.3, an update to the version
  6368.         on disk number 92.  Includes source.
  6369.         Author:  Mark Nudelman, Amiga port by Bob Leivian
  6370.  
  6371. Scheme        To quote the ReadMe file:
  6372.         "Scheme is a statically scoped and properly tail-recursive
  6373.         dialect of the Lisp programming language invented by
  6374.         Guy Lewis Steele Jr. and Gerald Jay Sussman."
  6375.         Binary only.
  6376.         Amiga port by Ed Puckett
  6377.                     
  6378.    
  6379. This is disk 150 of the freely distributable AMIGA software library.
  6380. Below is a listing of the significant directories and their contents.
  6381.  
  6382.  
  6383. AirFoil        An update to the Airfoil generator on disk #71.
  6384.         Generates airfoil models as well as their corresponding
  6385.         streamline and pressure distributions.  Includes source.
  6386.         Authors:  Russell Leighton
  6387.                   Addendum by David Foster
  6388.  
  6389. DC10        An AmigaBasic DC-10 instrument flight simulator.  Appears
  6390.         to be quite in-depth with flight-planning and take-off 
  6391.         options along with an extensive documentation file.  Requires
  6392.         rebuilding on a separate disk and was successfully done so
  6393.         by following the author's instructions in the ReadMe_First
  6394.         file.
  6395.         Author: Jan Arkesteijn        
  6396.  
  6397. ExecLib        A working example of how to build and use user-defined
  6398.         disk-resident libraries.  Of special interest to developers
  6399.         working with Lattice C.  
  6400.         Author:  Alex Livshits
  6401.  
  6402. Iconizer    A utility program that saves your current mouse pointer
  6403.         to a small icon.  You can restore the pointer just by
  6404.         double-clicking on its icon.  Allows for building a whole
  6405.         library of pointers and to use them whenever you want.
  6406.         Binary only.
  6407.         Author:  Alex Livshits
  6408.  
  6409. Pilot        An implementation of the PILOT language for the Amiga, 
  6410.         including a demo done for the National Park Service.
  6411.         PILOT is a limited use language for use in educational and
  6412.         computer based instruction programs.  Binary only with Beta
  6413.         test kit available from authors.
  6414.         Author:  Terry LaGrone
  6415.  
  6416. StealMemBoot    A small utility designed to be a direct replacement for 
  6417.         NoFastMem kind of programs.  It modifies the boot block of
  6418.         a disk, so when you boot with it, all memory allocations 
  6419.         will return only CHIP memory.
  6420.         Author:  Alex Livshits
  6421. This is disk 151 of the freely distributable AMIGA software library.
  6422. Below is a listing of the significant directories and their contents.
  6423.  
  6424.  
  6425. GlobeDemo    A graphics demo which displays very smooth transitions of
  6426.         the rotating earth.  Features a pop-up menu.  Includes
  6427.         source.
  6428.         Author:  Bob Corwin
  6429.  
  6430. Icons        Yet another potpourri of interesting icons to choose
  6431.         from if you need one for your own program.
  6432.         Author:  Dave Turnock
  6433.  
  6434. Pcopy        A small intuition-based disk copier similiar to 
  6435.         the resident "DiskCopy" except with write-verify 
  6436.         and other user-selectable options.  Useful for making
  6437.         multiple copies with reliable data.  Requires two disk
  6438.         drives.  Includes source.
  6439.         Author:  Dirk Reisig
  6440.  
  6441. SCT        A CLI-based utility (SetColorTable) for displaying and/or
  6442.         setting a screen's colors.  You can save the colors
  6443.         of a screen to be restored later, or copy one screen's
  6444.         colors to another.  Includes source.
  6445.         Author:  aklevin
  6446.  
  6447. SlideShow    Very nicely done slide-show program written in assembly
  6448.         language.  Features forward/backward presentation and 
  6449.         creative screen wipes.  Currently works only with IFF
  6450.         lo-res pictures.  Executable only along with some new
  6451.         IFF pictures to have come my way.  Shareware ($16).
  6452.         Authors:  Mike McKittrick and Sheldon Templeton
  6453.  
  6454. Surveyor    A little utility that opens a window on the current 
  6455.         screen and displays information about the pointer.
  6456.         Allows for absolute or relative measurement between 
  6457.         two points on the screen.  Very handy for precise
  6458.         positioning of icons and such.  Includes source.
  6459.         Author:  Dirk Reisig
  6460. This is disk 152 of the freely distributable AMIGA software library.
  6461. Below is a listing of the significant directories and their contents.
  6462.  
  6463.  
  6464. Blk        A requester making tool employing various recursive
  6465.         algorithms including a recursive parser.  It takes input
  6466.         text files and converts them to C-source for including as
  6467.         requester declarations.  Includes source.
  6468.         Author: Stuart Ferguson
  6469.  
  6470. RunBack        A variant of Rob Peck's RunBackGround program from disk 
  6471.         number 73.  Allows you to start a new CLI program and run
  6472.         it in the background, then closes the new CLI.  This version
  6473.         automatically searches the command-search-path to find the 
  6474.         program. Includes source.
  6475.         Author:  Daniel Barrett 
  6476.  
  6477. UUCP        This is a version of uucp (Unix to Unix Copy Program)
  6478.         for the Amiga, along with some miscellaneous support
  6479.         utilities like cron, mail, and compress.  Includes source.
  6480.         Author:  Various, submitted by William Loftus
  6481. This is disk 153 of the freely distributable AMIGA software library.
  6482. Below is a listing of the significant directories and their contents.
  6483.  
  6484.  
  6485. Dme        Version 1.30 of Matt's text editor.  Dme is a simple 
  6486.         WYSIWYG editor designed for programmers.  It is not a
  6487.         WYSIWYG word processor in the traditional sense.  Features
  6488.         include arbitrary key mapping, fast scrolling, title-line
  6489.         statistics multiple windows, and ability to iconify windows.
  6490.         Update to version on disk number 134, includes source.
  6491.         Author:  Matt Dillon
  6492.         
  6493. HP11        Emulates an HP11C calculator including the program mode.
  6494.         Features an ON/OFF button that turns the calculator into
  6495.         an icon that will sit and wait until you need it again.
  6496.         Documentation on the features is scarce, perhaps some 
  6497.         industrious HP owner could write a small tutorial for the
  6498.         benefit of those that don't own an HP calculator.
  6499.         Binary only.
  6500.         Author:  David Gay
  6501.  
  6502. HPMam        A program to manipulate settings and fonts on HP LaserJet+
  6503.         printers and compatibles. Includes an Intuition interface
  6504.         and some sample picture files.  Version 1.0, binary only,
  6505.         shareware.
  6506.         Author:  Steve Robb
  6507.  
  6508. Synthemania    An interesting, very small (and very persistent!) musical
  6509.         piece. If you plan on stopping it without using three 
  6510.         fingers, you better read the document file first!
  6511.         Binary only.
  6512.         Author:  Holger Lubitz 
  6513. This is disk 154 of the freely distributable AMIGA software library.
  6514. Below is a listing of the significant directories and their contents.
  6515.  
  6516.  
  6517. Ada        An Ada Syntax checker for the amiga.  Includes lex and
  6518.         yacc source.
  6519.         Author:  Herman Fischer; updates by William Loftus
  6520.  
  6521. AssemblyDemos    A interesting group of assembly language demos for your 
  6522.         visual and aural pleasure.  Binary only.
  6523.         Author:  Foster Hall
  6524.  
  6525. DiskLib        Two utilities for those people who like to split up PD
  6526.         disks into disks of different categories.  Includes source.  
  6527.         Author:  Wilson Snyder
  6528.  
  6529. Guardian    Another virus diagnosing and vaccination program.
  6530.         Recognizes any non-standard bootblock.  Includes a
  6531.         small utility program to permanently place the program
  6532.         on a copy of your kickstart disk in place of the seldom
  6533.         (if ever!) used Debug() function.  Binary only.
  6534.         Author:  Leonardo Fei
  6535.  
  6536. PrintSpool    A print-spooling program.  Very useful for printing files
  6537.         in the background.  Many command-line options.  Version
  6538.         1.0.0, Includes source.
  6539.         Author:  Frangois Gagnon
  6540.  
  6541. Utilities    A group of four little utility programs, Cal, Undelete
  6542.         DClock and WhereIs.  Binary only, see the ReadMe file for a 
  6543.         description of each.
  6544.         Author:  Dan Schein
  6545.  
  6546. VirusX        An update to the virus-detecting program of the same 
  6547.         name on disk number 137.  This version also checks for
  6548.         the Byte-Bandit strain.  Version 1.21, Includes source.
  6549.         Author:  Steve Tibbett
  6550.  
  6551. Virus_Alert!    Yet another anti-virus program with a twist.  Once
  6552.         installed a message is displayed just after a warm or
  6553.         cold boot notifying the the user  that the disk and
  6554.         memory are virus-free, and forcing a mouse-button press
  6555.         before continuing.  Anything writing to the bootblock
  6556.         thereafter will destroy the message and a normal virus-
  6557.         infected boot (???) will take-place.  Versions 1.01 and
  6558.         2.01, Binary only.
  6559.         Author:  Foster Hall
  6560.  
  6561. Wicon        A "Window Iconifier".  Allows you to turn your windows
  6562.         into small icons which can be later recalled.   Currently
  6563.         installed with MacWin to give your windows a "rubber-
  6564.         banding" effect.  Version 1.14, Includes source.
  6565.         Author:  Steven Sweeting
  6566. This is disk 155 of the freely distributable AMIGA software library.
  6567. Below is a listing of the significant directories and their contents.
  6568.  
  6569.  
  6570. AsmExamples    A couple of assembly code examples.  Executables are 
  6571.         not extremely useful but the code might be of 
  6572.         considerable benefit to beginning assembly language
  6573.         programmers.  
  6574.         Author:  Henrik Clausen
  6575.  
  6576. Bison        A replacement for unix "yacc" command.  This is from
  6577.         the GNU (GNU is Not Unix) effort.  Contains updates
  6578.         to the version on disk number 136, submitted by two  
  6579.         separate sources.  Includes source.
  6580.         Author:  Bob Corbett and Richard Stallman, updates
  6581.              by William Loftus and Scott Henry
  6582.         
  6583. NoSmoking    Sample program showing the use of a recoverable alert
  6584.         while displaying a personal health message.  Includes
  6585.         source.  
  6586.         Author:  Theo Kermanidis
  6587.  
  6588. Scenery        A very nice assembly language random scenery generator.
  6589.         Generates very realistic looking landscapes.  Includes 
  6590.         intuition interface and lots of menu options.  Version
  6591.         1.0, binary only.
  6592.         Author:  Brett Casebolt
  6593.  
  6594. This is disk 156 of the freely distributable AMIGA software library.
  6595. Below is a listing of the significant directories and their contents.
  6596.  
  6597.  
  6598. Blocks2        Amusing and colorful display of a moving trail of 
  6599.         "blocks".  Update to version on disk number 71, however
  6600.         this version also includes source.
  6601.         Author:  Gary Walker
  6602.  
  6603. Flex        Flex is a replacement for the UNIX "lex" (lexical
  6604.         analyzer generator) program that is faster than
  6605.         lex, and freely redistributable.  Includes source.
  6606.         Authors:  Jef Poskanzer, Vern Paxson, et. al.
  6607.               Submissions by William Loftus and Scott Henry
  6608.  
  6609. Go64        Another screen hack aimed at an earlier Commodore product
  6610.         (Not to be confused with the commercial product Go-64! from
  6611.         Software Insight Systems).  Includes source.
  6612.         Author:  Joerg Anslik
  6613.  
  6614. Grammars    A group of lexical grammar files for Ada, C and Pascal for 
  6615.         use in conjunction with the flex program on this disk and 
  6616.         the bison program on disk #155
  6617.         Authors:  Various, submitted by William Loftus
  6618.  
  6619. OOPS!        Tired of the monochrome background color of your Workbench
  6620.         or CLI?  Then try this colorful screen hack to brighten 
  6621.         things up!  Includes source.
  6622.         Author:  Joerg Anslik
  6623. This is disk 157 of the freely distributable AMIGA software library.
  6624. Below is a listing of the significant directories and their contents.
  6625.  
  6626. 60or80        A small utility to toggle the 60/80 column text modes
  6627.         without having to go through preferences.  Works from
  6628.         either the CLI or the Workbench.  Includes source.
  6629.         Author:  Mark Schretlen
  6630.  
  6631. AmicForm    Creates a phonebook containing only those areacodes and
  6632.         exchanges reachable through PC-Pursuit. Input any of Chet
  6633.         Solace's Finalist BBS lists and it creates the phonebook
  6634.         in a form usable by AmicTerm and a number of other popular
  6635.         terminal programs.  Version 1.3, Binary only.
  6636.         Author:  John Motsinger
  6637.  
  6638. AnimBalls    A nifty little animation program that allows you to 
  6639.         create a collection of balls in three-space and then
  6640.         interactively rotate them in real time using the mouse.
  6641.         Includes source.
  6642.         Author:  Jim Guilford
  6643.  
  6644. BootBack    A handy little utility to copy and save the boot block
  6645.         from a disk, then later restore it should the disk 
  6646.         get stomped on by some ugly virus.  Includes source.
  6647.         Author:  David Joiner
  6648.  
  6649. ECPM        A CP/M emulator for the Amiga.  Emulates an 8080
  6650.         along with H19 terminal emulation. Update from version
  6651.         on disk number 109.  Includes source.
  6652.         Author:  Jim Cathey; Amiga port by Charlie Gibbs;
  6653.              Significant improvements by Willi Kusche
  6654.  
  6655. KeyFiler    A BBS message file sorter that allows sorting by keyword. 
  6656.         Includes a textreader, Soundex matching, and limited
  6657.         wildcard capabilities.  Version 1.0, Binary only.
  6658.         Author:  John Motsinger
  6659.  
  6660. ScreenZap    A little utility to clean away screens that are left
  6661.         by ill-behaving programs.  It will kill every screen
  6662.         behind the WorkBench, noting how many it gets. The
  6663.         screens in front of WB are not affected.  Includes
  6664.         source.
  6665.         Author:  Lars Clausen
  6666.  
  6667. SetPrefs    Allows you to build a whole library of preference settings
  6668.         and instantly switch back and forth between them.  Affects
  6669.         all preference settings not just the colors.  Very useful 
  6670.         for machines with multiple users or multiple external
  6671.         devices.  Includes Amiga's default and various sample
  6672.         preference settings.  Binary only.
  6673.         Author:  Martin Hippele
  6674.  
  6675. Xicon        Xicon lets you use icons to call up scripts containing CLI
  6676.         commands.  This is version 2.01, an update to the version
  6677.         on disk 102.  Includes source.
  6678.         Author:  Pete Goodeve
  6679.         
  6680. This is disk 158 of the freely distributable AMIGA software library.
  6681. Below is a listing of the significant directories and their contents.
  6682.  
  6683.  
  6684. DiskX        Nicely done Sector-based disk editor.  Binary only
  6685.         Author:  Steve Tibbett
  6686.  
  6687. MemBoardTest     Originally designed for production testing of A1000 memory
  6688.         boards. Very nice intuition interface.  Version 2.4,
  6689.         Includes source in Modula. 
  6690.         Author:  George Vokalek
  6691.  
  6692. MSDOS        A program to list files written in standard MS-Dos or
  6693.         Atari ST format.  The files can then be copied to Ram and 
  6694.         rewritten to disk in Amiga-Dos format.  Binary only, 
  6695.         Shareware, Version 0.1.
  6696.         Author:  Frank Wübbeling
  6697.  
  6698. PCBTool        An early version of a shareware PC Board layout program
  6699.          Lots of options including variable size pads and traces,
  6700.         grids, grid snap, layers, zoom, selectable centering,
  6701.         text and more.  This version does not support printer/
  6702.         plotter dumps or libraries.  Version 2.6, binary only.
  6703.         Author:  George Vokalek
  6704.  
  6705. ScreenX        A handy little background utility that provides a small
  6706.         clock/memory counter in its inactive mode and a versatile
  6707.         screen manipulator when called upon.  Binary only with
  6708.         source available from author, Version 2.1.  
  6709.         Author:  Steve Tibbett
  6710.  
  6711. TaskX        A "real-time" task editor.  Lets you list and set the 
  6712.         priorities of all the currently running tasks.  Binary
  6713.         only, Version 2.0. 
  6714.         Author:  Steve Tibbett
  6715.  
  6716. VirusX        Update to the version on disk number 154, checks for 
  6717.         a couple of additional new strains.  Includes source,
  6718.         Version 1.6.
  6719.         Author:  Steve Tibbett
  6720.     
  6721. YachtC3        Update to the Yachtc program on disk #10, contains some fixes
  6722.         and incorporates a simple sound process.  Version 3, includes
  6723.         source.
  6724.         Author:  Sheldon Leemon, with enhancements by Mark Schretlen
  6725.  
  6726.  
  6727. This is disk 159 of the freely distributable AMIGA software library.
  6728. Below is a listing of the significant directories and their contents.
  6729.  
  6730.  
  6731. Free        A little command to put in your c directory that returns
  6732.         memory status and number of tasks currently served by EXEC.
  6733.         Includes source.
  6734.         Author:  Joerg Anslik
  6735.  
  6736. MidiTools    A group of several different utility programs for those
  6737.         who run a Midi system.  Binary only.
  6738.         Author:  Jack Deckard
  6739.  
  6740. StarChart      Nicely done intuition based program to display and identify
  6741.         about 600 stars, galaxies and nebulae visible in the Northern
  6742.         hemisphere.  Version 1.2, includes source.
  6743.         Author:  Ray R. Larson
  6744.  
  6745. TaskControl    Nicely done task-handling program allowing you to put to 
  6746.         sleep, kill or change priorities of the all the currently
  6747.         loaded tasks.  Also potentially GURU-producing, so be careful
  6748.         what tasks you kill, change priorities of, etc.  Handy window
  6749.         sizer will reduce it almost to an icon to hang around until
  6750.         you want to use it.  Binary only.
  6751.         Author:  J. Martin Hippele
  6752.  
  6753. TUC        "The Ultimate Clock".  Another window title clock/memory 
  6754.         minder.  This one is in 132 columns!  Also gives the free 
  6755.         memory on drives DF0, DF1 & DF2.  Includes source.
  6756.         Author:  Joerg Anslik 
  6757. This is disk 160 of the freely distributable AMIGA software library.
  6758. Below is a listing of the significant directories and their contents.
  6759.  
  6760.  
  6761. Calls        A little utility to help analyze the flow of a C-program by
  6762.         laying out the functions called in a hierarchical manner.
  6763.         Author:  Originally from Usenet with major revisions by
  6764.              Kevin Braunsdorf, Amiga port by George MacDonald
  6765.  
  6766. Check        A useful little utility for finding structural errors
  6767.         in C-source code.  Many command-line options.  Version
  6768.         1.03, binary only.
  6769.         Author:  Keith Elbertson
  6770.  
  6771. Dis        A 68000 disassembler, written in assembly, this is an update
  6772.         to the version on disk #128.  Includes source.
  6773.         Author:  Greg Lee with enhancements by Willi Kusche
  6774.   
  6775. DMouse        A versatile screen & mouse blanker, auto window activator,
  6776.         mouse accelerator, popcli, pop window to front, push
  6777.         window to back, etc, widget.  Version 1.09, includes source.
  6778.         Update to version on disk number 145.
  6779.         Author:  Matt Dillon
  6780.  
  6781. DWIP        "Daisy Wheel IFF Printer".  A graphics printing utility
  6782.         that allows the printing of IFF pictures on a daisy wheel
  6783.         printer.  Includes source.
  6784.         Author:  Ken Van Camp
  6785.  
  6786. M4        A UNIX M4 look-alike macro processor intended as a
  6787.             front end for Ratfor, Pascal, and other languages that do
  6788.             not have a built-in macro processing capability.  Pd M4
  6789.             reads standard input, the processed text is written on the
  6790.              standard output.
  6791.         Author:  Ozan S. Yigit (oz)
  6792.  
  6793. MemoPad        A shareware intuition-based memo reminder program.
  6794.         Nicely done.  Update to version on disk #146, version
  6795.         1.2, binary only.
  6796.         Author:  Michael Griebling
  6797.         
  6798. NeuralNets    A neural network example using the generalized back-
  6799.         propagation delta rule for learning, specifically applied
  6800.         to the tabula rasa Little Red Riding Hood instance. 
  6801.         Author:  Josiah C. Hoskins 
  6802. This is disk 161 of the freely distributable AMIGA software library.
  6803. Below is a listing of the significant directories and their contents.
  6804.  
  6805.  
  6806. Friends        Cute little screen hack with command-line options to keep
  6807.         your mouse pointer company when you step away.  Includes
  6808.         source.
  6809.         Author:  Michael Warner 
  6810.  
  6811. Getsprite    A simple little program to convert Dpaint brushes into 
  6812.         C-source.  Binary only.
  6813.         Author:  Michael Warner
  6814.  
  6815. IncRev        A handy little program that will automatically increment
  6816.         the revision number of a program every time it is recompiled.
  6817.         Binary only.
  6818.         Author:  Bryan Ford 
  6819.  
  6820. LGZ        A Map generator/editor for the LGZ game.  Not extremely 
  6821.         useful if you don't happen to play that game, but good 
  6822.         source example of intuition interfacing.  Vesion 0.1.
  6823.         Authors:  Lars and Henrik Clausen
  6824.  
  6825. Mackie        A versatile cli/macro-key initiator based on POPCLI with
  6826.         a unique method    of "screen-blanking".  I won't say more,
  6827.         just try it!  Version 1.1, includes source.
  6828.         Author:  Thomas Rokicki
  6829.  
  6830. Nag        A shareware appointment calendar with it's own editor and a
  6831.         unique 'nagging' feature utilizing the Amiga's voice and
  6832.         audio devices.    Version 1.6, binary only.
  6833.         Author:  Richard Lee Stockton    
  6834.  
  6835. Perl        Practical Extraction and Report Language, an interpreted
  6836.         language optimized for scanning arbitrary text files,
  6837.         extracting information from those text files, and printing
  6838.         reports based on that information.
  6839.         Author:  Larry Wall
  6840.  
  6841. VRTest        Another anti-virus utility that allows visual inspection
  6842.         of ram starting a $7E7FE, ram cleaning, bootblock 
  6843.         inspection and vector monitoring/reseting.  Written 
  6844.         entirely in assembly language.  Version 3.2, binary only.
  6845.         Author:  Babar Khan
  6846.  
  6847. XBoot        A very simple utility to convert a boot block into an 
  6848.         executable file so you can use your favorite debugger
  6849.         (Wack, Dis, etc.) to study it.  Includes source.
  6850.         Author:  Francois Rouaix
  6851. This is disk 162 of the freely distributable AMIGA software library.
  6852. Below is a listing of the significant directories and their contents.
  6853.  
  6854.  
  6855. Avi        A workalike version of the UNIX vi editor for the amiga.
  6856.         Though not especially recommended for beginners, designed
  6857.         for those of you who may have the vi commands permanently
  6858.         hard-coded into your fingertips!  Version 1.0, binary only.
  6859.         Author:  Peter Nestor
  6860.  
  6861. CLI_Utilities    This directory contains several subdirectories with 
  6862.         small utilities, collected from various sources,
  6863.         that are only usable from the CLI.  See the Readme
  6864.         file for further information.  Some include source.
  6865.         Author:  Various
  6866.  
  6867. Dark        A small graphics and animation demo.  Includes source.
  6868.         Author:  Phil Robertson
  6869.  
  6870. Flow2Troff    A little utility to convert from New Horizons Software 
  6871.         "FLOW" files to    UNIX "troff" files, suitable for printing
  6872.         on any troff-compatible laser printer.  Version 1.0,
  6873.         includes source    and a sample "FLOW" file.
  6874.         Author:  Daniel Barrett
  6875.  
  6876. LabyrinthII    A shareware role-playing text adventure game similar in 
  6877.         operation to the Infocom text adventures.  Includes source.
  6878.         Author:  Russell Wallace
  6879.  
  6880. Iffar        Maintains archives of Interchange File Format (IFF) FORM,
  6881.         CAT and LIST  files in a manner  that complies with the
  6882.         IFF CAT specification.  Version 1.2, includes source.
  6883.         Author:  Karl Lehenbauer
  6884.  
  6885. SetPALorNTSC    A couple of utility programs for testing the suitability
  6886.         of a developed program in either the PAL or NTSC
  6887.         environments.  Includes source and a sample program.
  6888.         Author:  Peter Kittel
  6889.  
  6890. TES        "The Electronic Slave" adds a gadget strip to the top of
  6891.         the cli window to perform such functions as device 
  6892.         directories, info, run ED, and time.  Currently, assignments
  6893.         are hardcoded but not difficult to change if you own a 
  6894.         compiler.  Version 1.1, includes source.
  6895.         Author:  Joerg Anslik 
  6896.         
  6897. UnknownGirl    Another small musical piece similar in execution to
  6898.         "Synthemania" on disk number 153.  Binary only.
  6899.         Author:  Holger Lubitz
  6900. This is disk 163 of the freely distributable AMIGA software library.
  6901. Below is a listing of the significant directories and their contents.
  6902.  
  6903.  
  6904. Bankn        A complete checkbook system offered by the author as
  6905.         shareware.   Update to version on disk number 120.
  6906.         Version 1.5, binary only.
  6907.         Author:  Hal Carter
  6908.  
  6909. FiveInLine    A board-playing game similiar to Go-Moku, Ristinolla, etc.
  6910.         Fast-paced and quickly addictive!  Includes source.
  6911.         Author:  Njål Fisketjøn  
  6912.  
  6913. MachII        A "mouse accelerator" program that also includes hotkeys,
  6914.         the features of sun mouse, clicktofront, popcli, title bar
  6915.         clock with a bbs online charge accumulator, and    more. 
  6916.         Update to version on disk number 130.  Version 2.4c, binary
  6917.         only.
  6918.         Author:  Brian Moats
  6919.  
  6920. MemTrace    Routines to help debug memory allocation and freeing during
  6921.         program development.   Will complain if you try to free 
  6922.         memory you didn't allocate and will report on memory not
  6923.         freed when your program finishes.
  6924.         Author:  Jojo Wesener
  6925.   
  6926. PcPatch        Patches for PCCopy and PCFormat from the 'EXTRAS 1.2' disk,
  6927.         to allow reading/writing/formatting 3.5 inch 360k (2 sides/
  6928.         40 Tracks/9 sectors) MS-DOS disks.
  6929.         Author:  Werner Guenther
  6930.  
  6931. ReadmeMaster    A nifty little database for finding those programs that 
  6932.         you know exist somewhere (???) in the AmigaLibDisk library.
  6933.         Maintains a key-word dictionary of the Contents descriptions
  6934.         that allows searching by disk number, program title, author's
  6935.         name, or some other descriptive word.  Currently supports
  6936.         disks 1-154 with planned updates from the author.  Binary
  6937.         only. 
  6938.         Author:  Harold Morash
  6939.  
  6940. View        A mouse-oriented text file reader.  Sample operation is 
  6941.         demonstrated in reading the View.doc file, instead of using 
  6942.         the usual "Less" text file reader.
  6943.         Author:  Bryan Ford
  6944. This is disk 164 of the freely distributable AMIGA software library.
  6945. Below is a listing of the significant directories and their contents.
  6946.  
  6947.  
  6948. C-Functions    A group of four little C-functions to add to your library to
  6949.         make your programming life a little easier.  Includes source
  6950.         and a small demo program showing some of the results. 
  6951.         Author:  Lars Thuring
  6952.   
  6953. DiskSalv    Very useful program to recover files from a trashed AmigaDOS
  6954.         disk.  Can also "undelete" files deleted by mistake, so long
  6955.         as they have not overwritten by further disk activity.
  6956.         Requires two disk drives.  Many enhancements since the
  6957.         original version on disk #20.  Version 1.3, Binary only
  6958.         Author:  Dave Haynie
  6959.  
  6960. Hed        A handy little editor that is more user-friendly than 
  6961.         "Ed", yet doesn't require the memorization of complicated
  6962.         keystrokes of some of the larger, more powerful, editors.
  6963.         Binary only.
  6964.         Author:  Hal Carter
  6965.  
  6966. Newton        Uses the "Newtons Method" algorithm to estimate both real
  6967.         and imaginary roots of a polynomial of degree 20 or less.
  6968.         Version    1.0, includes source.
  6969.         Author:  Daniel Barrett
  6970.  
  6971. NewZAP        A third-generation multi-purpose file sector editing utility,
  6972.         from the author of FileZAP.  Displays and edits full 512-byte
  6973.         sectors via a 106 character wide internal font.  Includes
  6974.         a search feature to find specific strings or hex digits, 
  6975.         forwards or backwards.  Update to version on disk #58.
  6976.         Version 3.18, Binary only.
  6977.         Author:  John Hodgson
  6978.     
  6979. PcView        Provides the PC community with the opportunity to display
  6980.         IFF pictures to the best of EGA's ability.  Displays Amiga
  6981.         pics, IBM-PC Deluxe Paint Pics, Apple II-GS Deluxe Paint
  6982.         Pics, and others in the IFF standard format.  Includes
  6983.         source.
  6984.         Author:  John Hodgson
  6985.         
  6986. PolyRoot    Another Polynomial root-finder using the Newtonian algorithm.
  6987.         Nicely done in AmigaBasic with good documentation file.
  6988.         Version 2.00.
  6989.         Author:  Jon Giorgini
  6990.  
  6991. PrtDrivers    A couple of new Printer Drivers.  One for Digital Equipment's
  6992.         LN03+ laser printer, and one for Mannesmann Tally's MT420d
  6993.         dot matrix.
  6994.         Authors:  DEC LN03 -- Bernie Mentink
  6995.               MT420d -- Sascha Wildner
  6996.  
  6997. Zoo        A file archiver, much like "arc" in concept, but different
  6998.         in implementation and user interface details.  Includes
  6999.         some nice features that "arc" lacks (such as file/path
  7000.         names up to 255 characters in length).  This is version
  7001.         2.00, an update to the version released on disk 136.
  7002.         Binary only.
  7003.         Author:  Rahul Dhesi, Amiga port by Brian Waters
  7004. This is disk 165 of the freely distributable AMIGA software library.
  7005. Below is a listing of the significant directories and their contents.
  7006.  
  7007.  
  7008. Conman        Extremely useful replacement for the standard console
  7009.         handler, provides line editing and command line    histories.
  7010.         Completely transparent to any application program
  7011.         that uses CON: windows.  This program is shareware, and well
  7012.         worth a donation to the author.  Version 1.3, binary only,
  7013.         update to version on disk 133. 
  7014.         Author:  William Hawes
  7015.  
  7016. CPM        Another CP/M emulator independently authored from the version
  7017.         that appeared on disk #157.  Emulates a CPM computer with a
  7018.         Z80 processor connected to an ADM3A terminal.  Assembly
  7019.         source included. 
  7020.         Author:  Ulf Nordquist
  7021.  
  7022. Parsnag        A program to aid in performing color separations on Epson
  7023.         JX-80 printers.  Includes source. 
  7024.         Author:  John Hodgson 
  7025.  
  7026. PlotView    A couple of programs, Plotview and Plot2Am, for viewing
  7027.         UNIX plot files.  Also included are two sub-directories:
  7028.         Plot -- a device independent plotting package for the Amiga,
  7029.         compatible with the UNIX plot subroutine package and 
  7030.         Plot2Tek -- converts UNIX plot format files to Tektronix
  7031.         410x terminal graphic commands.  Source included.
  7032.         Author:  Joel Swank
  7033.  
  7034. RamCopy        A copy program designed for machines with 1 meg or more
  7035.         of Ram and only one disk drive.  Allows you to copy a 
  7036.         complete disk in only one pass.
  7037.         Author:  Stephen Gunn
  7038.         
  7039. SPUDclock    A simple program that uses the narrator device to speak the 
  7040.         time at certain user specified intervals.  Lots of command
  7041.         line options.  Version 1.2, includes source.
  7042.         Authors:  Robert E. Beaty and H. Bret Young
  7043. This is disk 166 of the freely distributable AMIGA software library.
  7044. Below is a listing of the significant directories and their contents.
  7045.  
  7046.  
  7047. AutoGraf    Collects and graphically displays information on auto
  7048.         mileage.  Features such as miles per gallon, cost per 
  7049.         mile, miles driven, highs, lows, averages, etc.  Includes
  7050.         sample data file, a couple utility programs and source.
  7051.         Version 1.0
  7052.         Author:  Joel Swank
  7053.  
  7054. Cref        A C cross referencer program.  Prints out your code with
  7055.         line-numbers and complete key-word cross-referencing.
  7056.         Update from version on disk #103 which had a serious
  7057.         bug.  Includes source.
  7058.         Author:  Mike Edmonds; Amiga port by Joel Swank
  7059.  
  7060. MultiCalc    Yet another RPN type graphic calculator.  This one 
  7061.         generates answers with extreme precision (if 3000 digits
  7062.         is enough!)  Features a 48-digit scrollable display, mouse
  7063.         driven with lots of keyboard shortcuts, and iconification
  7064.         during non-use.  Binary only.
  7065.         Author:  Kenneth Johnson
  7066.  
  7067. Stevie        A public domain clone of the UNIX 'vi' editor.  Supports
  7068.         window-sizing, arrow keys, and the help key.  Version 3.10a,
  7069.         includes source. 
  7070.         Author: Various, Amiga port by Tony Andrews
  7071.         
  7072. This is disk 167 of the freely distributable AMIGA software library.
  7073. Below is a listing of the significant directories and their contents.
  7074.  
  7075.  
  7076. CDecl        English to C (and vice versa) translator for C
  7077.         declarations.  This little gem will translate english
  7078.         such as "declare foo as pointer to function returning
  7079.         pointer to array 10 of pointer to long" into
  7080.         "long *(*(*foo)())[10]", and vice versa.  Update from
  7081.         version on disk number 114. Includes source.
  7082.         Author:  Graham Ross with enhancements by David Wolverton,
  7083.              Tony Hansen, Merlyn LeRoy, Udi Finkelstein and
  7084.              probably others!
  7085.  
  7086. CLIcon        Allows you to run cli programs from the workbench, similar 
  7087.         in operation to IconExec, but more versatile.
  7088.         Author:  Bryan Ford
  7089.  
  7090. CloseMe        Another ingenious perversion in the screen hack category.
  7091.         Don't miss this one...surely destined to become a classic!
  7092.         Includes source.
  7093.         Author:  Charlie Gibbs
  7094.  
  7095. DSM        (Dynamic Sound Machine) Demo version with "Save" disabled
  7096.         of a program that will take any IFF sound or raw data and
  7097.         save it as a totally self-contained, runable program.
  7098.         Author:  Foster Hall
  7099.  
  7100. MRPrint        A cli-based text file printing utility with lots of nice
  7101.         features, including tab-to-space expansion, page headers,
  7102.         line numbers, margin control with line-splitting and
  7103.         pagination correction, ARP wildcard support, and auto-
  7104.         rejection of files containing binary characters. 
  7105.         Version 3.1, Includes source.
  7106.         Author:  Mark Rinfret
  7107.             
  7108. Smus3.6a    An enhanced version of the smus player that last appeared
  7109.         on disk number 58.
  7110.         Author:  John Hodgson
  7111.  
  7112. Sounddemos      Some very nice demos for showing off the incredible audio
  7113.         power of the Amiga!.  100% assembly language, make sure
  7114.         you have the stereo connected for these!
  7115.         Author:  Foster Hall
  7116.    
  7117. This is disk 168 of the freely distributable AMIGA software library.
  7118. This is the also the first disk of a two disk "Matt Dillion special"
  7119. containing binaries and sources to the latest versions of a great deal
  7120. of Matt's many programs.  For a complete listing of the programs on these
  7121. two disks, see the file called "README".  Because of the nature of Matt's
  7122. programs and the need for his support libraries to recreate many of his
  7123. programs, I opted to keep these disks pretty much as Matt sent them to me,
  7124. rather than follow the usual AmigaLibDisk format of binaries and sources
  7125. in one directory.  This would have undoubtedly increased this to a three
  7126. disk set.  Please note that if you plan on recreating any of these programs,
  7127. then it is quite possible that you will need information from both disks. 
  7128.         
  7129. -Fred  ><>
  7130.  18-Nov-88
  7131. This is disk 169 of the freely distributable AMIGA software library.
  7132. This is the also the second disk of a two disk "Matt Dillion special"
  7133. containing binaries and sources to the latest versions of a great deal
  7134. of Matt's many programs.  For a complete listing of the programs on these
  7135. two disks, see the file called "README".  Because of the nature of Matt's
  7136. programs and the need for his support libraries to recreate many of his
  7137. programs, I opted to keep these disks pretty much as Matt sent them to me,
  7138. rather than follow the usual AmigaLibDisk format of binaries and sources
  7139. in one directory.  This would have undoubtedly increased this to a three
  7140. disk set.  Please note that if you plan on recreating any of these programs,
  7141. then it is quite possible that you will need information from both disks. 
  7142.         
  7143. -Fred  ><>
  7144.  18-Nov-88
  7145. This is disk 170 of the freely distributable AMIGA software library.
  7146. Below is a listing of the significant directories and their contents.
  7147.  
  7148.  
  7149. Aftterm        Commmunications program utilizing IBM 3278 terminal
  7150.         emulation.  Binary only.
  7151.         Author:  Don Brereton
  7152.  
  7153. Dis6502        A ported 6502 disassembler with support added for C64
  7154.         binary files.  Includes source.
  7155.         Author:  Robert Bond, Amiga port by Udi Finkelstein 
  7156.  
  7157. FastText    Blitter based fast text rendering routines written in
  7158.         assembly.  Unique in the fact that they speed up rendering
  7159.         of non-proportional fonts of any height, and from 4-16
  7160.         pixels in width.  Source and test program included.
  7161.         Author:  Darren M. Greenwald
  7162.   
  7163. MRBackUp    A hard disk backup utility that does a file by file
  7164.         copy to standard AmigaDOS floppy disks.  Includes an
  7165.         intuition interface and file compression.  Version 2.4,
  7166.         Update to version on disk 129.  Binary only
  7167.         Author:  Mark Rinfret
  7168.         
  7169. PtrAnim        Nifty pointer animation program, includes lots of samples,
  7170.         a utility program and instructions on creating your own 
  7171.         animations.  Be sure to also read the "Disclaimer" in the 
  7172.         author's ReadMeFirst file.  Binary only, shareware
  7173.         Author:  Tim Kemp
  7174.  
  7175. Surf        Generates bezier surfaces of revolution.  Will produce some
  7176.         amazing pictures of wineglasses, doorknobs, or other objects
  7177.         one could turn on a lathe.  Includes the capacity to map IFF
  7178.         image files onto any surface that it can draw.  Source
  7179.         included
  7180.         Author:  Eric Davies
  7181.  
  7182. Turbo        Opens a small window with a gadget that when selected,
  7183.         turns off bitplane, sprite, copper and audio DMA, presumably
  7184.         to increase system speed.  Includes source.
  7185.         Author:  Oliver Wagner
  7186. This is disk 171 of the freely distributable AMIGA software library.
  7187. Below is a listing of the significant directories and their contents.
  7188.  
  7189.  
  7190. AZComm        Modified version of Comm 1.34 that contains Zmodem send,
  7191.         receive, and resume receive.  Version 1.00, Binary only.
  7192.         Author:  SS. Patel, based on Comm 1.34 by DJ James
  7193.  
  7194. Maze        A couple of very nice demos for the creation and use of 
  7195.         single-solution mazes, one of which is practically a
  7196.         stand-alone game.  Includes source.
  7197.         Author:  Werner Gunther
  7198.     
  7199. Sozobon-C    Atari ST version of what appears to be a full K&R freeware
  7200.         C-compiler, assembler and linker.  The compiler main pass
  7201.         and the assembler were compiled and tested on an Amiga A2000
  7202.         with only minimal changes, and they appear to work (to the
  7203.         extent that they believe they are running on an Atari-ST),
  7204.         so an Amiga port should be relatively easy.    
  7205.         Author:  Sozobon, Limited.
  7206.  
  7207. Xoper        Very comprehensive program to monitor and control system 
  7208.         activity.  Monitor cpu, memory usage, ports, interrupts,
  7209.         devices.  Close windows, screens, show loaded fonts or last
  7210.         Guru code number.  Clean up memory, flush unused libraries,
  7211.         devices, fonts. etc. and a whole bunch more!  Spawns its own
  7212.         process.  A very handy background task to have loaded. 
  7213.         Assembly source    included.
  7214.         Author:  Werner Gunther
  7215. This is disk 172 of the freely distributable AMIGA software library.
  7216. Below is a listing of the significant directories and their contents.
  7217.  
  7218.  
  7219. DataToObj    A utility to convert raw data files (sprites, image data,
  7220.         text, etc.) directly into object code which can then be 
  7221.         linked to the main program without the need to go through
  7222.         the compiling process.  Includes source.
  7223.         Author:  Werner Gunther   
  7224.         
  7225. Handshake    A full featured VT52/VT100/VT102/VT220 terminal emulator.
  7226.         The author has taken great pains to support the full VT102
  7227.         spec.  Now supports ANSI colors, screen capture and more. 
  7228.         Update to version on disk number 60.  Version 2.12a,
  7229.         binary only, shareware.
  7230.         Author:  Eric Haberfellner
  7231.  
  7232. MFix        A small program to insert in the startup-sequence of the
  7233.         commercial program, Marauder II, from Discovery Software,
  7234.         International.  Whenever the copy process is started, the
  7235.         rainbow screen is covered by a bare screen until the copy
  7236.         is finished.  The author claims a 25% decrease in copy time
  7237.         is achieved.  Version 1.0, binary only.
  7238.         Author:  Stephen Gunn
  7239.  
  7240. PopInfo        A "shrinkable" workbench utility to show you some info 
  7241.         that Workbench doesn't, such as free memory on external
  7242.         devices, chip, fast, and total ram usage and more.  Version
  7243.         2.0, Includes source.
  7244.         Author:  Jonathan Potter
  7245.  
  7246. ProCalc        A program that simulates an HP-11C programmable calculator.
  7247.         Lots of enhancements and bug fixes since the original version
  7248.         on disk number 139.  Version 1.2, binary only, shareware
  7249.         Author:  Gotz Muller
  7250.  
  7251. Spiff        Make controlled approximations between two files.  Similar 
  7252.         to "diff" but more versatile.  Allows for the handling of 
  7253.         numerals as string literals or numeric values with
  7254.         adjustable tolerances.  Provides for embedded commands,
  7255.         scriptfiles, and many other command-line parameters.
  7256.         Potentially very useful, but needs some Amiga-specific work.
  7257.         Source and some example files included.   
  7258.         Author:  Dan Nachbar, Bell Communications Research (BELLCORE)
  7259.         
  7260. This is disk 173 of the freely distributable AMIGA software library.
  7261. Below is a listing of the significant directories and their contents.
  7262.  
  7263.  
  7264. CrcLists    Complete CRC check files for disks 146-172 using the
  7265.         crc program from disk 133.  These were made directly
  7266.         from my master disks.
  7267.         Author:  Fred Fish
  7268.  
  7269. FileSelect    A FileIO selector, written 100% in assembly.  Version
  7270.         1.0, includes source.
  7271.         Author:   Fabrice Lienhardt  
  7272.  
  7273. IffLib        A ready-to-use library to perform various manipulations
  7274.         on IFF files.  Includes a sample IFF viewer and a utility
  7275.         to save the front screen as an IFF file.
  7276.         Author:  Christian A. Weber
  7277.  
  7278. ILBM2C        Very useful utility for C-programmers.  Reads in a 
  7279.         standard IFF ILBM file and outputs a file that can then
  7280.         be included in your program.  Includes source and a sample
  7281.         program.
  7282.         Author:  Tim Kemp
  7283.  
  7284. Tetrix        A addictive game of speed, skill and luck.  Based on a game
  7285.         originally called Tetris.  The object is to fit together 
  7286.         oddly grouped falling blocks to create a solid wall, which
  7287.         is then cleared from the bottom up.  Sounds simple enough 
  7288.         right?  Sure ...!  Shareware, Version 1.1, Binary only.
  7289.         Author:  David Corbin
  7290.  
  7291. Uedit        Version 2.4g of this nice shareware editor.  Has learn
  7292.         mode, a command language, menu customization, and other
  7293.         user configurability and customizability features.
  7294.         Binary only, shareware, update to version on disk 121.
  7295.         Author:  Rick Stiles
  7296.  
  7297. This is disk 174 of the freely distributable AMIGA software library.
  7298. Below is a listing of the significant directories and their contents.
  7299.  
  7300.  
  7301. Castle        A simple graphics adventure game suitable for beginners.
  7302.         Binary only, but source available with a small donation to
  7303.         the author.
  7304.         Author:  H. James Fox
  7305.  
  7306. Iff2Sun        A small utility for those of you who may have access to a 
  7307.         Sun workstation.  Takes an Amiga IFF file and converts it to
  7308.         a Sun rasterfile format.  Source only, as the program needs
  7309.         to be re-compiled and run from a Sun.
  7310.         Authors:  Steve Berry, Mark Thompson 
  7311.   
  7312. Print1.2    Another CLI-based printing utility with several nice 
  7313.         features including the ability to print in ASCII or HEX,
  7314.         with or without line numbers and a CTRL-C Trap.  Includes
  7315.         source.
  7316.         Author:  John F. Zacharias
  7317.  
  7318. Sh        Another version of the 'Sh' utility to unshar shell archives.
  7319.         Apparently corrects some problems encountered by similar
  7320.         programs.  Until we can get everybody using some sort of 
  7321.         "standard", perhaps if we collect enough of these utilities,
  7322.         we will eventually find one that works with the particular 
  7323.         archive we're trying to unshar!  Includes source.
  7324.         Author:  Jim Guilford
  7325.  
  7326. Strings        A simple utility with command-line options for locating
  7327.         strings in a binary file.  Version 1.0, includes source.
  7328.         Author:  Joel Swank
  7329.  
  7330. TitlePage    Prints banner-type title pages for identifying listings.
  7331.         Lots of command-line options for specifying various fonts,
  7332.         pitches, typestyles, selectable centering, etc.  Includes
  7333.         source.
  7334.         Author:  Joel Swank
  7335.  
  7336. Tunnel        An interesting graphics demo written in TDI-Modula 2.
  7337.         I suggest you don't stare at this too long!  Includes
  7338.         source.
  7339.         Author:  Garth Thornton
  7340. This is disk 175 of the freely distributable AMIGA software library.
  7341. Below is a listing of the significant directories and their contents.
  7342.  
  7343.  
  7344. Elements    Very nice interactive display of the the Periodic Table 
  7345.         of Elements.  Can display a large amount of pertinent
  7346.         data about a selected element along with a good deal of 
  7347.         general and miscellaneous info.
  7348.         Author:  Paul Thomas Miller
  7349.  
  7350. Furnish        For those of you who may have ever used the "scale size cut
  7351.         and place" method of determining your next living-room 
  7352.         arrangement, this Amiga-ized version may be just what you 
  7353.         need.  Binary only, shareware.
  7354.         Author:  Terry Gintz         
  7355.  
  7356. Plot        Program to compute and plot 3 dimensional functions.
  7357.         Major revision to PD version on disk number 49 by the 
  7358.         same author.  Version 4.1, binary only, shareware.
  7359.         Author:  Terry Gintz
  7360.  
  7361. SafeBoot    Very handy intuition-based program to read and save 
  7362.         custom bootblocks.  The bootblock can then be later 
  7363.         restored should the disk become virus-infected.
  7364.         Version 2.2, binary only.
  7365.         Author:  Mark Lanoux
  7366.  
  7367. SendMorse    Brush up on your morse code with this simple program 
  7368.         that will read an input textfile and output the characters
  7369.         at an adjustable rate.
  7370.         Author:  Joe Larson
  7371.   
  7372. VirusX        Version 3.10 of the popular virus detection/vaccination
  7373.         program.  Features a test for the new IRQ virus, among
  7374.         others, and a new "Kill Virus" utility.  Includes source.
  7375.         Author:  Steve Tibbett
  7376.  
  7377. WBDepth        CLI program that allows you to change the number of bitplanes
  7378.         for the WB screen on the fly.  Very useful for A500 and A2000
  7379.         users with kickstart in ROM.  Binary only.
  7380.         Author:  Andry Rachmat    
  7381.     
  7382. Zippy        A "Graphical Shell".  Opens a medium-size window and 
  7383.         attaches a menu-strip for performing all sort of disk/data 
  7384.         manipulations.  Features script files allowing you to attach
  7385.         custom menu selections as you move between directories.
  7386.         Also included is an intuition based utility for altering
  7387.         FileInfo data.  (filename, filenote, RWED attributes, etc.)
  7388.         Version 2.5, binary only.
  7389.         Author:  Michael Weiblen
  7390.  
  7391.  
  7392. This is disk 176 of the freely distributable AMIGA software library.
  7393. This disk contains version V23-2A of Glenn Everhart's large and powerful
  7394. spreadsheet program called AnalytiCalc, submitted to me directly by
  7395. Glenn for inclusion in the library as an update to the version released
  7396. on disk 144. AnalytiCalc is presented in entirely ZOOed form because it
  7397. could not otherwise fit on a single disk. Because the auxiliary utilities
  7398. were presented on disk 144, they are not repeated here.
  7399.  
  7400. The ZOO utility is used due to the lack of controversy over the format. The
  7401. public domain BOOZ program is provided to extract the contents of the ZOO
  7402. archives provided.
  7403.  
  7404. With this release, AnalytiCalc has become "Freeware" rather than "Shareware".
  7405. Thus the only restrictions on AnalytiCalc code are that derivative programs
  7406. remain freely distributable.
  7407.  
  7408. HyperNet
  7409. --------
  7410.     HyperNet is a small hypertext shell program for Amiga, presented
  7411. with sources and brief documents. It was also submitted by Glenn Everhart,
  7412. the author.
  7413.     HyperNet allows a "master" AmigaDos process to control a series of
  7414. connected processes, where the connections are randomly ordered directed
  7415. graphs. Permissible "child" processes available at any stage are governed
  7416. by the links of the graph. The implementation is mainly instructive, but
  7417. can be used for tutorials or demonstrations and illustrates the simplicity
  7418. of hypertext concepts on a multi-tasking system.
  7419.  
  7420. This is disk 177 of the freely distributable AMIGA software library.
  7421. Below is a listing of the significant directories and their contents.
  7422.  
  7423.  
  7424. ASpice        A version of the SPICE 2G.6 circuit analysis program
  7425.         which has been modified to run in the Amiga environment.
  7426.         The program arrays are adjusted to require one forth the
  7427.         memory of the DEC VAX version.  Although this does not
  7428.         usually put much of a constraint on circuit analysis,
  7429.         some users who are used to the full mainframe environment
  7430.         may have to be more aware of the memory demands of their
  7431.         analysis.  Requires a minimum  of 1.5 MB memory.  This
  7432.         version neither supports nor requires the 68020 processor
  7433.         or 68881 coprocessor.  Binary only.
  7434.         Authors:  Many, see Documentation
  7435.  
  7436. DiskSalv    Version 1.32 of the popular "undelete" and file recovery
  7437.         program.  Fixes a few bugs apparently found on the version
  7438.         1.3 release on disk number 164.
  7439.         Author:  Dave Haynie
  7440.  
  7441. Jask        An intuition-based replacement for the ASK command.  Will
  7442.         bring up a requester with a message and boolean yes/no
  7443.         type gadgets.  Version 1.0, includes source.
  7444.         Author:  John Barshinger
  7445.  
  7446. Marge        A simple CLI utility to add a specified number of spaces or
  7447.         tabs to the left side of every line in a file.  Includes
  7448.         source.
  7449.         Author:  Joel Swank
  7450.  
  7451. Path        An interesting concept in path-searching.  This program
  7452.         contains a path-handler that allows you    to selectively
  7453.         control or assign your system's search path using script
  7454.         files.  Includes source.
  7455.         Author:  Rico Mariani
  7456. This is disk 178 of the freely distributable AMIGA software library.
  7457. Below is a listing of the significant directories and their contents.
  7458.  
  7459.  
  7460. AmicForm    Creates a phonebook containing only those areacodes and
  7461.         exchanges reachable through PC-Pursuit.  Update to the
  7462.         version on disk number 157.  Works with the new Finalist
  7463.         BBS format.  Version 1.4, Binary only.
  7464.         Author:  John Motsinger
  7465.  
  7466. BlackBox    The black box is an 8x8 grid in which several "atoms" are
  7467.         hidden.  Your job is to find the atoms.  You have at your
  7468.         disposal a ray projector which you can use to send rays
  7469.         into the box from any of the 32 spots around the box.
  7470.         Binary only.
  7471.         Author:  Tim Kemp
  7472.  
  7473. CIATimer    Two versions of ciatimer routines to provide precise
  7474.         timing for applications requiring a high-accuracy
  7475.         real-time clock.  Includes source and a sample 
  7476.         executable.
  7477.         Author:  Karl Lehenbauer, based on the original
  7478.              version by Paul Higginbottom
  7479.         
  7480. Cosmic        An interstellar multiplayer game of War and Peace.  From
  7481.         the looks of the documentation file, it appears fairly 
  7482.         extensive!  Version 1.01, includes source.
  7483.         Author:  Carl Edman
  7484.  
  7485. Ls        Version 2.0 of the popular UNIX style directory lister.
  7486.         Revised for Lattice 5.0 and made 1.3 compatible.
  7487.         Includes source.
  7488.         Author:  Justin V. McCormick. 
  7489.  
  7490. RemLib        Removes a specified library (if currently unused)
  7491.         or displays some information about all available
  7492.         libraries.  Update to version on disk number 139.
  7493.         Version 1.11, includes source in assembler.
  7494.         Author:  Heiko Rath
  7495.  
  7496. RexxArpLib    Version 2.0 of the rexxarplib.library, which has grown
  7497.         considerably, with substantial intuition interface
  7498.         support.  Also included is a large number of ARexx macros.
  7499.         Author:  W.G.J. Langeveld
  7500. This is disk 179 of the freely distributable AMIGA software library.
  7501. Below is a listing of the significant directories and their contents.
  7502.  
  7503.  
  7504. DietAid        Diet planning aid to allow the user to compile lists
  7505.         of ingredients (recipes) and automatically compute
  7506.         calorie totals, etc.  Update to version on disk number
  7507.         36.  Version 3.1, binary only.
  7508.         Author:  Terry Gintz
  7509.  
  7510. Dmake        Beta release of Matt's version of the UNIX make utility.
  7511.         Features multiple dependancies, wildcard support, and more.
  7512.         Includes source.
  7513.         Author:  Matt Dillion 
  7514.         
  7515. Excption    Exception is a set of error handling routines that provide
  7516.         a programmer with the ability to easily handle often
  7517.         difficult to implement routines.  Routines such as no more
  7518.         memory,    file not open, read/write error....etc.  Version
  7519.         0.6, includes source.
  7520.         Author:  Gerald T Hewes
  7521.  
  7522. KickFont    For A-1000 owners, will permanently replace the topaz font
  7523.         on the kickstart disk with a font called "look".  Includes
  7524.         a sample in the form of an IFF picture.  Version 3.0, binary
  7525.         only.  Also included is Benjamin Fuller's freely
  7526.         redistributable 'SumKick' program.
  7527.         Author:  Greg Browne 
  7528.  
  7529. Launch        Sample program showing how you can load and execute a
  7530.         program in the workbench environment, then return to the
  7531.         CLI.  Includes source.
  7532.         Author:  Peter da Silva  
  7533.  
  7534. Regexp        A nearly-public-domain reimplementation of the V8 regexp(3)
  7535.         package. Gives C programs the ability to use egrep-style
  7536.         regular expressions, and does it in a much cleaner fashion
  7537.         than the analogous routines in SysV.  Includes source.
  7538.         Author:  Henry Spencer
  7539.  
  7540. TSnip        Very nice "cut and paste" type utility with lots of uses
  7541.         and functions.  Features a pop-up intuition control panel,
  7542.         multiple font and color recognition, clipboard and pipe
  7543.         support and a couple of utility programs. Version 1.4a,
  7544.         source for support programs only.
  7545.         Author:  John Russell  
  7546.  
  7547. UnixUtil    A few CLI utilities, including some functionally similiar
  7548.         to the UNIX utilities of the same names.  Included are: 
  7549.         Wc, Head, Tail, Tee, Detab, Entab, and Trunc.  Descriptions
  7550.         are given in the included '.doc' files. 
  7551.         Author:  Gary Brant
  7552. This is disk 180 of the freely distributable AMIGA software library.
  7553. Below is a listing of the significant directories and their contents.
  7554.  
  7555.  
  7556. Browser        A programmer's "Workbench".  Allows you to easily and
  7557.         conveniently move, copy, rename, and delete files &
  7558.         directories from a CLI environment.  Also provides a
  7559.         method to execute either Workbench or CLI programs.    
  7560.         Version 1.6, update to version on disk number 134, 
  7561.         binary only.
  7562.         Author:  Peter da Silva
  7563.  
  7564. GeoTime        A couple of interesting "clock" type programs based on the 
  7565.         "Geochron".  Observe the earth's shadow scroll across
  7566.         a map or globe in real-time, based on the system clock.
  7567.         Version 1.0, binary only, shareware.
  7568.         Author:  Mike Smithwick
  7569.         
  7570. GPrint        A black & white graphics print utility for Epson compatible
  7571.         printers. (The author's letter to me was quite impressive!)
  7572.         Command-line options allow several different print qualities
  7573.         and densities.  Includes a couple of sample IFF files for 
  7574.         printing.  Version 2.03, binary only, shareware.
  7575.         Author:  Peter Cherna
  7576.  
  7577. Jed        A nicely done, intuition-based editor that is quite
  7578.         user-friendly.  Features word-wrap, auto-indent, newcli,
  7579.         alt buffer, split-window, keyboard macro, help, printing,
  7580.         and more.  Version 1.0, binary only, shareware.
  7581.         Author:  Dan Burris
  7582.  
  7583. NoVirus        Another Anti-Virus utility.  This one features known and
  7584.         new virus detection, view boot block, save and restore
  7585.         bootblocks, several "Install" options and more.  Written 
  7586.         in assembly.  Version 1.56, binary only.
  7587.         Author:  Nic Wilson
  7588.  
  7589. RepString    Nice little CLI utility to replace any type of string in
  7590.         any type of file with another string of any type.
  7591.         Version 1.0, binary only, shareware.
  7592.         Author:  Luciano Bertato
  7593.  
  7594. TrekTrivia    Very nice mouse-driven trivia type program for Star Trek 
  7595.         fans.  Contains 100 questions with additional trivia disks
  7596.         available from the author.  Binary only, shareware.
  7597.         Author:  George Broussard 
  7598. This is disk 181 of the freely distributable AMIGA software library.
  7599. Below is a listing of the significant directories and their contents.
  7600.  
  7601.  
  7602. AMXLISP        Amiga-ized version of the XLisp interpreter originally
  7603.         by David Betz.  Version 2.00, includes source.
  7604.         Author:  David Betz; Amiga work by Francois Rouaix 
  7605.  
  7606. Bally        Amiga port of the former arcade game named Click.  This
  7607.         version completely lacks sound effects, which shall
  7608.         come in later updates.  Version 0.1, binary only,
  7609.         shareware.
  7610.         Author:  Oliver Wagner
  7611.  
  7612. Tracker        Useful debugging routines similar in function but more
  7613.         versatile to those of "MemTrace" on disk number 163.
  7614.         Will track and report on calls to AllocMem(), FreeMem()
  7615.         [or lack thereof!] among others.  Version 0.0a (Alpha
  7616.         release).
  7617.         Author:  Karl Lehenbauer
  7618. This is disk 182 of the freely distributable AMIGA software library.
  7619. Below is a listing of the significant directories and their contents.
  7620.  
  7621.  
  7622. AMC        "Amiga Message Center".  Scrolls a message from a text
  7623.         file across the screen on a colorful background.  
  7624.         Similar to the "greetings" programs developed by 
  7625.         European Amiga enthusiasts.  Version 1.0, binary only.
  7626.         Author:  Foster Hall
  7627.  
  7628. Edimap        A keymap editor.  Allows you to read in an existing
  7629.         keymap file, modify it to suit your needs, and save
  7630.         it as a ready-to-use keymap.  Version 1.0, includes
  7631.         source.
  7632.         Author:     Gilles Gamesh    
  7633.     
  7634. HR136        An IFF file containing a chart showing every possible 
  7635.         mixture of the sixteen basic palette colors.  Also
  7636.         included are optimized and monochrome palettes along 
  7637.         with several tips and techniques for using them with 
  7638.         various paint programs.
  7639.         Author:  Dick Bourne 
  7640.  
  7641. Iconmerger    Intuition-based program to take any two brush files
  7642.         and merge them into an alternate-image type icon.
  7643.         Version 2.0, binary only.
  7644.         Author:  Terry Gintz
  7645.  
  7646. Sam        Another IFF sound player with several command-line
  7647.         options.  Includes several samples.  Version 1.0,
  7648.         binary only.
  7649.         Author:  Nic Wilson    
  7650.         
  7651. SetFont        Allows you to change the system font with various
  7652.         command-line options.  Cleans up all known bugs in
  7653.         V2.0 released on disk number 75.  Version 2.5,
  7654.         includes source in C++.
  7655.         Author:  Dave Haynie
  7656. This is disk 183 of the freely distributable AMIGA software library.
  7657. Below is a listing of the significant directories and their contents.
  7658.  
  7659.  
  7660. FixFd        A utility for Amiga assembly programmers.  FixFd will 
  7661.         read a '.FD' file and output a file that can be 
  7662.         'INCLUDE'ed rather than having to link with the 
  7663.         colossal 'Amiga.Lib'.  Version 1.0, includes source in
  7664.         assembly.
  7665.         Author:  Peter Wyspianski
  7666.  
  7667. Mklib        Another example of building a shared library that 
  7668.         evolved from "Elib" on disk number 87.  Also included
  7669.         is a library, Edlib, which contains several functions
  7670.         not included in the Manx standard libraries.  Includes
  7671.         source.
  7672.         Author:  Edwin Hoogerbeets with C-functions from several
  7673.              different authors
  7674.  
  7675. PCQ        A subset implementation of a freely-redistributable
  7676.         Pascal compiler.  Supports include files, external
  7677.         references, records, enumerated types, pointers, arrays,
  7678.             strings and more.  Presently does not support range
  7679.         types, the 'with' statement or sets.  Version 1.0,
  7680.         includes source and sample programs.
  7681.         Author:  Patrick Quaid
  7682.         
  7683. This is disk 184 of the freely distributable AMIGA software library.
  7684. Below is a listing of the significant directories and their contents.
  7685.  
  7686.  
  7687. BI        A small brush to to C-code image converter, intended to
  7688.         be used from CLI.  Version 1.0, binary only.
  7689.         Author:  Terry Gintz
  7690.  
  7691. CardMaker    A programmer's aid for creating card image data that can
  7692.         be used in any card game that uses the standard 52 card
  7693.         deck.  Version 1.0, binary only.
  7694.         Author:  Terry Gintz
  7695.  
  7696. DPS        Demo version of a program that will allow you to take
  7697.         any IFF file and save it as a totally self-contained
  7698.         executable file, without the need for any IFF-viewers.
  7699.         Version 1.0, binary only.
  7700.         Author:  Foster Hall
  7701.  
  7702. MouseUtil    Intuition based program to allow you to change your mouse
  7703.         speed without having to go through preferences.  Version 
  7704.         1.1, includes assembly source.
  7705.         Author:  Luciano Bertato
  7706.  
  7707. Print        Small print utility designed to replace the "copy
  7708.         <filename> to prt:" command.  Opens a window displaying
  7709.         the filename being printed, length, and a status bar
  7710.         showing percent completed.  Also includes an abort
  7711.         gadget.  Version 1.0, binary only.
  7712.         Author:  Luciano Bertato
  7713.  
  7714. VacBench    This amusing little screen hack will "clean up" your
  7715.         WorkBench screen for you when it gets too cluttered!
  7716.         Binary only.
  7717.         Author:  Randy Jouett
  7718.  
  7719. World        A text adventure game similar to the Infocom adventures
  7720.         of Planetfall and Starcross.  Quite large with a 
  7721.         tremendous variety of responses.  Version 1.02,
  7722.         includes source.
  7723.         Author:  Doug Mcdonald, Amiga port by Eric Kennedy 
  7724.         
  7725. This is disk 185 of the freely distributable AMIGA software library.
  7726.  
  7727. This is a copy of the official November 1988 Commodore IFF disk, sent
  7728. to me directly by Commodore for inclusion in the library.  The only
  7729. changes I made were:
  7730.  
  7731.     (1)    Placed all the files in the "documents" directory
  7732.         into a zoo file "documents.zoo" to free up enough
  7733.         space to add my normal distribution files and icons.
  7734.         Some of the files on the disk were already in zoo 
  7735.         format anyway, so this seems like a minor alteration.
  7736.  
  7737.     (2)    Changed the file "AboutThisRelease" to reflect the
  7738.         zoo'ing of the documents.
  7739.  
  7740.     (3)    Rearranged the icons to make room for my additional
  7741.         icons.
  7742.  
  7743. -Fred
  7744. This is disk 186 of the freely distributable AMIGA software library.
  7745. Below is a listing of the significant directories and their contents.
  7746.  
  7747.  
  7748. A68k        A 68000 assembler originally written in Modula-2 in
  7749.         1985 and converted to C by Charlie Gibb in 1987.  Has
  7750.         been converted to accept metacomco-compatible assembler
  7751.         source code and to generate Amiga objects.  Includes source.
  7752.         This is version 2.42, an update to the version on disk 110.
  7753.         Author:  Brian Anderson; C translation and Amiga work
  7754.              done by Charlie Gibb
  7755.  
  7756. Cards'O'Rama    A simple game that let's you push your memory.  It is played
  7757.         with a deck of 32 cards, grouped in 16 pairs.  The cards are
  7758.         shuffled and then displayed at the beginning of each game.
  7759.         Your goal is to pick up as many pairs as you can, until 
  7760.         there are no cards left on the screen.  Version 1.0,
  7761.         includes source.
  7762.         Author:  Werther Pirani
  7763.  
  7764. Qt2        A cute program that gives the time the way many people
  7765.         actually do, I.E. "it's nearly ten to five".  Includes
  7766.         source in assembly.
  7767.         Author:  Charlie Gibb
  7768.  
  7769. SimCPM        A CP/M simulator for the Amiga.  Simulates an 8080
  7770.         along with H19 terminal emulation.  Includes source.
  7771.         This is version 2.3, an update to version on disk 109.
  7772.         Author:  Jim Cathey; Amiga port by Charlie Gibbs and
  7773.              Willi KuscheThis is disk 187 of the freely distributable AMIGA software library.
  7774. Below is a listing of the significant directories and their contents.
  7775.  
  7776.  
  7777. Diskperf    A disk benchmark program which runs on both Unix and the
  7778.         Amiga.  This is an update to the version on disk 48, with
  7779.         bug fixes and more reliable measurements of the faster
  7780.         read and write speeds available under the new Fast
  7781.         File System.
  7782.         Author:  Rick Spanbauer, enhancements by Joanne Dow
  7783.  
  7784. HackLite    This is the latest version the Amiga port of Hack,
  7785.         with lots of Amiga specific enhancements and neat
  7786.         graphics.  Now includes an easy to use installation
  7787.         program.  This is HackLite version 1.0.0, binary only.
  7788.         Author:  Software Distillery
  7789.  
  7790. Mackie        A versatile cli/macro-key initiator based on POPCLI with
  7791.         a unique method    of "screen-blanking".  I won't say more,
  7792.         just try it!  Version 1.13, includes source.  This is
  7793.         an update to version 1.1 from disk 161.
  7794.         Author:  Tomas Rokicki
  7795.  
  7796. SetCPU        A program designed to allow the user to detect and modify
  7797.         various parameters related to 32 bit CPUs.  Includes
  7798.         commands to enable or disable the text/data caches,
  7799.         switch on or off the '030 burst cache line fill request,
  7800.         use the MMU to run a ROM image from 32-bit memory, and
  7801.         to report various parameters when called from a script.
  7802.         This is version 1.4, includes source.
  7803.         Author:  Dave Haynie
  7804. This is disk 188 of the freely distributable AMIGA software library.
  7805. Below is a listing of the significant directories and their contents.
  7806.  
  7807.  
  7808. BootIntro    This program creates a small intro on the bootblock of any
  7809.         disk, which will appear after you insert the disk for
  7810.         booting.  The headline can be up to 20 characters.  The
  7811.         scrolling text portion can be up to 225 characters.
  7812.         Version 1.0, binary only.
  7813.         Author:  Roger Fischlin
  7814.  
  7815. DiffDir        Diffdir compares the contents of two directories, reporting
  7816.         on differences such as files present in only one directory,
  7817.         different modification dates, file flags, sizes, comments,
  7818.         etc.  Version 1.0, includes source.
  7819.         Author:  Mark Rinfret
  7820.  
  7821. ExecDis        A disassembler comment generator program for the 1.2
  7822.         Kickstart ROM exec library image.  Generates a commented
  7823.         disassembly of the exec library.  Version 1.0, binary only.
  7824.         Author:  Markus Wandel
  7825.  
  7826. FastGro        A fractal program, simulating Diffusion-Limited Aggregation
  7827.         (DLA) as described in the December 1988 Scientific American
  7828.         in the Computer Recreations column.  This program is about
  7829.         an order of magnitude faster than the "SLO GRO" program
  7830.         described in Scientific American.  Version 1.0, includes
  7831.         source.
  7832.         Author:  Doug Houck
  7833.  
  7834. FracGen        A fractal generator program that generates fractal
  7835.         pictures from "seeds" that you create.  This is
  7836.         unlike any of the other "fractal generators" I've
  7837.         seen.  It can be used to load and display previously
  7838.         created fractal pictures, modify existing fractals,
  7839.         or create your own fractals.  Version 1.23, binary
  7840.         only, update to version on disk 142.
  7841.         Author:  Doug Houck
  7842.  
  7843. MemoryClock    A clock program that shows the amount of free fast ram,
  7844.         free chip ram, as well as the time and date.  Includes
  7845.         source in assembly code.
  7846.         Author:  Roger Fischlin
  7847.  
  7848. MinRexx        A simple ARexx interface which can be easily patched into
  7849.         almost any program.  Includes as an example the freedraw
  7850.         program from disk number 1.  Includes source.
  7851.         Author:  Tomas Rokicki
  7852.  
  7853. Null        A new dos device that behaves like "NIL:" but unlike
  7854.         "NIL:", it is a real handler.  This makes it useful
  7855.         in lots of situations where "NIL:" cannot be used.
  7856.         Version 0.0, includes source.
  7857.         Author:  Gunnar Nordmark
  7858.  
  7859. TextDisplay    A text display program, like "more" or "less", but about
  7860.         half the size and handles all screen formats (pal/ntsc,
  7861.         interlace/non-interlace, etc).  Version 1.1, binary only.
  7862.         Author:  Roger Fischlin
  7863. This is disk 189 of the freely distributable AMIGA software library.
  7864. Below is a listing of the significant directories and their contents.
  7865.  
  7866.  
  7867. Mackie        A versatile cli/macro-key initiator based on POPCLI with
  7868.         a unique method    of "screen-blanking".  I won't say more,
  7869.         just try it!  Version 1.20, includes source.  This is
  7870.         an update to version 1.13 from disk 187.
  7871.         Author:  Tomas Rokicki
  7872.  
  7873. NetHack        This is part 1 of a two part distribution of NetHack,
  7874.         which was too large to fit on a single disk, even when
  7875.         zoo'd.  Part 2 is on disk 190.  Both parts, along with
  7876.         zoo to unpack them, are required to use or rebuild
  7877.         NetHack.  This is version 2.3, and includes source.  
  7878.         Author:  Various; Amiga work by Olaf Seibert
  7879.  
  7880. Uedit        Version 2.4g of this nice shareware editor.  Has learn
  7881.         mode, a command language, menu customization, and other
  7882.         user configurability and customizability features.
  7883.         Binary only, shareware, replaces beta 2.4g version
  7884.         on disk 173.
  7885.         Author:  Rick Stiles
  7886.  
  7887. This is disk 190 of the freely distributable AMIGA software library.
  7888. Below is a listing of the significant directories and their contents.
  7889.  
  7890.  
  7891. GaryIcons    A collection of more interesting and useful icons.
  7892.         Author:  Gary Roseman
  7893.  
  7894. ILBM2Image    Takes an IFF picture and generates a C source module
  7895.         which can be compiled and linked with your program to
  7896.         display the picture with the intuition DrawImage
  7897.         function.  Binary only.
  7898.         Author:  Denis Green
  7899.  
  7900. NetHack        This is part 2 of a two part distribution of NetHack,
  7901.         which was too large to fit on a single disk, even when
  7902.         zoo'd.  Part 1 is on disk 189.  Both parts, along with
  7903.         zoo to unpack them, are required to use or rebuild
  7904.         NetHack.  This is version 2.3, and includes source.  
  7905.         Author:  Various; Amiga work by Olaf Seibert
  7906.  
  7907. This is disk 191 of the freely distributable AMIGA software library.
  7908. Below is a listing of the significant directories and their contents.
  7909.  
  7910.  
  7911. BlitLab        Blitlab is a program which lets you experiment with
  7912.         the blitter, to your hearts content, in relative safety.
  7913.         It opens a workbench window with gadgets for all the 
  7914.         registers of the blitter, and allows you to manipulate
  7915.         individual registers and perform blits on a magnified
  7916.         bitmap.  This is version 1.4, an update to the version
  7917.         released on disk number 84.  Includes source.
  7918.         Author:  Tomas Rokicki
  7919.  
  7920. Blk        A requester making tool employing various recursive
  7921.         algorithms including a recursive parser.  It takes input
  7922.         text files and converts them to C-source for including as
  7923.         requester declarations.  This is an update to the version
  7924.         released on disk 152, with many enhancements.  Includes
  7925.         source.
  7926.         Author: Stuart Ferguson
  7927.  
  7928. FileBootBlock    This simple little program reads blocks 0 and 1 of a
  7929.         bootable disk and saves them as a program file that can
  7930.         be run (heaven forbid) or disassembled by programs like
  7931.         DIS or DSM.  Includes source in assembly code.
  7932.         Author:  John Veldthuis
  7933.  
  7934. ISpell        A port of a Unix version of a freely distributable
  7935.         screen oriented, interactive, spelling checker.
  7936.         This is an update to the version released on disk 54,
  7937.         with enhancements by Tomas Rokicki.  Version 2.0.02,
  7938.         includes source.  
  7939.         Author:  Pace Willisson; enhancements by Tomas Rokicki
  7940.  
  7941. Pz15        Computer version of those cheap plastic puzzles with
  7942.         15 white tiles numbered 1 through 15 and an empty square
  7943.         in a 4 by 4 arrangement.  This one is more challenging
  7944.         since you can't solve it by just prying out the pieces.
  7945.         Includes source.
  7946.         Author:  Mike Hall
  7947. This is disk 192 of the freely distributable AMIGA software library.
  7948. Below is a listing of the significant directories and their contents.
  7949.  
  7950.  
  7951. Eval        This package allows you to manipulate expressions.
  7952.         Currently its two main functions are evaluation and
  7953.         differentiation.  It also does some basic simplifica-
  7954.         tions (based on pattern matching) to make the result
  7955.         of a differentiation more presentable.  Includes source.
  7956.         Author:  David Gay
  7957.  
  7958. PacMan87    This is a nice little "pacman like" game with some new
  7959.         features like fire pits, stabbing knives, electric arcs
  7960.         and flame throwers, that must be avoided.  Has three levels
  7961.         of difficulty, easy, medium, and hard.  Sounds can be
  7962.         toggled on or off.  Keeps a record of the top ten scores.
  7963.         Shareware, binary only.
  7964.         Author:  Steve Jacobs and Jim Boyd
  7965.  
  7966. ReSourceDemo    A demo version of ReSource, an interactive disassembler
  7967.         for the Amiga.  This is a complete version except that
  7968.         the "save" features have been disabled.  Version 0.36,
  7969.         binary only.
  7970.         Author:  Glen McDiarmid
  7971. This is disk 193 of the freely distributable AMIGA software library.
  7972. Below is a listing of the significant directories and their contents.
  7973.  
  7974.  
  7975. KeyMapEd    Allows you to change the KeyMaps used with SetMap.
  7976.         This is a full featured editor providing support for
  7977.         normal, string and dead keys.  The keyboard represented
  7978.         is from an A2000/A500 but it is fully compatible with
  7979.         A1000 keyboards.  Version 1.02, includes source.
  7980.         Author:  Tim Friest
  7981.  
  7982. Zc        This is a modified version of the Sozobon C compiler
  7983.         from disk 171.  It has been modified to generate code
  7984.         compatible with the A68k assembler from disk 186 and
  7985.         a new frontend control program makes it easy to use
  7986.         like the UNIX "cc" frontend.  Version 1.01, includes
  7987.         source.
  7988.         Author:  Johann Ruegg; Amiga work by Joe Montgomery
  7989. This is disk 194 of the freely distributable AMIGA software library.
  7990. Below is a listing of the significant directories and their contents.
  7991.  
  7992.  
  7993. Moria        A single player dungeon simulation.  The object of the
  7994.         game is to defeat the Balrog, which lurks in the deepest
  7995.         levels of the dungeon.  You begin at the town level above
  7996.         the dungeon, where you may acquire supplies, weapons, armor,
  7997.         and magical devices by bartering with various shop owners,
  7998.         before descending into the dungeon to do battle.  Amiga
  7999.         enhancements include pull down menus, graphics mode, pickup
  8000.         mode, a continuous move mode, a real time mode, a message
  8001.         wait time mode, as well as other modifications to improve
  8002.         overall playability and to take advantage of the unique
  8003.         features of the Amiga.  Version 3.0, binary only, requires
  8004.         at least 1Mb of memory.
  8005.         Author:  Robert Alan Koeneke and others.  Amiga version
  8006.              by Richard Henderson and others.
  8007. This is disk 195 of the freely distributable AMIGA software library.
  8008. Below is a listing of the significant directories and their contents.
  8009.  
  8010.  
  8011. MicroEMACS    Version 3.10 of Daniel Lawrence's variant of Dave
  8012.         Conroy's microemacs.  This is an update to the version
  8013.         released on disk 119.  New features include multiple
  8014.         marks, more function key support, a better crypt algorithm,
  8015.         and end-of-word command, a command line switch for setting
  8016.         environment variables, new hooks for macros, a command
  8017.         to strip trailing whitespace, internationalization
  8018.         features like foreign language message support, horizontal
  8019.         window scrolling, much faster search algorithm, Amiga
  8020.         intuition support, and more.  Includes source and extensive
  8021.         online documentation.
  8022.         Author:  Dave Conroy, MANY enhancements by Daniel Lawrence
  8023. This is disk 196 of the freely distributable AMIGA software library.
  8024. Below is a listing of the significant directories and their contents.
  8025.  
  8026.  
  8027. HamPics        These are some of the most stunning digitized pictures
  8028.         yet for the Amiga.  They were scanned at a resolution
  8029.         of 4096 by 2800 pixels, 36-bits per pixel, on an
  8030.         Eikonix 1435 slide scanner, cropped, gamma corrected,
  8031.         scaled, and converted to Amiga IFF HAM files.  They are
  8032.         displayed with a special ILBM loader that handles
  8033.         overscan HAM images.  Includes source for the display
  8034.         program.
  8035.         Author:  Jonathan Hue
  8036. This is disk 197 of the freely distributable AMIGA software library.
  8037. Below is a listing of the significant directories and their contents.
  8038.  
  8039.  
  8040. CTags        Create a tags file from the specified C, Pascal, Fortran,
  8041.         YACC, lex, or lisp sources.  A tags file can be used
  8042.         by a cooperating editor to quickly locate specified
  8043.         objects in a program's source code.  Berkeley version
  8044.         4.7, includes source.
  8045.         Author:  Ken Arnold, Jim Kleckner, and Bill Joy
  8046.              Ported to Amiga by G. R. (Fred) Walter
  8047.  
  8048. Find        Find is a utility which searches for files that satisfy
  8049.         a given boolean expression of attributes, starting from
  8050.         a root pathname and searching recursively down through
  8051.         the hierarchy of the file system.  Very much like the
  8052.         Unix find program.  Version 1.2, includes source.
  8053.         This is an update to version 1.0 on disk 134.
  8054.         Author:  Rodney Lewis
  8055.  
  8056. FixHunk        A program to modify executable files to allow them to
  8057.         run in external memory.  It forces all DATA and BSS hunks
  8058.         in the file to be loaded into CHIP memory.  CODE hunks will
  8059.         still load into FAST ram if available.  New features
  8060.         include an interactive mode to select where each DATA or
  8061.         BSS hunk will load into memory, support for overlays,
  8062.         support for AC BASIC compiled programs, and support for
  8063.         new hunk types as used by "blink".  Version 2.1, binary
  8064.         only.  This is an update to version 1.2a on disk 36.
  8065.         Author: D.J. James
  8066.  
  8067. Nro        Another roff style text formatter.  This is version 1.5,
  8068.         an update to the version released on disk 79.  New features
  8069.         include generation of ANSI/ISO codes for bold, italics, and
  8070.         underline, more than one formatting command on a line,
  8071.         longer macro names, and many more formatting commands.
  8072.         Includes source.
  8073.         Author:  Unknown, posted to usenet by Alan Vymetalik
  8074.              Many enhancements by Olaf Seibert
  8075.  
  8076. Stevie        A public domain clone of the UNIX 'vi' editor.  Supports
  8077.         window-sizing, arrow keys, and the help key.  Version
  8078.         3.35a, includes source. This is an update to version
  8079.         3.10a on disk 166.
  8080.         Author: Various, Amiga work by G. R. (Fred) Walter
  8081. This is disk 198 of the freely distributable AMIGA software library.
  8082. Below is a listing of the significant directories and their contents.
  8083.  
  8084.  
  8085. Charon        Charon is Bradley's entry for the First Annual Badge
  8086.         Killer Demo Contest.  The text of the demo was written
  8087.         by Lord Dunsany (long before the Amiga).   Bradley
  8088.         created the illustrations and animation.  The sound
  8089.         track is a traditional Scottish tune "The Arran Boat".
  8090.         Author:  Lord Dunsany (1915), Bradley Schenck (1988)This is disk 199 of the freely distributable AMIGA software library.
  8091. Below is a listing of the significant directories and their contents.
  8092.  
  8093.  
  8094. ASimplex    An implementation of the Simplex algorithm for solving
  8095.         linear programs.  It uses the standardized MPSX-format
  8096.         for input data files.  Version 1.2, includes source.
  8097.         Author:  Stefan Forster
  8098.  
  8099. Csh        Version 3.02a of a csh like shell derived from Matt
  8100.         Dillon's shell, version 2.07.  Includes many new or
  8101.         improved commands, some bug fixes, etc.  Includes source.
  8102.         Author:  Matt Dillon, Steve Drew, Carlo Borreo, Cesare Dieni
  8103.  
  8104. MIDIsoft    A program to transfer sound samples between the Amiga
  8105.         and a Roland S-220.  Version 1.0, binary only.
  8106.         Author:  Dieter Bruns
  8107.  
  8108. Pyro        A screen blanking program that goes beyond the normal
  8109.         blanking process.  When there are no input events, pyro
  8110.         takes over and starts a little fireworks display in
  8111.         color.  Version 1.1, binary only.
  8112.         Author:  Steve Jacobs and Jim Boyd
  8113.  
  8114. SnipDemo    Demo version 1.23 of signal processing program sold
  8115.         by Digital Dynamics.  Binary only.
  8116.         Author:  John Hodgson
  8117.  
  8118. Viewer        A very small program for displaying IFF pictures
  8119.         of any resolution.  This one is written in assembly
  8120.         code and is only 988 bytes long.  Binary only.
  8121.         Author:  Mike McKittrick
  8122. This is disk 200 of the freely distributable AMIGA software library.
  8123. Below is a listing of the significant directories and their contents.
  8124.  
  8125.  
  8126. NotBoingAgain    This is Dr. Gandalf's entry for the First Annual
  8127.         Badge Killer Demo Contest.  It is an interlaced
  8128.         HAM animation with nicely integrated sound effects.
  8129.         It is a great visual pun on the original Boing
  8130.         demo, but to say anymore would ruin the effect.
  8131.         Binary only, requires 1 Mb of memory.
  8132.         Author:  Dr. Gandalf (Eric J. Fleischer, MD)
  8133.  
  8134. Tank        This is Vincent's entry for the First Annual Badge
  8135.         Killer Demo Contest.  It is an animation of a
  8136.         "fishtank simulator", with sound effects and a cute
  8137.         twist.  Binary only.
  8138.         Author:  Vincent H. LeeThis is disk 201 of the freely distributable AMIGA software library.
  8139. Below is a listing of the significant directories and their contents.
  8140.  
  8141.  
  8142. Draco        Update to Chris Gray's Draco distribution for the Amiga.
  8143.         Enhancements include support for floating point, register
  8144.         variables, more optimization, improved call/return
  8145.         standard, etc.  This is version 1.2, an update to the
  8146.         version on disk 76.  Requires documentation from disk 77
  8147.         to complete the distribution kit.  Binary only.
  8148.         Author:  Chris Gray
  8149.  
  8150. DropCloth    DropCloth lets you place a pattern, a 2 bitplane IFF
  8151.         image or a combination of a pattern and image, into
  8152.         the WorkBench backdrop.  This is version 2.4, an update
  8153.         to version 2.2 on disk 128.  Shareware, binary only.
  8154.         Author:  Eric Lavitsky
  8155. This is disk 202 of the freely distributable AMIGA software library.
  8156. Below is a listing of the significant directories and their contents.
  8157.  
  8158.  
  8159. SlavicFonts    A whole bunch of new fonts from Robin LaPasha.  Version 1.0.
  8160.         Author:  Robin LaPasha
  8161.  
  8162. Vlt        VLT is both a VT100 emulator and a Tektronix (4014 plus
  8163.         subset of 4105) emulator, currently in use at SLAC
  8164.         (Stanford Linear Accelerator Center).  Although the VT100
  8165.         part was originally based on Dave Wecker et al.'s VT100,
  8166.         many enhancements were made. The program requires ARP, and
  8167.         it has an ARexx port.  XMODEM 1K/CRC and Kermit protocol
  8168.         support also included.  Version 3.656, binary only.
  8169.         Author:  Willy Langeveld
  8170. This is disk 203 of the freely distributable AMIGA software library.
  8171. Below is a listing of the significant directories and their contents.
  8172.  
  8173. Examples    Assembly and C code examples, including some old
  8174.         favorites (like speechtoy and yachtc3) downcoded to
  8175.         assembly language.  Includes a replacement for the
  8176.         official audio device, an example of creating a
  8177.         subtask, a rewrite in assembly of R. J. Mical's
  8178.         file requester, an example of installing a custom
  8179.         input handler ahead of intuition, and more.
  8180.         Author:  Jim Fiore and Jeff Glatt
  8181.  
  8182. GurusGuide    The source files for all examples published in the
  8183.         "Guru's Guide, Meditation #1: Interrupts" by Carl
  8184.         Sassenrath, the architect of the Amiga's low-level
  8185.         multitasking operating system and designer of Exec.
  8186.         Author:  Carl Sassenrath
  8187.  
  8188. Isam        A library of routines to access relational data base
  8189.         systems using the Index Sequential Access Method (ISAM).
  8190.         This is beta version 0.9, binary only.
  8191.         Author:  Kai Oliver Ploog
  8192. This is disk 204 of the freely distributable AMIGA software library.
  8193. Below is a listing of the significant directories and their contents.
  8194.  
  8195. FileReq        A simple file requestor, written as an exercise by the
  8196.         author to see how easy it would be (it wasn't).  Includes
  8197.         source.
  8198.         Author:  Jonathan Potter
  8199.  
  8200. GnuGrep        The grep program from the GNU project.  Replaces grep
  8201.         fgrep, egrep, and bmgrep.  Currently does not expand
  8202.         Amiga style wildcards, so if you wish to scan multiple
  8203.         files you will need to use it with a shell that does this
  8204.         for you.  Version 1.3, includes source.
  8205.         Author:  Mike Haertel, James Woods, Arthur Olson, Richard
  8206.                          Stallman, Doug Gwyn, Scott Anderson, Henry Spencer
  8207.  
  8208. HAMCu        Installs a custom copper list for the current active view
  8209.         (usually workbench) that contains all the colours from 0x000
  8210.         to 0xfff.  A neat effect and an easy way to show off the
  8211.         color capabilities of the Amiga.  Includes source.
  8212.         Author:  Jonathan Potter
  8213.  
  8214. Image-Ed    An shareware icon editor submitted by the author for
  8215.         inclusion in the library.  Suggested shareware donation
  8216.         of $20.  Version 1.8, binary only.
  8217.         Author:  Jonathan Potter
  8218.  
  8219. JPClock        A short clock program that is just packed with features.
  8220.         Includes source.
  8221.         Author:  Jonathan Potter
  8222.  
  8223. MouseBounce    A short hack/game that makes your mouse pointer bounce
  8224.         around the screen.  The object is to close the MouseBounce
  8225.         window and exit the game.  Each time you click the mouse
  8226.         button, the pointer speeds up.  Includes source.
  8227.         Author:  Jonathan Potter
  8228.  
  8229. PopDir        A small utility which "pops open" to help you look at the
  8230.         contents of a particular directory on demand.  Version 1.4,
  8231.         includes source.
  8232.         Author:  Jonathan Potter
  8233.  
  8234. PopInfo        A small utility which "pops open" to give you information
  8235.         about the status of your devices and memory.  Version 2.9,
  8236.         includes source.
  8237.         Author:  Jonathan Potter
  8238.  
  8239. Teacher        Teacher is a short, simple hack.  I won't spoil the fun
  8240.         by telling you what it does.  Includes source.
  8241.         Author:  Jonathan Potter
  8242. This is disk 205 of the freely distributable AMIGA software library.
  8243. Below is a listing of the significant directories and their contents.
  8244.  
  8245. Bally        Amiga port of the former arcade game named Click.  This
  8246.         version now has sound effects.  Version II, an update to
  8247.         the version released on disk 181.  Binary only, shareware.
  8248.         Author:  Oliver Wagner
  8249.  
  8250. BattleForce    A nicely done shareware game, submitted by the author,
  8251.         that simulates combat between two or more giant, robot-like
  8252.         machines.  Binary only, version 3.01.
  8253.         Author:  Ralph Reed
  8254.  
  8255. Chess        A port of a chess game posted to Usenet.  This is an update
  8256.         to the version first included on disk 96.  It has been
  8257.         upgraded to use an Amiga Intuition interface.  Version 2.0,
  8258.         binary only.
  8259.         Author:  John Stanback; ported to Amiga by Bob Leivian
  8260.              Version 2.0 upgrades by Alfred Kaufmann
  8261. This is disk 206 of the freely distributable AMIGA software library.
  8262. Below is a listing of the significant directories and their contents.
  8263. All of this material is from the 1988 Badge Killer Demo Contest.
  8264.  
  8265. Brownian    A demo based on both fractal theory and brownian motion.
  8266.         Includes source.
  8267.         Author:  John M. Olsen
  8268.  
  8269. Hawk        A stereo image of a hawk.  Requires red/green stereo
  8270.         glasses to view.
  8271.         Author:  Unknown (no documentation included)
  8272.  
  8273. MemFlick    Treats all the memory in your Amiga like it was part of
  8274.         a bitplane inside a graphics display.  Provides sort of a
  8275.         graphical picture of your memory usage.  Binary only.
  8276.         Author:  Jim Webster
  8277.  
  8278. PeX        A demo of the various graphics capabilities of the Amiga.
  8279.         Author:  Unknown (no documentation included)
  8280.  
  8281. PictureGarden    Another demo, apparently in compiled basic.
  8282.         Author:  Unknown (no documentation included)
  8283.  
  8284. StereoDemo    A demo of stereoscopic graphics, written in assembly
  8285.         language.  Requires red/green stereo glasses to view.
  8286.         Includes sources.
  8287.         Author:  David M. McKinstry
  8288.  
  8289. Triple        Three demos of some of the Amiga's graphics and sound
  8290.         capabilities.  Binary only.
  8291.         Author:  Tomas Rokicki
  8292. This is disk 207 of the freely distributable AMIGA software library.
  8293. Below is a listing of the significant directories and their contents.
  8294.  
  8295. Coyote        Gene's entry to the 1988 Badge Killer Demo contest.
  8296.         A very cute (and large) animation.  Requires about
  8297.         1900 blocks of disk space, so it is distributed in
  8298.         "arc format".
  8299.         Author:  Gene Brawn
  8300. This is disk 208 of the freely distributable AMIGA software library.
  8301. Below is a listing of the significant directories and their contents.
  8302.  
  8303. AsteroidField    This is Michael's entry for the 1988 Badge Killer Demo
  8304.         Contest.  It is a large animation of a spacecraft flying
  8305.         madly through an asteroid field (chased by unseen foes)
  8306.         that includes a couple of near misses.
  8307.         Author:  Michael PowellThis is disk 209 of the freely distributable AMIGA software library.
  8308. Below is a listing of the significant directories and their contents.
  8309.  
  8310. Bowl        This is Vern's entry for the 1988 Badge Killer Demo
  8311.         Contest.  It is a Sculpt-Animate animation that shows
  8312.         three colored balls flying in circles above a mirrored
  8313.         bowl.  Rendering the animation took about 2 weeks.
  8314.         Distributed in zoo format because of its size (zoo
  8315.         program included for easy unpacking).
  8316.         Author:  Vern Staats
  8317.  
  8318. Dps        A program designed to work with the PrintScript program,
  8319.         a commercial PostScript interpreter for the Amiga, to
  8320.         provide a page previewer.  This is version 1.1 and includes
  8321.         source.
  8322.         Author:  Allen Norskog
  8323. This is disk 210 of the freely distributable AMIGA software library.
  8324. Below is a listing of the significant directories and their contents.
  8325.  
  8326. Calc        A very nicely done scientific/programmer/plotter calculator.
  8327.         The scientific portion has most of the operations found on
  8328.         the more popular handhelds. The programmer portion has all
  8329.         the special hex/binary/decimal conversions as well as
  8330.         register operations like ASL, ROL, LSL, AND, OR, XOR, etc.
  8331.         The plotter portion will plot equations.  Other features
  8332.         include 26 memories, full mouse or keyboard operation,
  8333.         pull-down menus, and iconization.  Version 3.0, binary only.
  8334.         Author:  Jimmy Yang
  8335.  
  8336. LabelPrint    A program that allows you to easily print labels for
  8337.         your disks.  Version 1.9, shareware, binary only (source
  8338.         available from author).
  8339.         Author:  Andreas Krebs
  8340.  
  8341. NuHand        An animation of a hand with fingernails scrapeing on a
  8342.         desktop, including sound effects.  This is Bryan's entry
  8343.         for the 1988 Badge Killer Demo Contest.  Binary only.
  8344.         Author:  Bryan Carey Gallivan
  8345. This is disk 211 of the freely distributable AMIGA software library.
  8346. Below is a listing of the significant directories and their contents.
  8347.  
  8348.  
  8349. AmigaWave    This is Allen's entry to the 1988 Badge Killer Demo
  8350.         Contest.  It is an animation with sound effects.
  8351.         Author:  Allen Hastings
  8352.  
  8353. Esperanto    A keymap modification to usa1 which, in conjunction with
  8354.         the supplied slate.font, will allow one to type in Esperanto
  8355.         and Welsh, in any program that will use keymaps and fonts.
  8356.         Author:  Glyn Gowing
  8357.  
  8358. Image-Ed    An shareware icon editor submitted by the author for
  8359.         inclusion in the library.  Suggested shareware donation
  8360.         of $20.  Version 1.9, binary only.  Fixes a serious bug
  8361.         in the 1.8 version on disk 204.
  8362.         Author:  Jonathan Potter
  8363.  
  8364. SignFont    A keymap and font that will allow the user to be able
  8365.         to type in American Sign Language, provided that one
  8366.         knows the font.
  8367.         Author:  Glyn Gowing
  8368.  
  8369. VirusControl    A new virus detection and control program that checks
  8370.         disks during insertion, protects from link viruses,
  8371.         shows bootblock on a screen, periodically checks system
  8372.         vectors, controls access to files with a requester, etc.
  8373.         Version 1.3, includes full assembly language source code.
  8374.         Author:  Pius NippgenThis is disk 212 of the freely distributable AMIGA software library.
  8375. Below is a listing of the significant directories and their contents.
  8376.  
  8377.  
  8378. Alice        This animation is Carey's entry to the 1988 Badge
  8379.         Killer Demo Contest.
  8380.         Author:  Carey T. Pelto
  8381.  
  8382. DiskSalv    A disk recovery program for all Amiga file system devices
  8383.         that use either the Amiga Standard File System or the
  8384.         Amiga Fast File System.  Disksalv creates a new filesystem
  8385.         structure on another device, with as much data salvaged from
  8386.         the original device as possible.  This is an update to the
  8387.         version released on disk 177.  Binary only.
  8388.         Author:  Dave Haynie
  8389.  
  8390. DogsWorld    This animation is Charles' entry to the 1988 Badge
  8391.         Killer Demo Contest.
  8392.         Author:  Charles VonerThis is disk 213 of the freely distributable AMIGA software library.
  8393. Below is a listing of the significant directories and their contents.
  8394.  
  8395.  
  8396. Cucug        This animation of the Champaign-Urbana Commodore Users
  8397.         Group logo was submitted to the 1988 Badge Killer Demo
  8398.         Contest by Ed Serbe.
  8399.         Author:  Ed Serbe
  8400.  
  8401. Icons        Almost 300 icons in eight (!) colors.  Uses a special
  8402.         program to get an eight color workbench to display these
  8403.         icons, which were made with DPaintII and IconGen.  Most
  8404.         icons are miniatures of the main screen of their
  8405.         corresponding programs, or the picture they show, made
  8406.         with "iconize" and "recolor" from disk 85.
  8407.         Author:  Wolf-Peter Dehnick
  8408. This is disk 214 of the freely distributable AMIGA software library.
  8409. Below is a listing of the significant directories and their contents.
  8410.  
  8411. ArcPrep        ArcPrep prepares files and/or directories for archival
  8412.         with arc or any other program that can't scan through
  8413.         different directories and/or handle long filenames.
  8414.         Version 2.1, includes source.
  8415.         Author:  Garry Glendown
  8416.  
  8417. MandelVroom    A Mandelbrot/Julia-curve generating program that features
  8418.         five numerical generators (integer, ffp, ieee, 020, and 
  8419.         020/881) in hand-crafted assembly for maximum speed, online
  8420.         mouse selectable help for all functions, generation of
  8421.         multiple pictures simultaneously, a sophisticated user
  8422.         interface with shaded gadgets, etc.  Some of the other
  8423.         features include zoom, magnify, color-cycling, contouring,
  8424.         auto-contouring, histogram, statistics, presets, extra-
  8425.         halfbrite support, overscan, orbits, pan mode, and more.
  8426.         Requires 1Mb or more of memory.  This is the source to
  8427.         version 2.0, an update to the version on disk 78.  A
  8428.         compiled binary, along with help files and example
  8429.         images, can be found on disk 215.
  8430.         Author:  Kevin Clague
  8431.  
  8432. MemDiag        A memory diagnostic program to identify addresses which
  8433.         produce memory errors, and a memory quarantine program
  8434.         which removes such defective addresses from the system's
  8435.         free memory list, until such time as the hardware errors
  8436.         can be corrected.  Version 1.1, includes source.
  8437.         Author:  Fabbian Dufoe
  8438.  
  8439. RunBack        Another step in the evolution of Rob Peck's RunBackGround
  8440.         program, from disks 73 and 152.  Allows you to start a new
  8441.         CLI program and run it in the background, then closes the
  8442.         new CLI.  This version has been enhanced to use the NULL:
  8443.         device by Gunnar Nordmark (included), which is a "real"
  8444.         device, so it solves problems with previous versions of
  8445.         RunBack which used the Nil: "fake" device, causing many
  8446.         crashes.  Includes source.
  8447.         Author:  Rob Peck, Daniel Barrett, Tim Maffett
  8448.  
  8449. SmartIcon    This shareware program, submitted by the author,
  8450.         is an Intuition objects iconifier.  Version 1.0
  8451.         is limited to iconifying windows, which is still
  8452.         very handy.  It adds a new "iconify gadget" to
  8453.         each window, that when clicked on, iconifies the
  8454.         window into an icon in the ram: disk.  This is the
  8455.         same version as released on disk 134, but now includes
  8456.         the source code.
  8457.         Author:  Gauthier Groult
  8458. This is disk 215 of the freely distributable AMIGA software library.
  8459. Below is a listing of the significant directories and their contents.
  8460.  
  8461.  
  8462. MandelVroom    A Mandelbrot/Julia-curve generating program that features
  8463.         five numerical generators (integer, ffp, ieee, 020, and 
  8464.         020/881) in hand-crafted assembly for maximum speed, online
  8465.         mouse selectable help for all functions, generation of
  8466.         multiple pictures simultaneously, a sophisticated user
  8467.         interface with shaded gadgets, etc.  Some of the other
  8468.         features include zoom, magnify, color-cycling, contouring,
  8469.         auto-contouring, histogram, statistics, presets, extra-
  8470.         halfbrite support, overscan, orbits, pan mode, and more.
  8471.         Requires 1Mb or more of memory.  This is version 2.0,
  8472.         an update to the version on disk 78.  Source is available
  8473.         on disk 214.
  8474.         Author:  Kevin Clague
  8475. This is disk 216 of the freely distributable AMIGA software library.
  8476. Below is a listing of the significant directories and their contents.
  8477.  
  8478.  
  8479. BackDrop    Backdrop allows you to define a pattern which will then
  8480.         be displayed on the workbench screen in the normally 
  8481.         empty area behind all the windows.  Similar in concept
  8482.         to DropCloth, but this one does not require workbench
  8483.         to be loaded (and does not cohabit very well with
  8484.         workbench).  Includes source.
  8485.         Author:  Eddy Carroll
  8486.  
  8487. C64Emul        An April Fools spoof that turns your Amiga into a C64,
  8488.         or at least makes it look that way.  Includes source.
  8489.         Author:  Eddy Carroll
  8490.  
  8491. Cloud        A program that generates and displays fractal surfaces
  8492.         that look remarkably like clouds.  Based on ideas from
  8493.         the book "Fractals" by Jens Feder.  Binary only.
  8494.         Author:  Mike Hall
  8495.  
  8496. PrtSpool    A DOS handler, a print program, and a control program
  8497.         that implement a print spooling system.  Like PRT:, the
  8498.         DOS handler waits for stuff to be sent to it to be 
  8499.         printed.  The print program does line numbering and
  8500.         page headers.  The control program handles administrative
  8501.         functions.  Binary only.
  8502.         Author:  Daniel Barrens
  8503.  
  8504. VirusX        Version 3.20 of the popular virus detection/vaccination
  8505.         program.  Features a test for 8 new viruses since the
  8506.         3.10 version on disk 175.  Includes source.
  8507.         Author:  Steve Tibbett
  8508.  
  8509. Wanderer    A neat little game with graphics and sound, ported
  8510.         from the Unix version, originally written on a Sun
  8511.         workstation.  The idea for Wanderer came from games
  8512.         such as Boulderdash, Xor, and the Repton games from
  8513.         Superior Software.  Includes a builtin editor for
  8514.         extending the game by adding additional screens.
  8515.         Version 2.2, includes source.
  8516.         Author:  Steven Shipway and others.  Amiga port by
  8517.              Alan Bland
  8518. This is disk 217 of the freely distributable AMIGA software library.
  8519. Below is a listing of the significant directories and their contents.
  8520.  
  8521.  
  8522. AntiCBS        An animation cooked up by Leo in protest of CBS's coverage
  8523.         of the Hacker's Conference in Oct 88.  After reading the
  8524.         transcript I was angered enough to feel this needed
  8525.         widespread distribution, even though it is quite old.
  8526.         Author:  Leo 'Bols Ewhac' Schwab
  8527.  
  8528. Echo        A small replacement for the AmigaDOS echo that will do
  8529.         some special functions, such as clear the screen, delete
  8530.         to bottom of screen, scroll the screen, place the cursor
  8531.         at a particular location, and set the text style and/or
  8532.         color.  Includes source.
  8533.         Author:  Garry Glendown
  8534.  
  8535. InstallBeep    This program replaces the DisplayBeep function so that an
  8536.         IFF 8SVX sound is played instead of the screen flashing.
  8537.         The PlayBeep function runs as a task in the background and
  8538.         runs asynchronously so the length of the sound does not
  8539.         slow anything down.  Includes a couple of sample sound
  8540.         files.  Version 1.1, binary only.
  8541.         Author:  Tim Friest and Don Withey
  8542.  
  8543. SnipIt        An input handler wedge which allows you to clip text from
  8544.         any window and then paste that text anywhere, as though
  8545.         you had typed it on the keyboard.  You mark the text you
  8546.         want to "snip" using the mouse, and then use the mouse to
  8547.         "paste" the last snipped text into the active window, 
  8548.         requester, or anywhere.  Version 1.2, includes source.
  8549.         Author:  Scott Evernden
  8550.  
  8551. SonixPeek    A utility to let you list all the instruments used by one
  8552.         or more Aegis Sonix score files.  It can scan individual
  8553.         files, or search one or more directories, checking all
  8554.         score files in each directory.  The output is a list of
  8555.         all the instruments you need to have present in order to
  8556.         be able to play the indicated score files.  Includes source.
  8557.         Author:  Eddy Carroll
  8558.  
  8559. Stevie        A public domain clone of the UNIX 'vi' editor.  Supports
  8560.         window-sizing, arrow keys, and the help key.  Version
  8561.         3.6, includes source. This is an update to version
  8562.         3.35a on disk 197.
  8563.         Author: Various, Amiga work by G. R. (Fred) Walter
  8564. This is disk 218 of the freely distributable AMIGA software library.
  8565. Below is a listing of the significant directories and their contents.
  8566.  
  8567.  
  8568. EdLib        A library of additional functions for Manx.  This is
  8569.         version 1.1, an update to version 1.0 from disk    183.
  8570.         Includes source.
  8571.         Author:  Edwin Hoogerbeets with C-functions from several
  8572.              different authors
  8573.  
  8574. Mandel        Another mandelbrot generator program, with bits and pieces
  8575.         of code from C. Heath and R.J. Mical.  This is version 1.3,
  8576.         an update to the version on disk 111.  New features and
  8577.         improvements include an ARexx interface, coordinates in
  8578.         sight, more state info saved with a picture, batch files,
  8579.         programmable functions, and more plotting options.
  8580.         Includes source.
  8581.         Author:  Olaf Seibert
  8582.  
  8583. Maze        A program that lets you build mazes and then solve them.
  8584.         Mazes can be trivial one level mazes to very difficult
  8585.         three level mazes.  Version 1.2, includes source.
  8586.         Author:  Todd Lewis
  8587.  
  8588. PcPatch        Patches for PCCopy and PCFormat from the EXTRAS disk,
  8589.         to allow reading, writing, and formatting of any kind of
  8590.         MS-Dos style disks, including 720K 3.5" diskettes.  Binary
  8591.         only. This is an update to the version on disk 163.
  8592.         Author:  Werner Guenther
  8593.  
  8594. Scanner        Scanner makes commented C code of all intuition structures
  8595.         in memory.  The structures will receive correct pointers
  8596.         towards each other.  Scanner starts looking at 
  8597.         IntuitionBase, and follows all pointers, storing them in
  8598.         memory.  When finished, it writes all the structures to
  8599.         the standard output.  Version 1.0, includes source.
  8600.         Author:  Stefan Parmark
  8601.  
  8602. Worm        An Amiga implementation of the classic "worms" program,
  8603.         based on an article in the Dec 1987 issue of Scientific
  8604.         American.  You can specify the size and length of the
  8605.         worms, and the number of worms.  Includes source.
  8606.         Author:  Brad Taylor, Amiga port by Chuck McManis
  8607. This is disk 219 of the freely distributable AMIGA software library.
  8608. Below is a listing of the significant directories and their contents.
  8609.  
  8610.  
  8611. DeepSky        A database containing information on 10,368 non-stellar
  8612.         objects, 600 color contrasting easily resolved double
  8613.         stars, 70 stars for setting circles, and misc white
  8614.         dwarfs, red stars, binaries, etc.  The database is
  8615.         distributed in zoo format, and is about 1.2 Mb after
  8616.         extraction.  Version 5.0.
  8617.         Author:  Saguaro Astronomy Club
  8618.  
  8619. Mv        A Unix style mv/cp/rm program that moves, copies, or
  8620.         removes files.  Includes interactive mode, recursive mode,
  8621.         and force quiet mode.  Copies file permissions, dates,
  8622.         and comments, supports arp style wildcards, supports moves
  8623.         across volumes, honors the delete bit.  Version 1.1,
  8624.         includes source.
  8625.         Author:  Edwin Hoogerbeets
  8626. This is disk 220 of the freely distributable AMIGA software library.
  8627. Below is a listing of the significant directories and their contents.
  8628.  
  8629.  
  8630. DNet        A link protocol that provides essentially an unlimited
  8631.         number of reliable connections between processes on
  8632.         two machines, where each end of the link can be
  8633.         either an Amiga or a Unix (BSD4.3) machine.  Works
  8634.         on the Amiga with any EXEC device that looks like the
  8635.         serial.device.  Works on UNIX with tty and socket
  8636.         devices.  Achieves better than 95% average throughput
  8637.         on file transfers.  This is version 2.0, an update to
  8638.         version 1.20 released on disk 145.  Includes sources
  8639.         for both the Amiga and Unix versions.
  8640.         Author:  Matt Dillon
  8641.  
  8642. This is disk 221 of the freely distributable AMIGA software library.
  8643. Below is a listing of the significant directories and their contents.
  8644.  
  8645.  
  8646. AllocMaster    Allocmaster is a program inspired by Nick Sullivan's
  8647.         "Reserve" article in Amiga Transactor, for controlling
  8648.         the amount of both Chip and Fast memory available to
  8649.         the rest of the system.  It is very useful for testing
  8650.         applications in low-memory situations.  It also has
  8651.         a snapshot feature to report differences in available
  8652.         memory before and after running an application.  Version
  8653.         1.17, binary only.
  8654.         Author:  John Gerlach Jr.
  8655.  
  8656. ANSIEd        Demo version of an ANSI screen file editor.  It allows you
  8657.         to easily create and modify a screen of ANSI-style
  8658.         text/graphics on the Amiga.  The standard ANSI color set
  8659.         (red, green, yellow, blue, magenta, cyan, white) and text
  8660.         styles (plain, boldface, underlined, italic) are provided,
  8661.         along with some simple editing and drawing functions.  This
  8662.         demo version has the save features disabled. Version 1.2.0aD,
  8663.         binary only.
  8664.         Author:  Gregory Epley
  8665.  
  8666. BallyII        Amiga port of the former arcade game named Click.  This
  8667.         version adds a "cheat" mode and fixes some minor bugs.
  8668.         Version II+, an update to the version released on disk
  8669.         205.  Binary only, shareware.
  8670.         Author:  Oliver Wagner
  8671.  
  8672. DFrame        A utility that helps you to create animated bobs.  It
  8673.         installs itself in DPaint II, after which you can draw
  8674.         each bob in DPaint II within its own frame and check the
  8675.         animation by calling DFrame from within DPaint.  Version
  8676.         1.02, binary only.
  8677.         Author:  Jan Buitenhuis
  8678.  
  8679. IFFM2        Demo version of an IFF support module for Interface
  8680.         Technologies M2Amiga Modula-2 system.  Includes a version
  8681.         of ViewILBM (with source) that uses the IFF support routines.
  8682.         Version 1.0.0D, binary only.
  8683.         Author:  Gregory Epley
  8684.  
  8685. Steinschlag    A tetris like game (Steinschlag means "Falling Rock")
  8686.         submitted by the author.  Version 1.5, binary only.
  8687.         Author:  Peter Handel
  8688. This is disk 222 of the freely distributable AMIGA software library.
  8689. Below is a listing of the significant directories and their contents.
  8690.  
  8691.  
  8692. MemGauge    A tool to display the current memory usage, very much
  8693.         like the usage bar Workbench displays in root directories.
  8694.         Version 1.4, includes source.
  8695.         Author:  Olaf 'Olsen' Barthel
  8696.  
  8697. Mischief    This little program is in the long tradition of "display
  8698.         hacks".  It uses the input.device to perform various acts
  8699.         of mischief.  Includes source.
  8700.         Author:  Olaf 'Olsen' Barthel
  8701.  
  8702. Plplot        A library of C functions useful for scientific plotting
  8703.         on the Amiga.  The library is Lattice C compatible.
  8704.         Contour plotting, three dimensional plotting, axis
  8705.         redefinition, log-log plotting and multiple subpages are
  8706.         a few of Plplot's features.  The plots can be displayed
  8707.         on a monitor or sent to a graphics file for subsequent
  8708.         printing.  Version 1.00, includes source.
  8709.         Author:  Tony Richardson
  8710. This is disk 223 of the freely distributable AMIGA software library.
  8711. Below is a listing of the significant directories and their contents.
  8712.  
  8713.  
  8714. Csh        Version 3.03a of a csh like shell derived from Matt
  8715.         Dillon's shell, version 2.07.  This is an update to the
  8716.         version on disk 199.  Includes a couple of new filter
  8717.         commands, new dir option, new editing options, sourcing
  8718.         of a standard startup file, and some bug fixes.  Includes
  8719.         source.
  8720.         Author:  Matt Dillon, Steve Drew, Carlo Borreo, Cesare Dieni
  8721.  
  8722. FixDisk        A program to recover as much as possible from a defective
  8723.         disk.  It can sometimes recover damaged (unreadable)
  8724.         tracks, check file integrity, check the directory 
  8725.         structure, undelete files, copy or show files, fix
  8726.         corrupted directory pointers, etc.  Full intuition
  8727.         interface.  Version 1.0, binary only.
  8728.         Author:  Werner Guenther
  8729.  
  8730. GravSim        A program to animate up to 6 planetary masses, all of
  8731.         which exert a mutual gravitational force on each other.
  8732.         The planetary masses can be placed anywhere on the screen,
  8733.         and their mass and initial velocity can be determined by
  8734.         the user.  The program then steps the animation through
  8735.         time, plotting and displaying the new position in the
  8736.         trajectory of each mass.  Version 1.50, includes source.
  8737.         Author:  Richard Frost
  8738.  
  8739. Iff2Sun        A small utility for those of you who may have access to a 
  8740.         Sun workstation.  Takes an Amiga IFF file and converts it to
  8741.         a Sun rasterfile format.  This version is an update to the
  8742.         version released on disk 174, with better parsing, support
  8743.         for HAM mode, and some bug fixes.  Source only, as the
  8744.         program needs to be re-compiled and run from a Sun.
  8745.         Authors:  Steve Berry, Mark Thompson 
  8746.  
  8747. IFFtoSUN    This program takes a standard IFF format image and trans-
  8748.         lates it into a SUN rasterfile format, like the Iff2Sun
  8749.         program also on this disk.  However, this one runs on the
  8750.         Amiga.  Version 1.31, includes source.
  8751.         Author:  Richard Frost
  8752.  
  8753. Paccer        A pacman clone with sound and a game screen editor. This
  8754.         is version 1.0, shareware, binary only.
  8755.         Author:  Dirk Hoffman
  8756.  
  8757. PopInfo        A small utility which "pops open" to give you information
  8758.         about the status of your devices and memory.  This is
  8759.         version 3.0, an update to the version on disk 204.
  8760.         Includes source.
  8761.         Author:  Jonathan Potter
  8762.  
  8763. SetCPU        A program designed to allow the user to detect and modify
  8764.         various parameters related to 32 bit CPUs.  Includes
  8765.         commands to enable or disable the text/data caches,
  8766.         switch on or off the '030 burst cache line fill request,
  8767.         use the MMU to run a ROM image from 32-bit memory, and
  8768.         to report various parameters when called from a script.
  8769.         This is version 1.5, an update to version 1.4 on disk 187.
  8770.         Includes source.
  8771.         Author:  Dave Haynie
  8772. This is disk 224 of the freely distributable AMIGA software library.
  8773. Below is a listing of the significant directories and their contents.
  8774.  
  8775.  
  8776. CLImax        For all those people who wish that their CLI windows had
  8777.         25 lines of 80 characters just like an old fashioned non-
  8778.         windowing computer, the answer is here.  CLImax creates a
  8779.         borderless backdrop CLI window on a custom screen.  Also
  8780.         thrown in is MoveSys, which reassigns SYS:, C:, S:, L:,
  8781.         DEVS:, LIBS:, and FONTS: to a new volume with one simple
  8782.         "pure" command.  Includes source.
  8783.         Author:  Paul Kienitz
  8784.  
  8785. KickMem        A program for A1000 hardware hackers that have done the
  8786.         Amazing Computing 512K upgrade.  KickMem will patch your
  8787.         1.2 or 1.3 kickstart disk to perform addmem during
  8788.         kickstart.  This allows warm boot surviveability of ram
  8789.         disk devices and eliminates addmem commands from your
  8790.         startup sequence.  Version 2.0, includes source.
  8791.         Author:  Dave Williams
  8792.  
  8793. MoreIsBetter    These two hacks make MORE more useful.  One is called V;
  8794.         it's a small "pure" CLI command that acts as a front end
  8795.         for More, causing it to create its own window.  Make V and
  8796.         More both resident!  The other is Fenestrate, which
  8797.         surgically alters the CON: window spec inside More enabling
  8798.         it to, for instance, use ConMan features to create a
  8799.         borderless window on the topmost screen (very useful with
  8800.         CLImax).  Includes source.
  8801.         Author:  Paul Kienitz
  8802.  
  8803. PetersQuest    This cute game has you, the intrepid Peter, following
  8804.         a trail of hearts through a world of 20 levels, riddled
  8805.         with porcupines and other hazards, to rescue Daphne, the
  8806.         love of your life that has been kidnapped by the evil
  8807.         Brutus.  Version 1.0, binary only.
  8808.         Author:  David Meny
  8809.  
  8810. Who        This is a rewrite of "who", from disk 79, which gives 
  8811.         substantially more elaborate information about the tasks
  8812.         currently running (or waiting) on your Amiga.  Includes
  8813.         source.
  8814.         Author:  George Musser, rewrite by Paul Kienitz
  8815.  
  8816. Xebec        A couple of hacks to make life easier for those who have
  8817.         Xebec hard disks.  One makes it more possible to Mount a
  8818.         Xebec hard disk with the Fast File System, the other is a
  8819.         compact head parking program.  Includes source.
  8820.         Author:  Paul Kienitz
  8821. This is disk 225 of the freely distributable AMIGA software library.
  8822. Below is a listing of the significant directories and their contents.
  8823.  
  8824.  
  8825. AmigaTCP    This is the KA9Q Internet Software Package.  The package 
  8826.         supports IP, ICMP, TCP, UDP, and ARP as basic services, and
  8827.         implements the FTP, Telnet, and SMTP protocols as
  8828.         applications.  It runs on IBM PC and clones, the Apple
  8829.         Macintosh, and the Amiga.  Includes source.
  8830.         Author:  Bdale Garbee, Phil Karn, Brian Lloyd
  8831.  
  8832. MyMenu        This program allows you to add your own menus to the 
  8833.         WorkBench menu strip, to run commonly used commands.
  8834.         MyMenu will allow you to execute both CLI and WorkBench
  8835.         programs, and is configured with a normal text file.
  8836.         Includes source.
  8837.         Author:  Darin Johnson
  8838. This is disk 226 of the freely distributable AMIGA software library.
  8839. Below is a listing of the significant directories and their contents.
  8840.  
  8841.  
  8842. Vlt        VLT is both a VT100 emulator and a Tektronix (4014 plus
  8843.         subset of 4105) emulator, currently in use at SLAC
  8844.         (Stanford Linear Accelerator Center).  Although the VT100
  8845.         part was originally based on Dave Wecker et al.'s VT100,
  8846.         many enhancements were made. The program requires ARP, and
  8847.         it has an ARexx port.  XMODEM 1K/CRC and Kermit protocol
  8848.         support also included.  This is version 4.036, with many
  8849.         enhancements over the previous version, 3.656, included
  8850.         on disk 202.  New features include support for other serial
  8851.         ports, external file transfer protocols, and "chat" mode.
  8852.         Improved behavior on the Workbench.  Tektronix emulation
  8853.         now allows saving IFF files, PostScript files, and
  8854.         printing bitmaps to the printer.  Many other enhancements
  8855.         and bug fixes.  Binary only.
  8856.         Author:  Willy Langeveld
  8857. This is disk 227 of the freely distributable AMIGA software library.
  8858. Below is a listing of the significant directories and their contents.
  8859.  
  8860.  
  8861. MidiLib        A disk based library that permits sharing of the serial
  8862.         port by MIDI applications through a MIDI message routing
  8863.         and processing system.  The midi utilities include a midi
  8864.         monitor to display incoming midi messages to the console,
  8865.         a routing utility, a midi library status utility, and more.
  8866.         This is version 2.0, an update to the version released on
  8867.         disk 101, and includes significant speed enhancements, new
  8868.         utilities to play with MIDI files, and updated utilities,
  8869.         documentation and examples.  Binary only (source for
  8870.         examples and bindings however).
  8871.         Author:  Bill Barton
  8872.  
  8873. PickPacket    PickPacket gives you a visual display of the DosPacket
  8874.         structures that are sent to handlers, and lets you see 
  8875.         the results.  You can actually perform handler operations
  8876.         such as open files, read or write data, Examine or ExNext
  8877.         locks, and so forth, all by talking directly to the file
  8878.         system handler involved using PickPacket.  Version 1.0,
  8879.         includes source.
  8880.         Author:  John Toebes and Doug Walker
  8881.  
  8882. RexxArpLib    A library which originally was supposed to be an ARexx
  8883.         interface to the ARP library.  However, it has also become
  8884.         an interface to various Intuition functions, containing over
  8885.         50 functions including a file requester, string/boolean
  8886.         requester, environment variable functions, simple message
  8887.         window, wildcard expander, etc.  This is version 2.3, an
  8888.         update to version 2.0 on disk 178.  Binary only.
  8889.         Author:  W.G.J. Langeveld
  8890.  
  8891. RexxMathLib    A library which makes various high level math functions
  8892.         such as sin, tangent, log, etc, available in ARexx.
  8893.         Version 1.2 and 1.3, binary only.
  8894.         Author:  W.G.J. Langeveld
  8895. This is disk 228 of the freely distributable AMIGA software library.
  8896. Below is a listing of the significant directories and their contents.
  8897.  
  8898.  
  8899. Az        A nice little text editor that is fast, simple to use,
  8900.         and very Amiga'ized.  Version 1.40, binary only.
  8901.         Author:  Jean-Michel Forgeas
  8902.  
  8903. Glib        A text screen oriented librarian and editor for synths.
  8904.         Supports the TX81Z, DX100, DEP5, DW8000, and K-5.
  8905.         Includes source.
  8906.         Author:  Tim Thompson, Steve Falco, and Alan Bland
  8907.  
  8908. JazzBench    A drop-in multitasking replacement for WorkBench.  It
  8909.         has more features that WorkBench and is fully multitasking
  8910.         (no more waiting for ZZZ clouds).  It allows you to extend
  8911.         it, add your own menus, key shortcuts, etc.  This is alpha
  8912.         version 0.8, binary only.
  8913.         Author:  David Navas
  8914.  
  8915. Xoper        Very comprehensive program to monitor and control system 
  8916.         activity.  Monitor cpu, memory usage, ports, interrupts,
  8917.         devices.  Close windows, screens, show loaded fonts or last
  8918.         Guru code number.  Clean up memory, flush unused libraries,
  8919.         devices, fonts. etc. and a whole bunch more!  Spawns its own
  8920.         process.  A very handy background task to have loaded. 
  8921.         This is version 1.3, an update to version 1.2 on disk 171.
  8922.         Assembly source    included.
  8923.         Author:  Werner Gunther
  8924. This is disk 229 of the freely distributable AMIGA software library.
  8925. Below is a listing of the significant directories and their contents.
  8926.  
  8927.  
  8928. AlarmingClock    A simple alarm clock program with a very alarming
  8929.         "ring", particularly if you hook it up to your
  8930.         stereo and turn up the volume.  Includes source.
  8931.         Author:  Brian Neal
  8932.  
  8933. DrawMap        A program for drawing representations of the Earth's
  8934.         surface.  Can generate flat maps, mercator maps,
  8935.         a globe view, or an orbital view.  Includes source.
  8936.         Author:  Bryan Brown
  8937.  
  8938. Emporos        You are living on the island of Emporos, where several
  8939.         countries exist.  Your goal is to make one of these
  8940.         countries your own.  There is only one way to do this,
  8941.         and you have to find it out.  Binary only.
  8942.         Author:  Roland Richter
  8943.  
  8944. esuoM        A little screen hack that causes the mouse pointer to
  8945.         move in the opposite direction of the mouse.  Includes
  8946.         source.
  8947.         Author:  Rob Eisenhuth
  8948.  
  8949. LeftyMouse    Swaps the functions of the left and right mouse buttons
  8950.         so that Lefties can use the mouse with their left hands.
  8951.         Includes source.
  8952.         Author:  Rob Eisenhuth
  8953.  
  8954. Shuffle        A basic screen shuffler.  Re-defines the key combination
  8955.         Left-Amiga-M to push the FRONT screen to the back, instead
  8956.         of pushing the Workbench screen to the back.  Includes
  8957.         source.
  8958.         Author:  Rob Eisenhuth
  8959.  
  8960. Sim        A simulator for register-transfer nets, which are used to
  8961.         describe hardware systems.  This version also provides
  8962.         a compiler to define new devices in addition to Sim's
  8963.         internal devices.  Version 4.0, binary only.    
  8964.         Author:  Gotz Muller
  8965.  
  8966. This is disk 230 of the freely distributable AMIGA software library.
  8967. Below is a listing of the significant directories and their contents.
  8968.  
  8969.  
  8970. AskTask        Allows you to examine various bits of the task structures
  8971.         of all tasks in the system, from the lists attached to
  8972.         ExecBase.  Diskplays priority, state, flags, stack,
  8973.         signals, etc.  You can also remove tasks, change the
  8974.         priority of a task, or send arbitrary signals to a
  8975.         task.  Version 2/4/89, includes source.
  8976.         Author:  J. Bickers
  8977.  
  8978. Fedup        A random access, byte oriented file-editor that gives
  8979.         you the option of viewing and editing any file (binary
  8980.         or ASCII) using either ASCII or hexadecimal notation.
  8981.         Version 2.1, binary only.
  8982.         Author:  Martin Lindemann
  8983.  
  8984. FileIt        A simple database program, written in DRACO.  It is
  8985.         meant to be portable, thus it does not use any of
  8986.         Intuition's facilities.  Version 1.0, includes source.
  8987.         Author:  John Davis
  8988.  
  8989. NComm        A communications program based on Comm version 1.34, by
  8990.         DJ James, with lots of very nice enhancements.  Also 
  8991.         includes several auxiliary programs such as AddCall,
  8992.         CallInfo, IbmIso, PbConvert, and ReadMail.  This is
  8993.         version 1.8, binary only.
  8994.         Author:  DJ James, Daniel Bloch, Torkel Lodberg, et al.
  8995.  
  8996. PrivHndlr    A privilege violation handler for the 68010 cpu.  Like
  8997.         Decigel, but survives a reboot so you can use it with
  8998.         copy protected programs that run from boot.  Version 3,
  8999.         includes source in assembly code.
  9000.         Author:  John Veldthuis
  9001.  
  9002. Quattro        Another Tetris like program.  Has three levels of
  9003.         play difficulty, sound effects, a 43-color background,
  9004.         next stone preview, and joystick or numberpad control.
  9005.         Version 1.0, binary only, source available from author.
  9006.         Author:  Karl-Erik JenssThis is disk 231 of the freely distributable AMIGA software library.
  9007. Below is a listing of the significant directories and their contents.
  9008.  
  9009.  
  9010. Diff        Yet another diff program.  This one implements the
  9011.         algorithm from Communications of the ACM, April 78.
  9012.         It produces output which might be considered to be
  9013.         a little more user friendly than the standard Unix
  9014.         style diff programs.  Includes source.
  9015.         Author:  Donald C. Lindsay
  9016.  
  9017. File        A program that recognizes various types of files and
  9018.         prints what that type is.  Recognizes font files,
  9019.         icon files, executable files, standard object files,
  9020.         compressed files, command scripts, C source, directories,
  9021.         iff files, LaTeX source, modula II source, arc files,
  9022.         shell commands and scripts, TeX source, dvi files,
  9023.         uuencoded files, yacc files, zoo archives, etc.
  9024.         Version 1.0, includes source.
  9025.         Author:  Edwin Hoogerbeets
  9026.  
  9027. NoClick2    A program which silences the clicking of empty drives
  9028.         on the B2000 under AmigaDOS 1.3.  It should also work
  9029.         on an A500.  Binary only, source available from author.
  9030.         Author:  Norman Iscove
  9031.  
  9032. Plot        A package for making 2D and 3D plots conveniently.
  9033.         AG Baxter wrote the intuition interface program (Plot)
  9034.         and Tim Mooney wrote the MultiPlot and ThreeDPlot
  9035.         programs, which are called from Plot.  This is version
  9036.         1.2 and includes source to Plot.
  9037.         Author:  AG Baxter, Tim Mooney
  9038.  
  9039. Sed        This is the GNU sed (stream editor) program, ported to
  9040.         the Amiga.  Sed copies the named files, or the standard
  9041.         input, to its standard output, while performing certain
  9042.         editing operations specified in the command line script
  9043.         or in a scriptfile.  Version 1.02, includes source.
  9044.         Author:  Unknown, ported to Amiga by Edwin HoogerbeetsThis is disk 232 of the freely distributable AMIGA software library.
  9045. Below is a listing of the significant directories and their contents.
  9046.  
  9047.  
  9048. BallyIII    Amiga port of the former arcade game named Click.  This
  9049.         version fixes some minor bugs and is faster than the
  9050.         previous versions.  This is version III, an update to
  9051.         the version released on disk 221.  Binary only, shareware.
  9052.         Author:  Oliver Wagner
  9053.  
  9054. Dbug        Machine independent macro based C debugging package.
  9055.         Provides function trace, selective printing of internal 
  9056.         state information, and more.  This is an update to the
  9057.         version released on disk 102, and now includes a machine
  9058.         independent stack use accounting mechanism.  Includes
  9059.         source.
  9060.         Author:  Fred Fish; profiling support by Binayak Banerjee
  9061.  
  9062. ReSourceDemo    A demo version of ReSource, an interactive disassembler
  9063.         for the Amiga.  This is a complete version except that
  9064.         the "save" features have been disabled.  This is version
  9065.         3.06, an update to version 0.36 from disk 192.  Binary
  9066.         only.
  9067.         Author:  Glen McDiarmid
  9068. This is disk 233 of the freely distributable AMIGA software library.
  9069. Below is a listing of the significant directories and their contents.
  9070.  
  9071.  
  9072. Brik        A general purpose program that calculates both text and
  9073.         binary cyclic redundancy codes (CRCs).  Text mode CRCs
  9074.         calculated by brik are portable across systems for files
  9075.         that are in the usual text format on each system.  Binary
  9076.         mode CRCs are portable for files that are moved from
  9077.         system to system without any change.  Brik can be used
  9078.         to verify and update an embedded checksum header in files.
  9079.         It runs under MS-DOS, UNIX system V, BSD UNIX, VAX/VMS,
  9080.         and AmigaDOS.  This is version 2.0 and includes source.
  9081.         Author:  Rahul Dhesi
  9082.  
  9083. CacheCard    An accessory to SetCPU for use with A2620 cards or
  9084.         68030 systems.  It modifies the MMU table set up by SetCPU
  9085.         to selectively control caching for each expansion card.
  9086.         It's also an example of how an accessory program can
  9087.         track down and modify the SetCPU MMU table without having
  9088.         to read all kinds of MMU registers and figure it out for
  9089.         yourself.  Version 1.00, includes source.
  9090.         Author:  Dave Haynie
  9091.  
  9092. CrcLists    Complete CRC check files for disks 001-231 using the brik
  9093.         program also on this disk.  These were made directly from
  9094.         my master disks.  I have switched to brik, from the crc
  9095.         program used to make the lists on disks 133, 146, and 173,
  9096.         because it has more features and because source is
  9097.         available.
  9098.         Author:  Fred Fish
  9099.  
  9100. This is disk 234 of the freely distributable AMIGA software library.
  9101. Below is a listing of the significant directories and their contents.
  9102.  
  9103.  
  9104. KwikBackUp    A harddisk backup program that writes data track by track
  9105.         onto multiple floppy disks.  Uses the archive bit, saves
  9106.         and restores comments and protection flags, and skips
  9107.         over bad spots during restore.  Version 1.0, includes
  9108.         source in Modula-II.
  9109.         Author:  Fridtjof Siebert
  9110.  
  9111. MuchMore    Another program like "more", "less", "pg", etc.  This one
  9112.         uses its own screen to show the text using a slow scroll.
  9113.         Includes built-in help, commands to search for text, and
  9114.         commands to print the text.  Works with PAL or NTSC, in
  9115.         normal or overscan modes.  Supports 4 color text in bold,
  9116.         italic, underlined, or inverse fonts.  Version 1.8,
  9117.         includes source in Modula-II and assembly code.
  9118.         Author:  Fridtjof Siebert
  9119.  
  9120. NetWork        Another program in the long tradition of "screen hacks"
  9121.         for the Amiga.  Won't spoil the surprise by saying what
  9122.         it does.  Version 1.0, includes source in Modula-II.
  9123.         Author:  Fridtjof Siebert
  9124.  
  9125. PrintIt        A program to print IFF pictures on Epson compatible 9-pin
  9126.         printers.  Prints in many resolutions, with many ways
  9127.         to convert color pics to black and white.  Version 1.0,
  9128.         includes source in Modula-II.
  9129.         Author:  Fridtjof Siebert
  9130.  
  9131. WBPic        Replaces Workbench's color 0 with an IFF hires non-
  9132.         interlaced picture, in 2 or 4 colors.  Version 1.0,
  9133.         includes source in Modula-II.
  9134.         Author:  Fridtjof Siebert
  9135.  
  9136. XHair        Replaces the mouse pointer with a screen wide crosshair,
  9137.         which is useful for positioning things vertically or
  9138.         horizontally.  Version 1.0, includes source in Modula-II.
  9139.         Author:  Fridtjof Siebert
  9140. This is disk 235 of the freely distributable AMIGA software library.
  9141. Below is a listing of the significant directories and their contents.
  9142.  
  9143.  
  9144. CalcKey        A basic four function, memory resident, pop-up calculator
  9145.         which uses only about 24K of memory and can automatically
  9146.         type the answer to any calculation into the program you
  9147.         were using when it was popped up.  Version 1.0, binary
  9148.         only, shareware.
  9149.         Author:  Craig Fisher
  9150.  
  9151. Ct        An Amiga program to display images from a CT scanner,
  9152.         along with several new interesting sample images of scans
  9153.         of real people.  The display software, though it has a
  9154.         primitive user interface, is quite powerful, including
  9155.         functions like convolutions, averaging, laplacians, unsharp
  9156.         masking, edge detection, gradients, etc.  This is version
  9157.         2.2, an update to the version on disk 137.  Binary only.
  9158.         Additional image disks available from author.
  9159.         Author:  Jonathan Harman
  9160.  
  9161. MirrorWars    A new game featuring sound, title music, and two
  9162.         player mode.  You fight your opponent via laser rays,
  9163.         but beware of the mirrors reflecting your shots.
  9164.         Binary only.
  9165.         Author:  Oliver Wagner
  9166. This is disk 236 of the freely distributable AMIGA software library.
  9167. Below is a listing of the significant directories and their contents.
  9168.  
  9169.  
  9170. AmigaBench    Optimized Amiga assembly versions of the Dhrystone
  9171.         benchmark.  Includes 68000 and 68020 versions.
  9172.         Author:  Al Aburto
  9173.  
  9174. DiskHandler    A sample implementation of a file system that reads and
  9175.         writes 1.2 format diskettes.  Includes source.
  9176.         Author:  Software Distillery
  9177.  
  9178. Heart3D        A program to find left ventricle outlines in the output
  9179.         of an Imatron CT scanner, and display wireframe animations
  9180.         of the beating heart.  Includes several sample CT scan
  9181.         outputs.  Binary only.
  9182.         Author:  Jonathan Harman
  9183.  
  9184. Ls        Version 3.1 of the popular UNIX style directory lister.
  9185.         This is an update to version 2.0 from disk 178, and
  9186.         includes some bug fixes, support for multiple wildcard
  9187.         pathnames, quicker sorting, a best-fit output, new
  9188.         output width and height options, and some other
  9189.         new features.  Includes source.
  9190.         Author:  Justin V. McCormick. 
  9191.  
  9192. Proc        Example program of how to create a full-fledged DOS
  9193.         process without needing to call LoadSeg first.  Based
  9194.         on an idea presented at BADGE.  Includes source.
  9195.         Author:  Leo Schwab
  9196.  
  9197. XprZmodem    An Amiga shared library which provides ZModem file
  9198.         transfer capability to any XPR-compatible communications
  9199.         program.  Version 1.0, includes source.
  9200.         Author:  Rick Huebner
  9201. This is disk 237 of the freely distributable AMIGA software library.
  9202. Below is a listing of the significant directories and their contents.
  9203.  
  9204.  
  9205. CLIPrint    An example of printing to the CLI from assembly code.
  9206.         Includes source (of course).
  9207.         Author:  Jeff Glatt
  9208.  
  9209. CType        Another text file reader, but this one is small, reasonably 
  9210.         fast, and includes bi-directional scrolling, search, go to
  9211.         a given percentage, and printing capabilities.  Version 1.0,
  9212.         includes source in assembly.
  9213.         Author:  
  9214.  
  9215. DPlot        A simple display program for experimental data, with the
  9216.         goals of supporting paging through lots of data and 
  9217.         providing comfortable scaling and presentation.  Version
  9218.         1.0, source available from author.
  9219.         Author:  A. A. Walma
  9220.  
  9221. ILBMLib        A shared library (ilbm.library) to read/write IFF files,
  9222.         derived from the EA IFF code, along with various
  9223.         enhancements.  Includes examples of using the library
  9224.         from C code, assembly code, or BASIC, along with source
  9225.         for examples and interface code.
  9226.         Author:  Jeff Glatt
  9227.  
  9228. ParOut        Shows how to allocate and communicate directly with the
  9229.         parallel port hardware from an assembly language program.
  9230.         Includes source.
  9231.         Author:  Jeff Glatt (original C code by Phillip Lindsay)
  9232.  
  9233. Speed        A performance benchmark useful for comparing Amiga
  9234.         processing speeds.  Performs 10000 iterations of some
  9235.         selected groups of 68000 instructions while using the
  9236.         DateStamp time function to record how many ticks it takes
  9237.         to complete.  This timed duration is then compared against
  9238.         two known prestored times, one for a stock A2000 Amiga and
  9239.         one for an A2620 enhanced A2000.   A relative comparison
  9240.         is calculated and displayed.  Version 1.0, includes source
  9241.         in assembly language.
  9242.         Author:  Jez San
  9243. This is disk 238 of the freely distributable AMIGA software library.
  9244. Below is a listing of the significant directories and their contents.
  9245.  
  9246.  
  9247. CWDemo        Demo version of a pop-up utility to control the color
  9248.         register assignments of Intuition custom screens.
  9249.         Version 3.1, binary only.
  9250.         Author:  Kimbersoft
  9251.  
  9252. DMouse        A versatile screen & mouse blanker, auto window activator,
  9253.         mouse accelerator, popcli, pop window to front, push
  9254.         window to back, etc, widget.  Includes DLineArt, a screen
  9255.         blanker replacement program for use with DMouse.  This is
  9256.         DMouse version 1.20, an update to version 1.10 on disk
  9257.         168/169.  Includes source.
  9258.         Author:  Matt Dillon
  9259.  
  9260. LabelPrint    A program that allows you to easily print labels for
  9261.         your disks.  This is version 2.5, an update to version
  9262.         1.9 from disk 210.  Shareware, binary only (source
  9263.         available from author).
  9264.         Author:  Andreas Krebs
  9265.  
  9266. NGC        Yet another virus check program.  Checks the bootblock on
  9267.         all inserted floppy disks and reports nonstandard ones.
  9268.         Checks the jump tables of all resident libraries and devices
  9269.         and reports suspicious entries.  Version 1, includes source
  9270.         in assembly.
  9271.         Author:  Ulf Nordquist
  9272.  
  9273. Pyth        A program to draw the Tree of Pythagoras.  Version 1.1,
  9274.         includes source.
  9275.         Author:  Andreas Krebs
  9276.  
  9277. Steinschlag    A tetris like game (Steinschlag means "Falling Rock")
  9278.         submitted by the author.  This is version 1.8, an update
  9279.         to version 1.5 from disk 221.  Binary only.
  9280.         Author:  Peter Handel
  9281. This is disk 239 of the freely distributable AMIGA software library.
  9282. It contains Forth programs from the JGoodies #1 disk, from Delta Research
  9283. (the makers of JForth Professional 2.0).  All of the material has been
  9284. placed into a subdirectory (JGoodies).  Below is a listing of
  9285. subdirectories under JGoodies, and their contents.
  9286.  
  9287.  
  9288. Brunjes        Various tools submitted together by the author.  StringPkg
  9289.         is string package for both Forth style and NUL terminated
  9290.         strings.  Date&Time are handy tools for getting and printing
  9291.         formatted date and time.  Utils are utilities used by the
  9292.         other files.  CursorControl is an example of moving the text
  9293.         cursor.  SpaceOrEscape is a handy word for pausing or 
  9294.         stopping program output.  Includes source code.
  9295.         Author:  Roy Brunjes 
  9296.  
  9297. Evolution    This program graphically simulates the evolution of a
  9298.         species of "bugs", the insect kind.  Bugs, represented by
  9299.         moving blobs, eat bacteria represented by single pixels.
  9300.         They mutate, compete for food, reproduce and pass their
  9301.         mutations to their offspring.  Fascinating example of
  9302.         graphics and software simulation.  Standalone image and
  9303.         source code.
  9304.         Author:  Russel Yost 
  9305.  
  9306. FFT        Highly optimized Fast Fourier Transform tools for digital
  9307.         signal processing.  The FFT can be used to compute the
  9308.         frequency spectrum of a complex signal.  It is useful in
  9309.         a variety of different applications.  Floating point and
  9310.         integer versions.  Mixture of high level and assembly
  9311.         language code.  Includes source (requires JForth).
  9312.         Author:  Jerry Kallaus 
  9313.  
  9314. Guru        Handy "guru" number interpreter (well, handy after reboot
  9315.         anyway!).  Tells you what "81000009" means, for example.
  9316.         CLI usage only.  Standalone image with readme file. Source
  9317.         code included.
  9318.         Author:  Mike Haas
  9319.  
  9320. H2J        Converts 'C' style '.h' include files to JForth style '.j'
  9321.         files.  Useful when developing interfaces to new Amiga
  9322.         libraries like ARP, etc.  Standalone image and source code.
  9323.         Author:  Phil Burk 
  9324.  
  9325. HAMmmm2        Graphics hack that displays moving lines in a HAM screen
  9326.         for a hypnotic effect.  Uses sound tools from HMSL if
  9327.         available, for a drone sound that corresponds to the
  9328.         graphics image.  Standalone image and source code.
  9329.         Author:  Phil Burk 
  9330.  
  9331. HeadClean    This program, combined with a fibre cleaning disk, can be
  9332.         used to clean the heads on your disk drives.  Source code
  9333.         examples of accessing the Trackdisk device, and using
  9334.         gadgets are included.  Standalone image with source code.
  9335.         Shareware.  Version 2.0.
  9336.         Author:  Phil Burk 
  9337.  
  9338. JustBeeps    Simple example of using Audio and Timer devices.  Plays a
  9339.         series of beeps whose pitches are based on a just intoned
  9340.         tuning system.  Standalone image with source code.
  9341.         Author:  Phil Burk 
  9342.  
  9343. Mandelbrot    A fast Mandelbrot rendering program that uses some of the
  9344.         mathematical properties of the Mandelbrot set to greatly
  9345.         reduce the drawing time.  Demonstrates graphics programming,
  9346.         assembly language, menus and IFF file I/O.  Standalone image
  9347.         with source code.
  9348.         Author:  Nick Didkovsky 
  9349.  
  9350. NeuralNet    Example of Neural Net programming converted to JForth.
  9351.         Demonstrates a programming technique that many say is the
  9352.         wave of the future for software.  This is a simple demo that
  9353.         shows neural propagation.  Standalone image with source code.
  9354.         Author:  Robert E. La Quey, ported by Jack Woehr 
  9355.  
  9356. Textra        This easy-to-use text editor allows multiple windows,
  9357.         and provides a simple mouse driven interface.  Those
  9358.         familiar with the "Macintosh style" editors will be
  9359.         comfortable with Textra's Cut, Copy and Paste commands. 
  9360.         Standalone image. Documentation included. No source code.  
  9361.         Author:  Mike Haas
  9362. This is disk 240 of the freely distributable AMIGA software library.
  9363. Below is a listing of the significant directories and their contents.
  9364.  
  9365.  
  9366. CrossDOS    A "tryware" version of a mountable MS-DOS file system
  9367.         for the Amiga.  This is a software product that allows
  9368.         you to read and write MS-DOS/PC-DOS and Atari ST
  9369.         formatted disks (Version 2.0 or higher) directly from
  9370.         AmigaDOS.  This tryware version is a "readonly" version,
  9371.         which does not allow any writes to the disk.  A fully
  9372.         functional version is available for a very reasonable
  9373.         price from CONSULTRON.  Version 3.02, binary only.
  9374.         Author:  CONSULTRON, Leonard Poma
  9375.  
  9376. Dis        An AmigaDOS shareable library which implements a symbolic
  9377.         single-instruction disassembler for the MC68000 family and
  9378.         a program which uses the library to disassemble/dump 
  9379.         AmigaDOS object files, making full use of symbolic and
  9380.         relocation information.  Includes source code in Draco.
  9381.         Author:  Chris Gray
  9382.  
  9383. DM-Maps        IFF maps to the Dungeon Master game.  All 14 levels are
  9384.         included.
  9385.         Author:  Unknown
  9386.  
  9387. MemLib        A link library of routines to aid in debugging memory
  9388.         problems.  Works with Lattice C 5.0 and possibly with
  9389.         earlier versions.  It's features include trashing all
  9390.         allocated memory, trashing all freed memory, keeping
  9391.         track of freed memory with notification if it is 
  9392.         written to, notification of memory freed twice or
  9393.         not at all, notification of overrunning or underrunning
  9394.         allocated memory, generation of low memory conditions
  9395.         for testing purposes, and identification of violations
  9396.         of memory use by filename and line number of the
  9397.         allocating routine.  Includes source.
  9398.         Author:  John Toebes and Doug Walker
  9399.  
  9400. RunBack        This is version 6, an update to the version on disk 152
  9401.         (the version on disk 214 appears to be on a different
  9402.         evolutionary path).  This version compiles under Lattice
  9403.         with many optimizations enabled, and can be made resident.
  9404.         Includes source.
  9405.         Author:  Rob Peck, Daniel Barrett, Greg Searle, Doug Keller
  9406.  
  9407. XprLib        External file transfer protocol library.  Document and
  9408.         code example for implementing external file transfer
  9409.         protocols using Amiga shared libraries.  This is an
  9410.         update to the version included with the vlt program on
  9411.         disk 226.
  9412.         Author:  Willy Langeveld
  9413. This is disk 241 of the freely distributable AMIGA software library.
  9414. Below is a listing of the significant directories and their contents.
  9415.  
  9416.  
  9417. ASDG-rrd    Extremely useful shareware recoverable ram disk.  This
  9418.         AmigaDOS device driver implements a completely DOS
  9419.         compatible disk device in memory that survives resets,
  9420.         guru's, and crashes.  An absolute must for those with
  9421.         lots of ram.  This is an update to the version released
  9422.         on disk 58.  It now works with up to 8Mb of memory.  It
  9423.         was rewritten in assembly and is now faster and much
  9424.         smaller.  Binary only.
  9425.         Author:  Perry Kivolowitz, ASDG Inc.
  9426.  
  9427. CBBS        The W0RLI BBS system for use in amateur radio.  Originally
  9428.         written for IBM-PC compatibles, it was ported to the Amiga
  9429.         by Pete Hardie.  This is version 6.1c with source code.
  9430.         Author:  Hank Oredson, the CBBS group, Pete Hardie
  9431.  
  9432. Fix68010    A program which patches executables that fail to run
  9433.         on machines equipped with an M68010, so that they no
  9434.         longer use the prohibited priviledged instructions.
  9435.         Binary only.
  9436.         Author:  Gregor Brandt
  9437.  
  9438. Man        A program similar to the UNIX "man" program.  Displays
  9439.         information about a topic from manual pages.  Does not
  9440.         include any database of topics, you have to supply your
  9441.         own.  Version 1.2, includes source.
  9442.         Author:  Garry Glendown
  9443.  
  9444. NoClick        A program which silences the clicking of empty drives
  9445.         on the B2000 under AmigaDOS 1.3.  It should also work
  9446.         on an A500.  This is version 3.4, an update to the 
  9447.         version on disk 231.  Includes assembly source code.
  9448.         Author:  Norman Iscove
  9449.  
  9450. Tiles        A basic tile game like Shanghai or GunShy.  A board is
  9451.         covered with a set of 144 tiles, 36 different sets of
  9452.         4 identical tiles, each with a picture on it.  The
  9453.         object is to remove all the tiles, 2 at a time, by
  9454.         matching identical tiles.  Version 2.1, includes source
  9455.         in Modula II.
  9456.         Author:  Todd Lewis
  9457. This is disk 242 of the freely distributable AMIGA software library.
  9458. Below is a listing of the significant directories and their contents.
  9459.  
  9460.  
  9461. BootBlocks    Detailed documentation on what a bootblock is and
  9462.         how it works, along with some sample bootblocks and
  9463.         a program to install a custom bootblock.  Includes
  9464.         source for the sample bootblocks and the install
  9465.         program.
  9466.         Author:  Jonathan Potter
  9467.  
  9468. Check4Mem    Allows you to check for a specified amount of memory,
  9469.         with certain attributes, from a batch file.  If the
  9470.         requirements are not met, a WARN returncode is generated.
  9471.         Version 2, includes source.
  9472.         Author:  Jonathan Potter
  9473.  
  9474. CustReq        A glorified ASK command for your startup-sequence.  It
  9475.         generates a requester with the specified title, text,
  9476.         positive and negative gadgets (either of which can
  9477.         be the default), and an optional timeout value.
  9478.         Version 2, includes source.
  9479.         Author:  Jonathan Potter
  9480.  
  9481. FileReq        This is Jonathan's second version of a file requester,
  9482.         and is much more powerful than the one included on disk
  9483.         204.  Shareware, includes source.
  9484.         Author:  Jonathan Potter
  9485.  
  9486. FullView    A text viewer that uses gadgets at the bottom of the screen
  9487.         (thus can display text 80 columns wide), opens up to the
  9488.         full height of the workbench screen, has fast scrolling,
  9489.         and can work with compressed files (file compression 
  9490.         program included).  Shareware, binary only, source available
  9491.         from author.
  9492.         Author:  Jonathan Potter
  9493.  
  9494. Image-Ed    An icon editor that allows you to draw and edit images up to
  9495.         150 by 90, in up to 16 colors.  Allows freehand drawing,
  9496.         empty or filled rectangles, ellipses, and triangles, lines
  9497.         curves, and polygons, copy, flip about x or y axis,
  9498.         stretching and condensing, flood fill and complement,
  9499.         text with selection and loading of font style, undo,
  9500.         magnified and normal sized images, and two active drawing
  9501.         screens at once.  This is version 2.2, an update to version
  9502.         1.9 on disk 211.  Binary only, source available from author.
  9503.         Author:  Jonathan Potter
  9504.  
  9505. JAR        A shareware game (Jump And Run) using 3-D graphics.  Your
  9506.         task is to collect the blue pills lying on the floors and
  9507.         steps, not to fall down or off the steps, and to avoid
  9508.         several monsters wandering about.  You can collect various
  9509.         sorts of weapons to use against the monsters.  Version 1.0,
  9510.         binary only, source available from author.
  9511.         Author:  Andreas Ehrentraut
  9512.  
  9513. JPClock        A short clock program that is just packed with features.
  9514.         This is version 1.2, an update to version on disk 204.
  9515.         Includes source.
  9516.         Author:  Jonathan Potter
  9517.  
  9518. PPrefs        Preferable Preferences is a program designed to replace
  9519.         the standard preferences, that is shorter, more efficient,
  9520.         and easier to use.  Binary only.
  9521.         Author:  Jonathan Potter
  9522.  
  9523. PaletteReq    An easy way to set the palette of any screen from your
  9524.         program.  Includes source.
  9525.         Author:  Jonathan Potter
  9526.  
  9527. PopInfo        A small utility which "pops open" to give you information
  9528.         about the status of your devices and memory.  This is
  9529.         version 3.1, an update to version 3.0 on disk 223.
  9530.         Includes source.
  9531.         Author:  Jonathan Potter
  9532.  
  9533. ZeroVirus    A fully integrated virus checker and killer, with bootblock
  9534.         save and restore features.  Finds both bootblock and file
  9535.         based viruses.  This is version 1.3, binary only.
  9536.         Author:  Jonathan Potter
  9537.  
  9538. This is disk 243 of the freely distributable AMIGA software library.
  9539. Below is a listing of the significant directories and their contents.
  9540.  
  9541.  
  9542. FragIt        A dynamic memory thrasher for the Amiga.  FragIt randomly
  9543.         allocates and deallocates psuedo-random size values of
  9544.         memory, ranging from 16 bytes to 50000 bytes by default.
  9545.         The result is an allocation nightmare, thousands of memory
  9546.         fragments are being created and destroyed continuously.
  9547.         This puts stress on the memory allocation routines of an
  9548.         application undergoing testing by simulating a very busy,
  9549.         highly fragmented memory environment. This is version 2.0,
  9550.         featuring many bug fixes, a full intuition interface,
  9551.         configuration settings via the icon, and more.  Includes
  9552.         source.
  9553.         Author:  Justin V. McCormick
  9554.  
  9555. ImageLab    A program which performs image processing on IFF pictures.
  9556.         Includes standard image processing functions such as
  9557.         convolution, averaging, smoothing, enhancement, histograms,
  9558.         FFT's, etc.  Also includes file conversion functions,
  9559.         a clipboard, and other useful functions.  Version 2.2,
  9560.         binary only.
  9561.         Author:  Gary Milliorn
  9562.  
  9563. LPE        LaTeX Picture Editor is a graphical editor for producing
  9564.         "pictures" for the LaTeX system, which may be imported by
  9565.         LaTeX.  You can draw boxes, dashed boxes, lines, vectors,
  9566.         circles, boxes with centered text, and plain text.  This
  9567.         is version 1.0, binary only.
  9568.         Author:  Joerg Geissler
  9569.  
  9570. NoClick        A program which silences the clicking of empty drives
  9571.         on the B2000 under AmigaDOS 1.3.  It should also work
  9572.         on an A500.  This is version 3.5, a last minute update
  9573.         to version 3.4 on disk 241.  Includes assembly source code.
  9574.         Author:  Norman Iscove
  9575.  
  9576. Password    A program which enhances your computers security by making
  9577.         it complicated enough that users without your password
  9578.         will get discouraged trying to boot and use your system.
  9579.         This should keep out most casual or nontechnical users.
  9580.         Version 1.21p, binary only.
  9581.         Author:  George Kerber
  9582.  
  9583. Pcopy        An intuition based disk copier similiar to the resident
  9584.         "DiskCopy".  This is version 2.0, a highly upgraded
  9585.         rewrite of the version on disk 151.  It features high speed
  9586.         diskcopy with write-verify and data recovery from damaged
  9587.         tracks.  A lot of effort has gone into making this copier
  9588.         friendly in its usage, as well in its multitasking
  9589.         properties.  Binary only.
  9590.         Author:  Dirk Reisig
  9591.  
  9592. SimGen        This program will add a 2 or 4 color picture to your
  9593.         WorkBench screen.  If the picture is digitized, it will
  9594.         look much like a genlock, hence the name SimGen (Simulated
  9595.         Genlock).  Binary only.
  9596.         Author:  Gregg Tavares
  9597.  
  9598. SuperLines    A new lines demo with a realtime control panel that you
  9599.         can use to change various aspects of the action.  Has 10
  9600.         builtin color palettes, support for things like color
  9601.         "smudge", color cycling, color "bounce", multiple resolu-
  9602.         tions, and can display either lines or boxes.  This is
  9603.         version 1.0, binary only.
  9604.         Author:  Chris Bailey
  9605.  
  9606. WarpUtil    Warp (version 1.11), UnWarp (version 1.0), and WarpSplit
  9607.         (version 1.1).  Warp reads raw filesystems and archives
  9608.         them into a compressed version in a normal file.  UnWarp
  9609.         turns them back into filesystems.  WarpSplit splits them
  9610.         up into smaller pieces on a track by track basis.
  9611.         Binary only.
  9612.         Author:  SDS Software
  9613. This is disk 244 of the freely distributable AMIGA software library.
  9614. Below is a listing of the significant directories and their contents.
  9615.  
  9616.  
  9617. BBChampion    This is BootBlockChampionIII, a very nicely done program
  9618.         that allows you to load, save, and analyze any bootblock.
  9619.         This is version 3.1, binary only.
  9620.         Author:  Roger Fischlin
  9621.  
  9622. BootIntro    This program creates a small intro on the bootblock of any
  9623.         disk, which will appear after you insert the disk for
  9624.         booting.  The headline can be up to 44 characters.  The
  9625.         scrolling text portion can be up to 300 characters.  This
  9626.         is version 1.2, an update to version 1.0 on disk 188.
  9627.         Binary only.
  9628.         Author:  Roger Fischlin
  9629.  
  9630. FMC        An alternative to the NoFastMem program.  Uses a cute little
  9631.         switch gadget to turn fast memory on or off.  Version 1.2,
  9632.         includes source in assembly code.
  9633.         Author:  Roger Fischlin
  9634.  
  9635. SizeChecker    Size checker uses a list of possible sizes of a file to
  9636.         check for unexpected changes in the size of those files.
  9637.         For example, it can be used to spot a link virus or to
  9638.         point out changes in the configuration of your system.
  9639.         With the appropriate comments added to your size list,
  9640.         you can check to see what version of the files you are
  9641.         using (1.2, 1.3, 1.4, ARP, etc).  Version 1.0, binary only.
  9642.         Author:  Roger Fischlin
  9643.  
  9644. TextDisplay    A text display program, like "more" or "less", but about
  9645.         half the size and handles all screen formats (pal/ntsc,
  9646.         interlace/non-interlace, etc).  This is version 1.52, an
  9647.         update to version 1.1 on disk 188.  Binary only.
  9648.         Author:  Roger Fischlin
  9649.  
  9650. XColor        A program designed to change the colors of any screen.
  9651.         You can also add and subtract bitplanes in the screen,
  9652.         or convert the screen to black and white (grayscale).
  9653.         Handles HAM and EHB screens.  Version 1.2, includes
  9654.         source in assembly code.
  9655.         Author:  Roger Fischlin
  9656. This is disk 245 of the freely distributable AMIGA software library.
  9657. Below is a listing of the significant directories and their contents.
  9658.  
  9659.  
  9660. ATOF        A small utility that allows you to use the fonts of another
  9661.         disk without using the CLI.  Version 1.0, binary only.
  9662.         Author:  Roger Fischlin
  9663.  
  9664. BootIntro    This program creates a small intro on the bootblock of
  9665.         any disk, which will appear after you insert the disk for
  9666.         booting.  This is the "next generation" BootIntro, a
  9667.         more colorful version than the one on disk 244, but
  9668.         the text must be shorter.  The first line can be up to
  9669.         24 characters.  The second and third lines can be up to
  9670.         22 characters.  The scrolling text can be up to 98
  9671.         characters.  This is "next generation version 1.1".
  9672.         Binary only.
  9673.         Author:  Roger Fischlin
  9674.  
  9675. Fenster        A program which can operate on windows owned by another
  9676.         program, to close them, change their size, refresh gadgets,
  9677.         move the window to the background, etc.  Version 1.0,
  9678.         includes source.
  9679.         Author:  Roger Fischlin
  9680.  
  9681. PathMaster    A file requester with lots of features.  Can be easily
  9682.         configured by the programmer to suit a variety of
  9683.         applications.  Includes source.
  9684.         Author:  Justin McCormick
  9685.  
  9686. Reversi        Plays the classical reversi game on an 8 x 8 square field.
  9687.         Version 1.2, includes source in assembly code.
  9688.         Author:  Marc Fischlin
  9689.  
  9690. Vlt        This is a binary update to the vlt program on disk 226,
  9691.         and fixes a problem with external protocol support.
  9692.         You still need the rest of the files from disk 226.
  9693.         Version 4.065, binary only.
  9694.         Author:  Willy Langeveld
  9695. This is disk 246 of the freely distributable AMIGA software library.
  9696. Below is a listing of the significant directories and their contents.
  9697.  
  9698.  
  9699. Dmake        Release version 1.0 of Matt's version of the UNIX make
  9700.         utility.  Update to beta version released on disk 179.
  9701.         Features multiple dependancies, wildcard support, and
  9702.         more.  Binary only.
  9703.         Author:  Matt Dillion 
  9704.  
  9705. LabelPrint    A program that allows you to easily print labels for
  9706.         your disks.  This is version 2.5b, an update to version
  9707.         2.5 from disk 238.  Shareware, binary only (source
  9708.         available from author).
  9709.         Author:  Andreas Krebs
  9710.  
  9711. NComm        A terminal program for the Amiga based on comm version 1.34.
  9712.         Has hot keys for most program functions (including dialing
  9713.         up to 10 phone numbers), PAL and NTSC support for normal
  9714.         or interlaced screens, screen I/O greater than 2400
  9715.         baud, ANSI/VT100 terminal emulation with full 8 color
  9716.         text support, IBM graphics, optional translation styles,
  9717.         split screen mode, full user control of color palette, full
  9718.         support for all European languages, full serial port control
  9719.         with baud rates up to 19200, script language, phonebook,
  9720.         keyboard macros, and more.  Version 1.8, binary only.
  9721.         Author:  DJ James, Daniel Bloch, et. al.
  9722.  
  9723. NoClick        A program which silences the clicking of empty drives
  9724.         on the B2000 under AmigaDOS 1.3.  It should also work
  9725.         on an A500.  This is version 3.6, an update to version
  9726.         to version 3.5 on disk 243.  Includes assembly source
  9727.         code.
  9728.         Author:  Norman Iscove
  9729.  
  9730. ScreenShare    A library and support programs that enable applications
  9731.         to open up windows on other applications' custom screens.
  9732.         For example, your editor may want to open a window on
  9733.         your terminal emulator's screen so you can compose a
  9734.         message while still being able to see the contents of
  9735.         the terminal's screen.  Both applications must cooperate
  9736.         for the screen sharing to work.  Version 1.2, includes
  9737.         source for interface portions.
  9738.         Author:  Willy Langeveld
  9739.  
  9740. Ty        A text display program based on Amiga "less" version 1.0.
  9741.         Has both keyboard and mouse control of all functions,
  9742.         an intuition interface, and uses the Amiga specific
  9743.         keys (such as the Help key) correctly.  Version 1.3,
  9744.         includes source.
  9745.         Author:  Mark Nudelman, Bob Leivian, Tony Wills
  9746. This is disk 247 of the freely distributable AMIGA software library.
  9747. Below is a listing of the significant directories and their contents.
  9748.  
  9749.  
  9750. AnalogJoystick    Software support for use of analog joysticks on the Amiga.
  9751.         Includes a driver, a header file for code that calls the
  9752.         driver, and an example program that uses the driver.
  9753.         Includes source.
  9754.         Author:  Dave Kinzer
  9755.  
  9756. AssemTools    A collection of files which should be of great interest
  9757.         to Amiga assembly language programmers.  The collection
  9758.         includes 140 macro routines which make assembly language
  9759.         programming a lot easier.  There is also a library of
  9760.         routines containing buffered C-like file handling
  9761.         functions (fopen, fclose, fgets, fputs, etc) and a file
  9762.         name requester.  All routines are re-entrant.  Includes
  9763.         source for example programs using the macros and library,
  9764.         and a 65c02 cross macro assembler.
  9765.         Author:  Jukka Marin
  9766.  
  9767. RemoteLogin    A couple of programs which make possible remote access to
  9768.         your Amiga.  One program checks the serial port for an
  9769.         incoming call, and starts a program when it is detected.
  9770.         The other is a password protection program which allows
  9771.         starting various programs based upon login id, thus
  9772.         providing some minimal security for your computer.
  9773.         Includes source.
  9774.         Author:  Dave Kinzer
  9775.  
  9776. XprLib        External file transfer protocol library.  Document and
  9777.         code example for implementing external file transfer
  9778.         protocols using Amiga shared libraries.  This is version
  9779.         2.0, an update to the version on disk 240, with many
  9780.         extensions and enhancements.  Includes sample XPR library
  9781.         and source.
  9782.         Author:  Willy Langeveld
  9783. This is disk 248 of the freely distributable AMIGA software library.
  9784. Below is a listing of the significant directories and their contents.
  9785.  
  9786.  
  9787. AmiGantt    A project definition and management tool designed to
  9788.         create a simple, interactive method of outlining the
  9789.         task required to complete a particular project, using
  9790.         the GANTT chart as the input format.  AmiGantt displays
  9791.         the project in a multi-window mode with separate windows
  9792.         for the GANTT chart, task information input, resource
  9793.         histogram display, and Pert chart display.  Up to 500
  9794.         tasks may be defined for any project, and a project may
  9795.         contain other projects as tasks.  Version 3.0.0, shareware,
  9796.         binary only.
  9797.         Author:  Donald Tolson
  9798.  
  9799. CLI-Colors    A simple little program to change the colors of the border
  9800.         around a CLI window.  Includes source in assembly code.
  9801.         Author:  Michael Sinz
  9802.  
  9803. Flipper        A small, fast, Othello program.  Does not use any look-
  9804.         ahead methods.  Binary only.
  9805.         Author:  Michael Sinz
  9806.  
  9807. Maze        An example of a fully re-entrant maze generation program
  9808.         written in assembly language using Manx's assembler.
  9809.         Includes source.
  9810.         Author:  Michael Sinz
  9811.  
  9812. NetHandler    The Software Distillery's network file system handler
  9813.         (NET:), using Matt Dillon's DNET to mount one Amiga's
  9814.         devices on another Amiga.  It also serves as an example
  9815.         file system written entirely in Lattice C.  Version 1.0,
  9816.         includes source.
  9817.         Author:  Software Distillery
  9818.  
  9819. Regex        An Amiga shared library version of the GNU regular
  9820.         expression package from the Free Software Foundation.
  9821.         A regular expression is a concise method of describing
  9822.         a pattern of characters in a string. By use of special
  9823.         wildcards, almost any pattern can be described. A regular
  9824.         expression pattern can be used for searching strings in
  9825.         such programs as editors or other string handling programs.
  9826.         Version 1.0, includes source.
  9827.         Author:  Edwin Hoogerbeets, FSF, Jim MackrazThis is disk 249 of the freely distributable AMIGA software library.
  9828. Below is a listing of the significant directories and their contents.
  9829.  
  9830.  
  9831. Automata    Four cellular automata programs.  AutomaTron is a one
  9832.         dimensional cellular automation, Crud is a automation
  9833.         based on a sum index rule, Demon is a cyclic space
  9834.         automation described in the Aug 89 Scientific American,
  9835.         and Life is one of the oldest and best known of all
  9836.         cellular automata.  Includes source.
  9837.         Author:  Gary Teachout
  9838.  
  9839. Slicer        Slicer computes and displays images of the Mandelbrot
  9840.         and Julia sets.  Unlike many Mandelbrot programs that
  9841.         generate pictures directly, Slicer computes and stores
  9842.         an array of raw data which it may then render into
  9843.         pictures in a number of ways.  Version 1.0, binary only.
  9844.         Author:  Gary Teachout
  9845.  
  9846. TurMite        A two dimensional turing machine simulator.  Imagine a
  9847.         small bug crawling around on your computer display moving
  9848.         one pixel at a time. At each step it uses its internal
  9849.         state number and the color of the pixel it's on as indexes
  9850.         into a set of tables to decide what color to change the
  9851.         pixel to, what direction to move, and what its new internal
  9852.         state should be.  Includes source.
  9853.         Author:  Gary Teachout
  9854. This is disk 250 of the freely distributable AMIGA software library.
  9855. Below is a listing of the significant directories and their contents.
  9856.  
  9857.  
  9858. ASimplex    An implementation of the Simplex algorithm for solving
  9859.         linear programs.  It uses the standardized MPSX-format
  9860.         for input data files.  This is version 1.5, an update
  9861.         to version 1.2 on disk 199.  Changes include bug fixes,
  9862.         the ability to run from CLI, it's own window for I/O,
  9863.         and some new and improved commands.  Includes source.
  9864.         Author:  Stefan Forster
  9865.  
  9866. Gravity-Well    A celestial motion simulator that simulates the motion
  9867.         of up to twenty bodies in a Newtonian universe.  The
  9868.         view of the simulation may be scaled, rotated in three
  9869.         dimensions or repositioned.  Includes source.
  9870.         Author:  Gary Teachout
  9871.  
  9872. Paranoids    An asylum escape game.  Paranoids is a traditional board
  9873.         game played by drawing cards, rolling dice, and moving
  9874.         pieces around the board.  Each player has six pieces,
  9875.         four patients and two doctors.  The object of the game is
  9876.         to get all of your patients out of the asylum.  This is
  9877.         version 1.0, binary only.
  9878.         Author:  Richard Anderson and Gary Teachout
  9879.  
  9880. RPSC        A reverse polish scientific calculator.  RPSC is a
  9881.         programmable RPN calculator in the Hewlett-Packard
  9882.         tradition.  It supports operations with real numbers,
  9883.         complex numbers, matrices, and 3-D vectors, as well as
  9884.         storage and recall of labeled variables.  Data and
  9885.         programs may be saved, loaded, or written as ASCII text,
  9886.         to AmigaDOS files.  This is version 1.1, binary only.
  9887.         Author:  Gary Teachout
  9888.  
  9889. This is disk 251 of the freely distributable AMIGA software library.
  9890. Below is a listing of the significant directories and their contents.
  9891.  
  9892.  
  9893. Debug        A symbolic debugger for the Amiga.  Features include
  9894.         symbolic disassembly, simple expression parsing,
  9895.         multiple breakpoints, memory fill, memory dump,
  9896.         single step in trace mode, skip over subroutines, etc.
  9897.         Version 2.10, binary only.
  9898.         Author:  Jim Thibodeau and Larry LaPlume
  9899.  
  9900. DiskSalv    A disk recovery program for all Amiga file system devices
  9901.         that use either the Amiga Standard File System or the
  9902.         Amiga Fast File System.  Disksalv creates a new filesystem
  9903.         structure on another device, with as much data salvaged from
  9904.         the original device as possible.  This is version 1.42, an
  9905.         update to the version released on disk 212.  Binary only.
  9906.         Author:  Dave Haynie
  9907.  
  9908. DiskSpeed    A disk speed testing program specifically designed to give
  9909.         the most accurate results of the true disk performance of
  9910.         the disk under test.  Automatically updates and maintains
  9911.         an ASCII database of disk results for tested disks.  This
  9912.         is version 1.0, includes source in C.
  9913.         Author:  Michael Sinz
  9914.  
  9915. Linstrom    Some miscellaneous small programs from the Linstrom family.
  9916.         Includes some basic games, some programs based on algorithms
  9917.         from the Computer Recreations column in Scientific American
  9918.         (demon, turmites, mountain), and a fish tank simulator.
  9919.         Includes source.
  9920.         Author:  Lloyd Linstrom and family
  9921.  
  9922. Monopoly    A simulation of the Parker Brother's board game MONOPOLY.
  9923.         Binary only, source available from author.
  9924.         Author:  Ed Musgrove
  9925.  
  9926. RoadRoute    A trip planner that takes a list of cities and a list
  9927.         of known routes between cities, and generates the distance
  9928.         and time required to reach your destination.  Version 1.0,
  9929.         includes source.
  9930.         Author:  Jim Butterfield
  9931. This is disk 252 of the freely distributable AMIGA software library.
  9932. Below is a listing of the significant directories and their contents.
  9933.  
  9934.  
  9935. CrossDOS    A "tryware" version of a mountable MS-DOS file system
  9936.         for the Amiga.  This is a software product that allows
  9937.         you to read and write MS-DOS/PC-DOS and Atari ST
  9938.         formatted disks (Version 2.0 or higher) directly from
  9939.         AmigaDOS.  This tryware version is a "readonly" version,
  9940.         which does not allow any writes to the disk.  A fully
  9941.         functional version is available for a very reasonable
  9942.         price from CONSULTRON.  This is version 3.05b, an update
  9943.         to version 3.02 on disk 240.  Binary only.
  9944.         Author:  CONSULTRON, Leonard Poma
  9945.  
  9946. TrekTrivia    Very nice mouse-driven trivia type program for Star Trek 
  9947.         fans.  Contains 100 questions with additional trivia disks
  9948.         available from the author.  This is version 2.0, an update
  9949.         to the version on disk 180, and includes selectable skill
  9950.         levels, a cheat mode, and 250K of digitized music.  Binary
  9951.         only, shareware.
  9952.         Author:  George Broussard 
  9953.  
  9954. Zerg        An Ultima clone that takes your character through a simple
  9955.         but deadly fantasy world where you get to slaughter monsters,
  9956.         talk with the inhabitants of fully populated towns, embark
  9957.         on royal quests, purchase a plethora of weapons, cast spells,
  9958.         and otherwise occupy yourself while your computer is engaged
  9959.         in more important business.  Version 1.0, binary only.
  9960.         Author:  Mike Shapiro
  9961. This is disk 253 of the freely distributable AMIGA software library.
  9962. Below is a listing of the significant directories and their contents.
  9963.  
  9964.  
  9965. DumpDiff    A small utility that prints the hexdumps of 2 files,
  9966.         with all differences between these two files highlighted.
  9967.         Version 1.0, includes source in Modula-II.
  9968.         Author:  Fridtjof Siebert
  9969.  
  9970. Elements    Very nice interactive display of the the Periodic Table 
  9971.         of Elements.  Can display a large amount of pertinent
  9972.         data about a selected element along with a good deal of 
  9973.         general and miscellaneous info.  This is version 1.2a,
  9974.         an update to the version on disk 175.  It loads faster,
  9975.         takes up less disk space, fixes a minor bug, and adds
  9976.         a couple of enhancements.  Includes source in C.
  9977.         Author:  Paul Thomas Miller
  9978.  
  9979. KeyMac        A keyboard macro processor that allows you to record
  9980.         keystrokes and then play them back.  Version 0.1,
  9981.         includes source in Modula-II.
  9982.         Author:  Fridtjof Siebert
  9983.  
  9984. MegaWB        A program that makes it possible to make your WorkBench
  9985.         screen as large as you like.  Version 1.2, includes source
  9986.         in Modula-II.
  9987.         Author:  Fridtjof Siebert
  9988.  
  9989. MuchMore    Another program like "more", "less", "pg", etc.  This one
  9990.         uses its own screen to show the text using a slow scroll.
  9991.         Includes built-in help, commands to search for text, and
  9992.         commands to print the text.  Works with PAL or NTSC, in
  9993.         normal or overscan modes.  Supports 4 color text in bold,
  9994.         italic, underlined, or inverse fonts.  Version 2.5, this
  9995.         is an update to version 1.8 from disk 234.  Includes source
  9996.         in Modula-II and assembly code.
  9997.         Author:  Fridtjof Siebert
  9998.  
  9999. MultiSelect    A small program that makes it possible to select several
  10000.         icons on the workbench without having to press the Shift
  10001.         key.  This is version 1.0, includes source in Modula-II.
  10002.         Author:  Fridtjof Siebert
  10003.  
  10004. PowerPacker    A shareware command and data cruncher, with a full intuition
  10005.         user interface.  Executable files which are crunched are
  10006.         automatically decrunched upon execution, thus saving precious
  10007.         disk space on systems without hard disks.  Version 2.3b,
  10008.         binary only.
  10009.         Author:  Nico Francois
  10010.  
  10011. WBShadow    A small program that creates a shadow for everything
  10012.         that's displayed on your WorkBench (Windows, Icons, Gadgets,
  10013.         Menus, Texts, etc).  This is version 1.0, includes source
  10014.         in Modula-II.
  10015.         Author:  Fridtjof Siebert
  10016.  
  10017. With        A CLI command that allows you to start any other CLI command
  10018.         several times and give it all the files that match a file
  10019.         pattern as an argument, one at a time.  This is version 1.0,
  10020.         includes source in Modula-II.
  10021.         Author:  Fridtjof Siebert
  10022. This is disk 254 of the freely distributable AMIGA software library.
  10023. Below is a listing of the significant directories and their contents.
  10024.  
  10025.  
  10026. Etale        Another "more" or "less" type file reader, which differs
  10027.         from the others in that it supports superscripts and
  10028.         subscripts at very low memory cost, and supports a
  10029.         complete Greek alphabet.  Includes source.
  10030.         Author:  William Hammond
  10031.  
  10032. MachII        A "mouse accelerator" program that also includes hotkeys,
  10033.         the features of sun mouse, clicktofront, popcli, title bar
  10034.         clock with a bbs online charge accumulator, and    more. 
  10035.         This is version 2.6, an update to version 2.4c on disk
  10036.         163.  Binary only.
  10037.         Author:  Brian Moats
  10038.  
  10039. PatternLib    A sharable library which implements AmigaDOS pattern
  10040.         matching, and a program that compiles "fd" files into
  10041.         library headers and interface stubs.  Includes source
  10042.         in Draco.
  10043.         Author:  Chris Gray (?), posted on BIX by Jeff White
  10044.  
  10045. SlotCars    A fast action one or two player game of "dueling" slotcars.
  10046.         Shoot rockets at your opponent and avoid his.  Binary only.
  10047.         Author:  Brian Moats
  10048.  
  10049. Uedit        Version 2.5b of this nice shareware editor.  Has learn
  10050.         mode, a command language, menu customization, hyper text,
  10051.         and other user configurability and customizability
  10052.         features.  Binary only, shareware, replaces version 2.4g
  10053.         on disk 189.
  10054.         Author:  Rick Stiles
  10055. This is disk 255 of the freely distributable AMIGA software library.
  10056. Below is a listing of the significant directories and their contents.
  10057.  
  10058.  
  10059. CyclicSpace    A Griffeathian cyclic space generator program.  Implements
  10060.         a cellular automaton as described in the August 89 issue
  10061.         of Scientific American.  Version 1.42, includes source in
  10062.         assembly code.
  10063.         Author:  A. J. Brouwer
  10064.  
  10065. MakeIcon    This program will make an icon (.info file) using image
  10066.         data from either another icon, or an IFF picture file.
  10067.         The image data is drawn on the screen so you can see
  10068.         exactly what your icon will look like.  You can also
  10069.         go the other way, and make IFF files from icons, which
  10070.         can then be loaded into a standard IFF graphics editor.
  10071.         Version 1.1, binary only, source available from author.
  10072.         Author:  Paul Blum
  10073.  
  10074. MED        A music editor much like SoundTracker.  A song consists
  10075.         of up to 50 blocks of music, which can be played in any
  10076.         order.  Editing features include cut/paste/copy tracks
  10077.         or blocks, changing the vibrato, tempo, crescendo, and
  10078.         note volume.  Other features include switching of the
  10079.         low-pass-filter on or off on a per song basis, and a cute
  10080.         little animated pointer of a guy doing "jumping jacks" in
  10081.         time to the music!  This is version 1.12, binary only.
  10082.         Source for a player program included.
  10083.         Author:  Teijo Kinnunen
  10084.  
  10085. RolandD110    A program to transfer sound samples between the Amiga
  10086.         and a Roland D-110.  Version 1.0, binary only.
  10087.         Author:  Dieter Bruns
  10088.  
  10089. RolandS220    A program to transfer sound samples between the Amiga
  10090.         and a Roland S-220.  This is version 2.0, an update to
  10091.         MIDIsoft version 1.0 on disk 199.  Includes several
  10092.         enhancements.  Binary only.
  10093.         Author:  Dieter Bruns
  10094.  
  10095. SunMaze        The 3d maze demo from disk 171, now expanded with shadows
  10096.         in the corridors to give more sense of direction.  Includes
  10097.         source.
  10098.         Author:  Werner Gunther,  Shadows by Dirk Reisig
  10099. This is disk 256 of the freely distributable AMIGA software library.
  10100. Below is a listing of the significant directories and their contents.
  10101.  
  10102.  
  10103. BlitDemons    This program implements the Demons cellular automaton as
  10104.         described in the August, 1989, issue of Scientific American.
  10105.         Using extremely simple rules it exhibits rather complex 
  10106.         behaviour.  Uses the blitter to perform over 350,000 cell-
  10107.                 generations per second.  Version 1.0, includes source.
  10108.         Author:  Walter Strickler
  10109.  
  10110. NameGame    A game based on a popular type of word skill puzzle contest
  10111.         generally sponsored by newspapers.  Binary only.
  10112.         Author:  Mike Savin, Gladstone Productions
  10113.  
  10114. Stevie        A public domain clone of the UNIX 'vi' editor.  Supports
  10115.         window-sizing, arrow keys, and the help key.  This is
  10116.         version 3.7a, an update to version 3.6 on disk 217.
  10117.         Changes include the addition of ARP wildcard expansion
  10118.         for file names, support for the "!cmd" feature of vi,
  10119.         other small enhancements, and some bug fixes.  Includes
  10120.         source.
  10121.         Author: Various, Amiga work by G. R. (Fred) Walter
  10122. This is disk 257 of the freely distributable AMIGA software library.
  10123. Below is a listing of the significant directories and their contents.
  10124.  
  10125.  
  10126. ColorReq    A color palette library callable from any program. Used
  10127.         to adjust the colors of any screen. Automatically adjusts
  10128.         to screen size, number of colors.  Has many features
  10129.         including SPREAD, COPY, UNDO, RGB, HSV, as well as
  10130.         customizable gadgets.  Binary only.
  10131.         Author:  Jeff Glatt and Jim Fiore
  10132.  
  10133. FileIO        An update to the file requester library that appeared on
  10134.         disk #203.  This one has new features, include files, docs,
  10135.         and examples in C, assembly, and Basic.  Binary only
  10136.         Author:  Jeff Glatt and Jim Fiore
  10137.              based on original C by R.J. Mical
  10138.  
  10139. Vlt        VLT is both a VT100 emulator and a Tektronix (4014 plus
  10140.         subset of 4105) emulator, currently in use at SLAC
  10141.         (Stanford Linear Accelerator Center).  Although the VT100
  10142.         part was originally based on Dave Wecker et al.'s VT100,
  10143.         many enhancements were made. The program requires ARP,
  10144.         and it has an ARexx port.  XMODEM 1K/CRC and Kermit protocol
  10145.         support also included.  Other features include support for
  10146.         additional serial ports, external file transfer protocols,
  10147.         and "chat" mode.  The Tektronix emulation allows saving
  10148.         IFF files, PostScript files, and printing bitmaps to the
  10149.         printer.  This is version 4.226, an update to version 4.065
  10150.         on disk 245 and version 4.036 on disk 226.  It comes in two
  10151.         versions, one with Tektronix emulation, and one without.
  10152.         Other changes include full XPR version 2.0 support, and a
  10153.         scrollback/review/history buffer.  Binary only.
  10154.         Author:  Willy Langeveld
  10155. This is disk 258 of the freely distributable AMIGA software library.
  10156. Below is a listing of the significant directories and their contents.
  10157.  
  10158.  
  10159. Backup        Backup and Restore allow you to backup any directory
  10160.         tree with optional compression, and later extract all
  10161.         or part of the tree.  The protection, date, and file
  10162.         comment are saved with each file.  This is version 2.04,
  10163.         an update to version 2.01 on disk 168.  Binary only.
  10164.         Author:  Matt Dillon
  10165.  
  10166. DMouse        A versatile screen & mouse blanker, auto window activator,
  10167.         mouse accelerator, popcli, pop window to front, push
  10168.         window to back, etc, widget.  Includes DLineArt, a screen
  10169.         blanker replacement program for use with DMouse.  This is
  10170.         DMouse version 1.20, an update to the version on disk
  10171.         238 (also called version 1.20).  Includes source.
  10172.         Author:  Matt Dillon
  10173.  
  10174. STReplay    A shared library which allows loading and playing of
  10175.         SoundTracker modules, even from high level languages like
  10176.         Basic or C, without any special effort.  Includes source.
  10177.         Author:  Oliver Wagner
  10178.  
  10179. Suplib        The support library needed to rebuild various programs
  10180.         of Matt's from the source, including Dme, DMouse, etc.
  10181.         Update to version on disk 169.  Includes source.
  10182.         Author:  Matt Dillon
  10183. This is disk 259 of the freely distributable AMIGA software library.
  10184. Below is a listing of the significant directories and their contents.
  10185.  
  10186.  
  10187. EFJ        A fast action machine-code game (Escape From Jovi)
  10188.         featuring hi-res scrolling, large playfield, disk based
  10189.         high score list, stereo sound, multiple levels, a cheat
  10190.         mode, realistic inertia and gravitational effects, an
  10191.         animated sprite, and more.  Use a joystick in port 2 to
  10192.         control the ship.  This is version III, an update to the
  10193.         version on disk 148.  Includes source in assembly code.
  10194.         Author:  Oliver Wagner
  10195.  
  10196. This is disk 260 of the freely distributable AMIGA software library.
  10197. Below is a listing of the significant directories and their contents.
  10198.  
  10199.  
  10200. Accordion    Demo version of a solitaire type card game.  The object
  10201.         of the game is to condense all the cards into one pile.
  10202.         The cards are dealt face up from left to right, one at
  10203.         a time.  Piles are built by moving a card or pile from
  10204.         the left onto a card or pile to the right.  Version 1.0.1,
  10205.         binary only.
  10206.         Author:  Steve Francis
  10207.  
  10208. Calculation    Demo version of a solitaire type card game.  The object
  10209.         of the game is to stack the cards into four ordered stacks,
  10210.         one that counts by one, another that counts by two, another
  10211.         that counts by three and another that counts by four.
  10212.         Version 1.0.2, binary only.
  10213.         Author:  Steve Francis
  10214.  
  10215. CCLib        An implementation of the standard C library, that is done
  10216.         as an Amiga shared library, containing over 140 functions.
  10217.         Version 1.3, binary only.
  10218.         Author:  Robert Albrecht
  10219.  
  10220. SeaHaven    Demo version of a solitaire type card game.  The object
  10221.         of the game is to separate the deck into its four suits,
  10222.         each in an ordered stack from ace to king.  Version 1.1,
  10223.         binary only.
  10224.         Author:  Steve Francis
  10225. This is disk 261 of the freely distributable AMIGA software library.
  10226. Below is a listing of the significant directories and their contents.
  10227.  
  10228.  
  10229. CopDis        A copper list disassembler that can be run from the
  10230.         CLI or linked with and run directly from an application
  10231.         program.  This is version 0.0a and includes source.
  10232.         Author:  Karl Lehenbauer
  10233.  
  10234. ShowBiz        A fun animation with mice, a dancing alligator,
  10235.         a sheep on a trampoline, and more.  Includes
  10236.         source in "director format".
  10237.         Author:  Robert Corns
  10238.  
  10239. XprZmodem    An Amiga shared library which provides ZModem file
  10240.         transfer capability to any XPR-compatible communications
  10241.         program.  This is version 2.0, an update to version 1.0
  10242.         on disk 236.  It adds support for XPR spec version 2.0
  10243.         capabilities, including automatic download activation,
  10244.         better user interface for setting options, improved
  10245.         transmission speed, and other minor enhancements.
  10246.         Includes source.
  10247.         Author:  Rick Huebner
  10248. This is disk 262 of the freely distributable AMIGA software library.
  10249. Below is a listing of the significant directories and their contents.
  10250.  
  10251.  
  10252. Indent        This is version 1.1 of GNU Indent, a C source code 
  10253.         formatter/indenter.  Especially useful for cleaning
  10254.         up inconsistently indented code.  Includes source.
  10255.         Authors:  Developed by the University of California, 
  10256.         Berkeley, the University of Illinois, Urbana, and Sun 
  10257.         Microsystems, Inc.  GNU version by Jim Kingdon, Amiga 
  10258.         port by Dan Riley.
  10259.  
  10260. Jumble        A quick "brute force" program for solving for anagrams.
  10261.         Not very elegant, but gets the job done.  Includes source.
  10262.         Author:  Mike Groshart
  10263.  
  10264. Lotto        Lotto is designed to replace your user group's old shoebox
  10265.         full of membership numbers and names and add some pizzaz to
  10266.         the process of drawing for doorprizes at club meetings.
  10267.         Includes source.
  10268.         Author:  Mike Groshart
  10269.  
  10270. QMouse        A very small mouse accelerator (4K) written in assembly
  10271.         language, but with most of the features of its larger
  10272.         cousins.  Not related to QMouse on disk 49.  This is
  10273.         version 1.6, shareware, binary only.
  10274.         Author:  Lyman Epp
  10275.  
  10276. QView        A very small file view program (only 3K) written in assembly
  10277.         language, but with most of the features of its larger
  10278.         cousins.  Version 1.1, shareware, binary only.
  10279.         Author:  Lyman Epp
  10280.  
  10281. WorldDataBank    A project using geographical data, declassified and made
  10282.         available by the CIA under the Freedom of Information Act,
  10283.         to draw a Mercator projection of any area of the Earth
  10284.         that you would like to inspect, in various degrees of
  10285.         magnification.  Also includes a program that displays a
  10286.         "satellite view" of any region.  Version 2.0, includes
  10287.         source.
  10288.         Author:  The CIA, Mike Groshart, Bob Dufford
  10289. This is disk 263 of the freely distributable AMIGA software library.
  10290. Below is a listing of the significant directories and their contents.
  10291.  
  10292.  
  10293. Sentinel    A large ray-traced animation created with Turbo Silver
  10294.         SV, Deluxe Photolab, Deluxe Paint III, and the Director.
  10295.         It consists of approximately 60 to 70 frames of animation,
  10296.         rendered during a period of about three and a half weeks.
  10297.         This is Bradley Schenck's entry to the 1989 BADGE Killer
  10298.         Demo contest, and won first place in the contest.  Because
  10299.         of its size, it has been split across two disks.  The rest
  10300.         of the files are on disk 264.  Requires 3Mb or more of
  10301.         memory to run.
  10302.         Author:  Bradley Schenck
  10303. This is disk 264 of the freely distributable AMIGA software library.
  10304. Below is a listing of the significant directories and their contents.
  10305.  
  10306.  
  10307. Sentinel    A large ray-traced animation.  This is Bradley Schenck's
  10308.         entry to the 1989 BADGE Killer Demo contest, and won first
  10309.         place in the contest.  Because of its size, it has been
  10310.         split across two disks.  The rest of the files are on disk
  10311.         263.
  10312.         Author:  Bradley Schenck
  10313. This is disk 265 of the freely distributable AMIGA software library.
  10314. Below is a listing of the significant directories and their contents.
  10315.  
  10316.  
  10317. VAUX-Killer    A very funny animation which won 2nd place in the 1989
  10318.         BADGE Killer Demo Contest.  Because of its size, the
  10319.         demo is split across two disks.  The other files are
  10320.         on disk 266.  Two floppy drives, or a hard disk, are
  10321.         strongly recommended.  Binary only.
  10322.         Author:  Roger Curren
  10323. This is disk 266 of the freely distributable AMIGA software library.
  10324. Below is a listing of the significant directories and their contents.
  10325.  
  10326.  
  10327. VAUX-Killer    A very funny animation which won 2nd place in the 1989
  10328.         BADGE Killer Demo Contest.  Because of its size, the
  10329.         demo is split across two disks.  The other files are
  10330.         on disk 265.  Two floppy drives, or a hard disk, are
  10331.         strongly recommended.  Binary only.
  10332.         Author:  Roger Curren
  10333. This is disk 267 of the freely distributable AMIGA software library.
  10334. Below is a listing of the significant directories and their contents.
  10335.  
  10336.  
  10337. Diglib        An Amiga device independent graphics library for fortran
  10338.         applications.  This is an enhanced and debugged version
  10339.         of a public domain library, the development of which was
  10340.         sponsored by the US Government.  This library is required
  10341.         for part of the Matlab package, also included on this disk.
  10342.         Includes source in FORTRAN.
  10343.         Author:  Hal Brand, Craig Wuest, James Locker
  10344.  
  10345. Mackie        A versatile cli/macro-key initiator based on POPCLI with
  10346.         a unique method    of "screen-blanking".  I won't say more,
  10347.         just try it!  This is version 1.3, an update to version
  10348.         1.2 from disk 189.  Now includes automatic generation of
  10349.         different patterns and some bug fixes.  Includes source.
  10350.         Author:  Tomas Rokicki
  10351.  
  10352. Matlab        A FORTRAN package (MATrix LABoratory) developed by Argonne
  10353.         National Laboratories for in house use.  It provides
  10354.         comprehensive vector and tensor operations in a package
  10355.         which may be programmed either through a macro language
  10356.         or through execution of script files.  Supported functions
  10357.         include sin, cos, tan, arcfunctions, upper triangular,
  10358.         lower triangular, determinants, matrix multiplication,
  10359.         identity, hilbert matrices, eigenvalues, eigenvectors,
  10360.         matrix roots, matrix products, inversion, and more.
  10361.         Amiga specific features include workbench startup, polar
  10362.         plots, contour plots, enhanced plot buffer control, and
  10363.         algorithmic plot display generation.  Includes source in
  10364.         FORTRAN.
  10365.         Author:  Cleve Moler, Jim Locker
  10366. This is disk 268 of the freely distributable AMIGA software library.
  10367. Below is a listing of the significant directories and their contents.
  10368.  
  10369.  
  10370. Doctor_A    This animation of Amiguy on the basketball court is
  10371.         Marvin's entry to the 1989 BADGE Killer Demo Contest.
  10372.         The animation source (for SculptAnimate-4D) is available
  10373.         from the author.
  10374.         Author:  Marvin Landis
  10375.  
  10376. Klide        This line art demo is Jerry's entry to the 1989 BADGE
  10377.         Killer Demo Contest, where it won 4th place.  Klide uses
  10378.         line mode blitter code which is capable of rendering short
  10379.         vectors at a rate up to 15,000 lines/second.  Binary only.
  10380.         Author:  Jerry Kallaus
  10381.  
  10382. OnlyAmiga    This demo is Rob's entry to the 1989 BADGE Killer Demo
  10383.         Contest, where it won 9th place.  It demonstrates sound,
  10384.         multitasking, HAM color, the blitter, and more.  Binary
  10385.         only.
  10386.         Author:  Rob Peck
  10387. This is disk 269 of the freely distributable AMIGA software library.
  10388. Below is a listing of the significant directories and their contents.
  10389.  
  10390.  
  10391. Calendar    A program that generates calendars in any one of 10
  10392.         standard formats for any year after 1900.  Binary only.
  10393.         Author:  Pierre A du Parte
  10394.  
  10395. ChessTutor    Chess tutor is a program designed to introduce novice
  10396.         chess players to the basics of the game.  Shareware,
  10397.         written in AmigaBASIC.        
  10398.         Author:  William Jordan
  10399.  
  10400. PropGadget    Example code for using proportional gadgets, written
  10401.         in assembly code and C, that can be called from your
  10402.         own application.  Includes source.
  10403.         Author:  Jerry Trantow
  10404.  
  10405. RadBoogie    This demo, which won 7th place in the 1989 BADGE Killer
  10406.         Demo Contest, uses almost all features of the Amiga
  10407.         extensively, including the copper, blitter, sprite
  10408.         hardware, 68000 machine language, and preemptive
  10409.         prioritized multitasking.  Includes source.
  10410.         Author:  Dave Quick, Mark Riley, Tomas Rokicki
  10411.  
  10412. ShowDisk    A useful program that graphically shows the map of
  10413.         sectors used on floppy drives by one or more files.
  10414.         The mapping is color coded so you can identify what
  10415.         sectors are used by the various directories and files.
  10416.         Includes source in assembly language.
  10417.         Author:  Bernhard Meisner
  10418.  
  10419. SpinPointer    While going through some musty archives I found this
  10420.         little gem that got overlooked before.  It is a short
  10421.         source module that provides a "busy" indicator replacement
  10422.         for the standard mouse pointer.  Includes source.
  10423.         Author:  Mark Rinfret
  10424. This is disk 270 of the freely distributable AMIGA software library.
  10425. Below is a listing of the significant directories and their contents.
  10426.  
  10427.  
  10428. ColumnSet    A text filter program that takes as input a file with
  10429.         one word per line and produces a file with these words
  10430.         laid out in the same order in even columns, as many as
  10431.         will fit across the output screen or page with at least
  10432.         one space between columns.  Includes source in Modula-2.
  10433.         Author:  Kent Paul Dolan
  10434.  
  10435. MRBackUp    A hard disk backup utility that does a file by file
  10436.         copy to standard AmigaDOS floppy disks.  Includes an
  10437.         intuition interface and file compression.  This is 
  10438.         version 3.3d, an update to version 2.4 on disk 170.
  10439.         Binary only.
  10440.         Author:  Mark Rinfret
  10441.         
  10442. TooMuch3D    This animation is Jim's entry to the 1989 BADGE Killer
  10443.         Demo Contest, where it won 10th place.  It is a warning
  10444.         to those of you who spend too much time in front of your
  10445.         computer monitors.  Binary only.
  10446.         Author:  Jim Robinson
  10447. This is disk 271 of the freely distributable AMIGA software library.
  10448. Below is a listing of the significant directories and their contents.
  10449.  
  10450.  
  10451. CPUStandoff    This cute "computer wars" animation is Bob's entry to
  10452.         the 1989 BADGE Killer Demo Contest.  Lots of visual
  10453.         jokes in this one.  Binary only.
  10454.         Author:  Bob Janousek
  10455.  
  10456. LaserBoing    This ray-traced animation with sound is Mike's entry to
  10457.         the 1989 BADGE Killer Demo Contest.  This "Amiga Boing"
  10458.         ball is just loaded with energy!  Binary only.
  10459.         Author:  Mike van der Sommen
  10460. This is disk 272 of the freely distributable AMIGA software library.
  10461. Below is a listing of the significant directories and their contents.
  10462.  
  10463.  
  10464. AmigaPunt    A program designed to predict the performance of horses
  10465.         in a race.  The premise is that the factors affecting
  10466.         a horse's performance, and ultimately the result of the
  10467.         race, can be given a value.  Binary only.
  10468.         Author:  Pierre A du Parte
  10469.  
  10470. Balloon        This animation with sound effects is Dave's entry to the
  10471.         1989 BADGE Killer Demo Contest.  Binary only.
  10472.         Author:  Dave Schreiber
  10473.  
  10474. Spigot        This ray-traced animation, using overscan HAM and sound
  10475.         effects, is Eric's entry to the 1989 BADGE Killer Demo
  10476.         Contest, where it won 6th place.  Binary only.
  10477.         Author:  Eric J. Fleischer (Dr Gandalf)
  10478. This is disk 273 of the freely distributable AMIGA software library.
  10479. Below is a listing of the significant directories and their contents.
  10480.  
  10481.  
  10482. BattleForce    A nicely done shareware game, submitted by the author,
  10483.         that simulates combat between two or more giant, robot-like
  10484.         machines.  This is version 3.61, an update to version 3.01
  10485.         on disk 205.  Binary only.
  10486.         Author:  Ralph Reed
  10487.  
  10488. PennyWise    An easy to use, flexible cashbook program using an Amiga
  10489.         Intuition interface.  It can be used to keep track of the
  10490.         financial transactions of a cheque, bank, business, or
  10491.         similar account.  Shareware, binary only.
  10492.         Author:  Pierre A du Parte
  10493. This is disk 274 of the freely distributable AMIGA software library.
  10494. Below is a listing of the significant directories and their contents.
  10495.  
  10496.  
  10497. HP11        Emulates an HP11C calculator including the program mode.
  10498.         Features an ON/OFF button that turns the calculator into
  10499.         an icon that will sit and wait until you need it again.
  10500.         This is version 1.1, an update to the version on disk 153,
  10501.         and includes a few bug fixes and minor changes.  Binary
  10502.         only.
  10503.         Author:  David Gay
  10504.  
  10505. KeyBiz        This little hack will make you think you have mice
  10506.         scurrying around in the back of your computer.  Includes
  10507.         source.
  10508.         Author:  Mark Schretlen
  10509.  
  10510. LookFor        A general "find that file" utility which is handy for
  10511.         hard drives, multiple drives, and multilayered paths.
  10512.         Includes source.
  10513.         Author:  Mark Schretlen
  10514.  
  10515. SlideMaster    A slideshow program that can show any IFF ILBM picture,
  10516.         including HAM, extra half bright, hires, interlace, and
  10517.         overscan, using several different wipes.  Also has an
  10518.         ARexx port and is fairly small.  Version 0.1, binary only.
  10519.         Author:  Aric Caley
  10520.  
  10521. Snap        A tool for clipping text or graphics from the screen, using
  10522.         the clipboard device.  Snap finds out character coordinates
  10523.         automatically, handles different fonts, keymaps, accented
  10524.         characters, and more.  Version 1.3, includes source.
  10525.         Author:  Mikael Karlsson
  10526.  
  10527. Xoper        Very comprehensive program to monitor and control system 
  10528.         activity.  Monitor cpu, memory usage, ports, interrupts,
  10529.         devices.  Close windows, screens, show loaded fonts or last
  10530.         Guru code number.  Clean up memory, flush unused libraries,
  10531.         devices, fonts. etc. and a whole bunch more!  Spawns its own
  10532.         process.  A very handy background task to have loaded. 
  10533.         This is version 2.0, an update to version 1.3 on disk 228,
  10534.         and has a completely rewritten interface and an iconify
  10535.         feature.  Assembly source included.
  10536.         Author:  Werner Gunther
  10537. This is disk 275 of the freely distributable AMIGA software library.
  10538. Below is a listing of the significant directories and their contents.
  10539.  
  10540.  
  10541. Vt100        Version 2.9 of the original Amiga vt100 emulator with
  10542.         kermit and xmodem file transfer.  This version adds an
  10543.         AREXX port, new script and AREXX commands, some bug
  10544.         fixes, the ability to use custom external protocol
  10545.         modules (not XPR), and support for zmodem.  Update to
  10546.         version 2.8 on disk 138.  Includes source.
  10547.         Author:  Dave Wecker, Tony Sumrall, Frank Anthes,
  10548.              and Chuck Forsberg
  10549. This is disk 276 of the freely distributable AMIGA software library.
  10550. Below is a listing of the significant directories and their contents.
  10551.  
  10552.  
  10553. Blit        This animation is Richard's entry to the 1989 BADGE
  10554.         Killer Demo Contest.  An interesting feature of this
  10555.         animation is that it uses the Copper to show the lower
  10556.         right corner of the screen in Hi-Res, while leaving
  10557.         the rest of the screen in Lo-Res.  Binary only.
  10558.         Author:  Richard Addison
  10559.  
  10560. ClickDOS    A "directory utility" type program which is reasonably
  10561.         small, uses a single window on the Workbench screen
  10562.         (which can also be iconified), does not rely on other
  10563.         programs for most of its functions, and is very memory
  10564.         efficient.  This is version 1.10, binary only.
  10565.         Author:  Gary Scott Yates
  10566.  
  10567. DateRequester    A module that provides Intuition based support for
  10568.         soliciting a date value from the user.  It supports both
  10569.         point-and-click selection of date values and direct
  10570.         entry of the individual components.  It also includes
  10571.         a standalone ARexx driven date requester program which
  10572.         can be called from ARexx macro files.  Includes source.
  10573.         Author:  Mark Rinfret
  10574. This is disk 277 of the freely distributable AMIGA software library.
  10575. Below is a listing of the significant directories and their contents.
  10576.  
  10577.  
  10578. ARTM        ARTM (Amiga Real Time Monitor) displays and controls
  10579.         system activity such as tasks, windows, libraries, devices,
  10580.         resources, ports, residents, interrupts, and vectors.
  10581.         Version 0.9, binary only.
  10582.         Author:  Dietmar Jansen and F. J. Mertens
  10583.  
  10584. Icon        A high-level programming language with extensive facilities
  10585.         for processing strings and lists. Icon has several novel
  10586.         features, including expressions that may produce sequences
  10587.         of results, goal-directed evaluation that automatically
  10588.         searches for a successful result, and string scanning that
  10589.         allows operations on strings to be formulated at a high
  10590.         conceptual level.  Icon resembles SNOBOL4 in its emphasis on
  10591.         high-level string processing and a design philosophy that
  10592.         allows ease of programming and short, concise programs.
  10593.         This is version 7.5 of the public domain implementation of
  10594.         Icon from the University of Arizona.  It is an update to
  10595.         version 6.0 from disk 81.  Binary only.
  10596.         Author:  Ralph Griswold, Clinton Jeffery, et. al.
  10597.  
  10598. LabelPrint    A program that allows you to easily print labels for
  10599.         your disks.  This is version 3.0, an update to version
  10600.         2.5 from disk 238.  Shareware, binary only (source
  10601.         available from author).
  10602.         Author:  Andreas Krebs
  10603.  
  10604. LPE        LaTeX Picture Editor is a graphical editor for producing
  10605.         "pictures" for the LaTeX system, which may be imported by
  10606.         LaTeX.  You can draw boxes, dashed boxes, lines, vectors,
  10607.         circles, boxes with centered text, and plain text.  This
  10608.         is version 1.1, an update to version 1.0 on disk 243, and
  10609.         includes some new drawing tools, enhanced user interface
  10610.         features, optimized code, and some bug fixes.  Binary only.
  10611.         Author:  Joerg Geissler
  10612.  
  10613. WBAssign    A small WorkBench program that creates AmigaDOS assignments
  10614.         without having to open a CLI.  Assignments may be made by
  10615.         specifying a complete path (as supported by the CLI command),
  10616.         or by specifying a path relative to the current directory.
  10617.         This allows a program and its assigns to be moved easily.
  10618.         In addition, WBAssign can create assigns specified in the
  10619.         icon files of other programs located anywhere in the system.
  10620.         This is version 1.20, binary only.
  10621.         Author:  John Gerlach Jr.
  10622.  
  10623. WBRes        A program that allows WorkBench users to have resident
  10624.         programs, as in the resident capability of WShell, the
  10625.         ARP shell, and the WB1.3 Shell.  Version 1.2b, shareware,
  10626.         binary only.
  10627.         Author:  John Bickers
  10628. This is disk 278 of the freely distributable AMIGA software library.
  10629. Below is a listing of the significant directories and their contents.
  10630.  
  10631.  
  10632. AmigaTrek    Three stories which are a parody of the Star Trek series,
  10633.         with an Amiga flavor.
  10634.         Author:  Mike Smithwick
  10635.  
  10636. ASpice        A version of the SPICE 2G.6 circuit analysis program
  10637.         which has been modified to run in the Amiga environment.
  10638.         The program arrays are adjusted to require one tenth the
  10639.         memory of the DEC VAX version.  Although this does not
  10640.         usually put much of a constraint on circuit analysis,
  10641.         some users who are used to the full mainframe environment
  10642.         may have to be more aware of the memory demands of their
  10643.         analysis.  Requires a minimum  of 1 MB memory.  This
  10644.         version neither supports nor requires the 68020 processor
  10645.         or 68881 coprocessor.  This is Amiga version 5.1, an update
  10646.         to version 2.3 on disk 177.  Binary only.
  10647.         Authors:  Many, see Documentation.  Amiga port by Dan Warns.
  10648.  
  10649. Frag        Two CLI utilities that show disk and file fragmentation on
  10650.         AmigaDOS floppies.  Includes source.
  10651.         Author:  David Gay
  10652. This is disk 279 of the freely distributable AMIGA software library.
  10653. Below is a listing of the significant directories and their contents.
  10654.  
  10655.  
  10656. Ash        A ksh-like shell for the Amiga.  Some of its features
  10657.         include command substitution, shell functions with
  10658.         parameters, aliases, local variables, local functions,
  10659.         local aliases, powerful control structures and tests,
  10660.         emacs style line editing and history functions, I/O
  10661.         redirection, pipes, large variety of built-in commands,
  10662.         Unix style wildcards, Unix style filename conventions,
  10663.         filename completion, and coexistence with scripts from
  10664.         other shells.  Very well documented.  Version 1.0,
  10665.         binary only.
  10666.         Author:  Steve Koren
  10667.  
  10668. MouseClock    A clock and free memory display utility that generates
  10669.         a small display tied to your mouse, using two hardware
  10670.         sprites as the display area.  Version 1.2, includes
  10671.         source.
  10672.         Author:  Olaf Barthel
  10673.  
  10674. MRBackUp    A hard disk backup utility that does a file by file
  10675.         copy to standard AmigaDOS floppy disks.  Includes an
  10676.         intuition interface and file compression.  This is
  10677.         version 3.3e, an update to version 3.3d on disk 270,
  10678.         to fix a serious bug in that version.  Binary only.
  10679.         Author:  Mark Rinfret
  10680.  
  10681. MRPrint        A detabbing print utility that sends text files to
  10682.         either the printer device or the standard output.
  10683.         Besides expanding tabs, it will also generate page
  10684.         headers, line numbers, and new margins.  Version 3.4,
  10685.         includes source.
  10686.         Author:  Mark Rinfret
  10687. This is disk 280 of the freely distributable AMIGA software library.
  10688. Below is a listing of the significant directories and their contents.
  10689.  
  10690.  
  10691. Berserker    A virus detection program that can detect various forms
  10692.         of the common bootblock and link type viruses.  Rather
  10693.         than checking for a specific virus, it looks for conditions
  10694.         that indicate a possible virus infection, thus it can
  10695.         detect new strains of similar viruses.  Version 3.0+,
  10696.         includes source in assembly.
  10697.         Author:  Ralf Thanner
  10698.  
  10699. CM        A celestial mechanics simulator with an Intuition
  10700.         interface.  You construct a layout of celestial bodies
  10701.         and specify various parameters for the bodies and the
  10702.         simulation.  CM then animates the bodies according to
  10703.         the laws of gravitational attraction.  Setups may be
  10704.         saved to disk to later reinact interesting scenarios.
  10705.         Version 1.0, includes source.
  10706.         Author:  W. John Guineau
  10707.  
  10708. Graph        A program that draws mathematical functions on a plane.
  10709.         Text and axes may be added, and the result saved to
  10710.         disk or printed.  Uses a full Intuition interface with
  10711.         multiple windows (one per graph), requesters, etc.
  10712.         Version 1.0, includes source.
  10713.         Author:  David Gay
  10714. This is disk 281 of the freely distributable AMIGA software library.
  10715. Below is a listing of the significant directories and their contents.
  10716.  
  10717.  
  10718. Diff        GNU diff and diff3 utilities, version 1.10.  This
  10719.         version provides all the features of BSD's diff plus
  10720.         options to diff non-ASCII files, to ignore changes
  10721.         that just insert or delete blank lines, to specify
  10722.         the amount of context for context diffs, plus more.
  10723.         This version of GNU diff is part of the RCS package
  10724.         found on disk 282.  Includes source.
  10725.         Author:  Mike Haertel, David Hayes, Richard Stallman
  10726.              & Len Tower.  Amiga port by Raymond Brand and
  10727.              Rick Schaeffer.
  10728.  
  10729. DiffDir        Compares the contents of two directories, generating
  10730.         a list of differences to the standard output.  Detects
  10731.         files or directories present in one hierarchy but not
  10732.         the other, file attributes that are different (dates,
  10733.         flags, comments, etc), and differences in file size.
  10734.         Version 1.1, an update to version 1.0 on disk 188.
  10735.         Includes source.
  10736.         Author:  Mark Rinfret
  10737.  
  10738. FarPrint    Debugging functions for programs which don't have any links
  10739.         to their environment.  FarPrint consists of two major parts;
  10740.         a harbour process open to receive and distribute messages
  10741.         and requests, and a set of C functions to be linked into
  10742.         any program wishing to communicate with the FarPrint main
  10743.         process.  Version 1.3, includes source.
  10744.         Author:  Olaf Barthel
  10745.  
  10746. LoadImage    An IFF ILBM reader that accepts overscanned pictures,
  10747.         allows you to scroll around in the bitmap if the picture
  10748.         is larger than the current display, works on both PAL and
  10749.         NTSC machines, supports color cycling using interrupt code,
  10750.         and supports printing of image portions.  Version 1.9,
  10751.         includes source.
  10752.         Author:  Olaf Barthel
  10753.  
  10754. MRARPFile    Extended ARP file support package that adds an orthogonal
  10755.         set of routines which support generalized I/O with resource
  10756.         tracking while using the ARP library.  Includes source.
  10757.         Author:  Mark Rinfret
  10758.  
  10759. MRMan        A package which contains an Amiga document reading system
  10760.         similar to the "man" command on UNIX systems.  It offers
  10761.         a high degree of flexibility in the naming and placement
  10762.         of document files on your system.  This is version 1.0 and
  10763.         includes source.
  10764.         Author:  Mark Rinfret
  10765. This is disk 282 of the freely distributable AMIGA software library.
  10766. Below is a listing of the significant directories and their contents.
  10767.  
  10768.  
  10769. PrintHandler    A custom PRT: driver which offers easy single sheet support
  10770.         as well as limited data spooling.  Version 1.1, includes
  10771.         source.
  10772.         Author:  Olaf Barthel
  10773.  
  10774. RCS        The Revision Control System (RCS) manages multiple
  10775.         revisions of text files. RCS automates the storing,
  10776.         retrieval, logging, identification, and merging of
  10777.         revisions. RCS is useful for text that is revised
  10778.         frequently, for example programs, documentation,
  10779.         graphics, papers, form letters, etc.  This is RCS
  10780.         version 1.2, and includes source (the source to the
  10781.         GNU diff program used with this distribution of RCS
  10782.         can be found on disk 281).
  10783.         Author:  Walter Tichy.  Amiga port by Raymond Brand
  10784.              and Rick Schaeffer.This is disk 283 of the freely distributable AMIGA software library.
  10785. Below is a listing of the significant directories and their contents.
  10786.  
  10787.  
  10788. Bref        A cross reference program for AmigaBASIC code.  Generates
  10789.         a list of the BASIC code with lines sequentially numbered,
  10790.         plus a table showing all variables and labels used in the
  10791.         code, and the line numbers where they were used.  Created
  10792.         from the CREF program on disk 166, which was written by
  10793.         Mike Edmonds and Joel Swank.  Version 1.01, includes source.
  10794.         Author:  Dick Taylor
  10795.  
  10796. CWDemo        Demo version of a pop-up utility to control the color
  10797.         register assignments of Intuition custom screens.  This is
  10798.         version 3.2, an update to version 3.1 on disk 238.  Binary
  10799.         only.
  10800.         Author:  Kimbersoft
  10801.  
  10802. FullReset    A program to get rid of all viruses, vector modifying
  10803.         programs, and residents, by forcing a specific reset.
  10804.         Binary only.
  10805.         Author:  Jurgen Klein
  10806.  
  10807. MarbleSlide    The aim of this game is to build a slide on a 10 x 11
  10808.         board of pieces that move around, allowing the marble
  10809.         to reach the goal piece.  You play against time.  Also
  10810.         includes a board editor so you can build custom boards.
  10811.         Binary only.
  10812.         Author:  Peter Handel
  10813.  
  10814. SensoPro    You try to remember and mimic the sound/color sequence
  10815.         played by the computer.  Each time you get it right,
  10816.         another sound/color is added to the sequence.  Great
  10817.         practice in case you ever find yourself in a "Close
  10818.         Encounters of the Third Kind" experience.  Binary
  10819.         only.
  10820.         Author:  Peter Handel
  10821.  
  10822. WatchMan    A little screen hack inspired by "EyeCon" on Sun systems.
  10823.         Includes source.        
  10824.         Author:  Jonas Petersson
  10825. This is disk 284 of the freely distributable AMIGA software library.
  10826. Below is a listing of the significant directories and their contents.
  10827.  
  10828.  
  10829. ARPTools    A group of small utility programs requiring ARP, that have
  10830.         been created to address some deficiencies of the ARP CLI
  10831.         environment, especially to exploit the potential offered
  10832.         by non-named pipes in the ARP shell.  Version 1.0, includes
  10833.         source.
  10834.         Author:  Fabio Rossetti
  10835.  
  10836. Back        Two programs to assist users of Matt Dillon's Backup/Restore
  10837.         program in making error-free VERIFIED backups onto floppy
  10838.         disks.  Also useful as a trackdisk device example.  Includes
  10839.         source.
  10840.         Author:  Stephen Vermeulen
  10841.  
  10842. Dme        Version 1.38 of Matt's text editor.  Dme is a simple 
  10843.         WYSIWYG editor designed for programmers.  It is not a
  10844.         WYSIWYG word processor in the traditional sense.  Features
  10845.         include arbitrary key mapping, fast scrolling, title-line
  10846.         statistics multiple windows, and ability to iconify windows.
  10847.         Update to version 1.31 on disk number 169, includes source.
  10848.         Author:  Matt Dillon
  10849.         
  10850. FileTest    This routine is used to recursively descend the file system
  10851.         tree from a specified directory location, reading the files
  10852.         into memory (if they will fit) as it goes.  Useful as a
  10853.         complete test of file system integrity.  Includes source.
  10854.         Author:  Stephen Vermeulen
  10855.  
  10856. IconTools    Here are some tools for icon tricks.  Note that these tools
  10857.         are really hacks because they exploit some areas of the 
  10858.         .info files that the current version of WorkBench does not
  10859.         clear or reset upon loading the icon.  There are three
  10860.         programs here which allow WorkBench drawer windows to appear
  10861.         in non-standard colors and allow you to move the position
  10862.         of the file name text to anywhere in the icon's graphic.
  10863.         Released to the public in the hope that 1.4 will allow more
  10864.         flexible user customization of the WorkBench appearance.
  10865.         Includes source.
  10866.         Author:  Stephen Vermeulen
  10867.  
  10868. RecurDir    A recursive directory program that is useful as an aid in
  10869.         ZOOing files in nested directories.  Allows one to easily
  10870.         ZOO the complete contents of a disk.  Includes source.
  10871.         Author:  Stephen Vermeulen
  10872.  
  10873. This is disk 285 of the freely distributable AMIGA software library.
  10874. Below is a listing of the significant directories and their contents.
  10875.  
  10876.  
  10877. AvailMem    A small free memory counter that continuously displays the
  10878.         amount of free chip and fast memory in bytes (as opposed
  10879.         to K).  Version 1.03.  Includes source.
  10880.         Author:  Dave Schreiber
  10881.  
  10882. DynaShow    A program and example image using a dynamic HiRes technique
  10883.         to display up to 4096 colors in high res with overscan.
  10884.         Dynamic HiRes uses a different 16 color palette on each
  10885.         scan line.  Version 1.1, binary only.
  10886.         Author:  NewTek
  10887.                 
  10888. 'Liner        'Liner is a freely distributable outliner.  It can be used
  10889.         to create outlines of any length, in a number of different
  10890.         formats, and can save the outlines as straight text for
  10891.         export to other programs.  Version 1.32.  Includes source.
  10892.         Author:  Dave Schreiber
  10893.  
  10894. MSizer        A program that allows you to resize a window from any corner
  10895.         when holding down the left mouse button and the left Amiga
  10896.         key.  Includes source.
  10897.         Author:  Khaled Mardam-Bey
  10898.  
  10899. Plasma        A plasma cloud generator program that uses the extra
  10900.         halfbrite mode.  Plasma clouds are a special form of
  10901.         fractal which show very smooth color gradations.
  10902.         Version 1.f, includes source.
  10903.         Author:  Roger Uzun
  10904.  
  10905. Rubik        Translation to C of a Rubiks Cube solver program originally
  10906.         written in Basic by John Murphy.  Includes versions to do
  10907.         an "unwrapped" 2D solution, and a more visual 3D solution.
  10908.         Version 0.0, includes source.
  10909.         Author:  Roger Uzun
  10910. This is disk 286 of the freely distributable AMIGA software library.
  10911. Below is a listing of the significant directories and their contents.
  10912.  
  10913.  
  10914. CCutils        Eight small CLI utilities that use the cclib.library
  10915.         shared library.  Includes a program to display disk
  10916.         usage on your menu bar, a program to check the integrity
  10917.         of IFF files, a program to remove shared libraries from
  10918.         memory if they are not being used, and more.  Binary
  10919.         only.
  10920.         Author:  Robert Albrecht
  10921.  
  10922. EW        Patch for Intuition OpenWindow() and CloseWindow(), creating
  10923.         a Mac-style frame whenever a window is opened or closed.
  10924.         Very short, includes source in assembler.
  10925.         Author:  Oliver Wagner
  10926.  
  10927. FastDisk    A disk optimizer providing two ways of optimizing.
  10928.         Originally written by Thorsten Stolpmann. This is version
  10929.         II, now featuring an Intuition interface, ARP support,
  10930.         bug hunting, and Lattice C compatibility, done by Oliver
  10931.         Wagner. Includes source in C.
  10932.         Author:  Thorsten Stolpmann and Oliver Wagner
  10933.  
  10934. S220to8SVX    Converts sound samples from a Roland S-220/S-10/MKS-100
  10935.         to 8SVX IFF 8-bit samples.  Version 1.0, binary only.
  10936.         Author:  Dieter Bruns
  10937.  
  10938. Txt2Exe        This program takes a text file, creating a runnable command
  10939.         which will output the text.  Allows various operations to be
  10940.         done on the text.  Binary only.
  10941.         Author:  Oliver Wagner
  10942.  
  10943. Uedit        Version 2.5d of this nice shareware editor.  Has learn
  10944.         mode, a command language, menu customization, hyper text,
  10945.         and other user configurability and customizability
  10946.         features.  Binary only, shareware, update to version 2.5b
  10947.         on disk 254.
  10948.         Author:  Rick Stiles
  10949. This is disk 287 of the freely distributable AMIGA software library.
  10950. Below is a listing of the significant directories and their contents.
  10951.  
  10952.  
  10953. DAsm        A multipass, symbolic, macro assembler for multiple target
  10954.         machines, including 6502, 68705, 6803, and 6811.  Supports
  10955.         conditional assembly, addressing mode overrides, arbitrary
  10956.         number of named segments, pseudo-ops for repeat loops, data
  10957.         generation, etc.  Version 2.12, includes source.
  10958.         Author:  Matt Dillon
  10959.  
  10960. FullView    A text viewer that uses gadgets at the bottom of the screen
  10961.         (thus can display text 80 columns wide), opens up to the
  10962.         full height of the Workbench screen, has fast scrolling,
  10963.         and can work with compressed files (file compression
  10964.         program included).  Shareware, binary only, source available
  10965.         from author.  This is version 1.1, an update to the version
  10966.         on disk 242.
  10967.         Author:  Jonathan Potter
  10968.  
  10969. JPDirUtil    A directory-utilities type program with many built-in
  10970.         commands, and 16 customisable gadgets.  User configurable in
  10971.         many ways.  Can be iconified to Workbench screen.  This is
  10972.         version 1.11, binary only.
  10973.         Author:  Jonathan Potter
  10974.  
  10975. MouseCoords    A small assembly utility which shows you the current
  10976.         position of the mouse pointer.  Can be "jumped" to operate
  10977.         on any screen.  Includes source in assembly.
  10978.         Author:  Jonathan Potter
  10979.  
  10980. OSK        A software keyboard, which allows you to type using the
  10981.         mouse.  Can be made to send keystrokes to any window, and
  10982.         can be iconified.  Includes source.
  10983.         Author:  Jonathan Potter
  10984.  
  10985. PopDir        A small utility which "pops open" to help you look at the
  10986.         contents of a particular directory on demand.  Version 1.6,
  10987.         an update to version 1.4 on disk 204.  Includes source.
  10988.         Author:  Jonathan Potter
  10989.  
  10990. Unshar        This program extracts files from Unix shar archives.  It
  10991.         scores over similar programs by being small and fast,
  10992.         handling extraction of subdirectories, and recognising a
  10993.         wide variety of `sed' and `cat' shar formats.  Version 1.1,
  10994.         includes C source.
  10995.         Author:  Eddy Carroll
  10996.  
  10997. VirusX        Version 4.0 of a popular virus detection/vaccination
  10998.         program.  This is an update to version 3.20 from disk 216.
  10999.         Includes a check for the new Xeno virus.
  11000.         Author:  Steve Tibbett, Dan James, Jim Meyer
  11001.  
  11002. ZeroVirus    A fully integrated virus checker and killer, with bootblock
  11003.         save and restore features.  Finds both bootblock and file
  11004.         based viruses.  Uses Brainfiles to recognise viruses, and has
  11005.         "on-line" Brainfile editing facilities.  Can be iconified to
  11006.         Workbench screen.  This is version 2.01, an update to version
  11007.         1.3 on disk 242.  Binary only.
  11008.         Author:  Jonathan Potter
  11009. This is disk 288 of the freely distributable AMIGA software library.
  11010. Below is a listing of the significant directories and their contents.
  11011.  
  11012.  
  11013. DiskSpeed    A disk speed testing program specifically designed to give
  11014.         the most accurate results of the true disk performance of
  11015.         the disk under test.  Automatically updates and maintains
  11016.         an ASCII database of disk results for tested disks.  This
  11017.         is version 2.0, an update to version 1.0 on disk 251, with
  11018.         a few new features and a cleaner user interface.  Includes
  11019.         source in C.
  11020.         Author:  Michael Sinz
  11021.  
  11022. PlotData2D    Plots data onto a custom user defined screen and window,
  11023.         reading the plot and screen/window definitions, along with
  11024.         the X and Y data pairs, from a disk file.  Supports linear,
  11025.         log-log, and semi-log axis plots.  The data can be plotted
  11026.         with lines, symbols, or both.  Includes numerous example
  11027.         plots.  Version 1.0, includes source in Fortran.
  11028.         Author:  Robert C. Singleterry Jr.
  11029.  
  11030. Scripit        A script language that allows you to automate actions you
  11031.         would normally have to do manually.  Scripit can do anything
  11032.         that you do manually, by either the mouse or keyboard, by
  11033.         using a set of commands that instruct Scripit to simulate
  11034.         specific mouse or keyboard actions.  Also has an ARexx port,
  11035.         so it can be driven by ARexx allowing ARexx control over
  11036.         programs that do not have ARexx ports.  Includes both a
  11037.         recorder to generate scripts and a player to execute them.
  11038.         This is version 1.20, binary only.
  11039.         Author:  Khalid AldoseriThis is disk 289 of the freely distributable AMIGA software library.
  11040. Below is a listing of the significant directories and their contents.
  11041.  
  11042.  
  11043. AmiGo        A Go board and player for the Amiga.  You can play against
  11044.         another human, against the Amiga, or have the Amiga play
  11045.         itself.  Version 1.0, includes source.
  11046.         Author:  Todd Johnson, Stoney Ballard
  11047.  
  11048. Atree        A disk utility which imitates similar utilities widely
  11049.         available on IBM compatibles (PC Tools, Xtree, QuickDos,
  11050.         etc).  The intent is to allow the user a graphic
  11051.         representation of the entire directory structure on a
  11052.         disk device, including the files in each directory, and
  11053.         the capability of moving quickly through the tree to a
  11054.         directory to access its files.  Version 1.7, binary only.
  11055.         Author:  Don Schmidt
  11056.  
  11057. LHArc        An archive program like Arc and Zoo, with a heavy emphasis
  11058.         maximum compression for minimum archive size, using LZHUF
  11059.         compression.  This is Amiga version 1.0 (compatible with
  11060.         MSDOS version 1.13).  Binary only.
  11061.         Author:  Paolo Zibetti
  11062.  
  11063. Orbit        Plots the ground trace of satellites on a map of the earth,
  11064.         using the orbital elements for some 130 satellites, from a
  11065.         list which is updated every two weeks on Compuserve.
  11066.         Version 1.2, binary only.
  11067.         Author:  Timothy Middendorf
  11068.  
  11069. TreeWalk    A command for visiting all the files of a subtree of an
  11070.         Amiga file system, testing every file in the specified
  11071.         subtree against a supplied "filter" expression, and if
  11072.         the file passes through the filter, to issue the specified
  11073.         command with that file as one of the arguments.  It is
  11074.         designed to be reasonably fast, robust, and not use a
  11075.         lot of stack space or any other critical resources.
  11076.         Includes source.
  11077.         Author:  Mike Meyer
  11078. This is disk 290 of the freely distributable AMIGA software library.
  11079. Below is a listing of the significant directories and their contents.
  11080.  
  11081.  
  11082. DPlot        A simple display program for experimental data, with the
  11083.         goals of supporting paging through lots of data and 
  11084.         providing comfortable scaling and presentation.  This is
  11085.         version 2.0, an update to version 1.0 on disk 237, and
  11086.         incorporates several significant enhancements.  Binary
  11087.         only.
  11088.         Author:  A. A. Walma
  11089.  
  11090. IPC        An IPC (Inter-Process Communication) package, with the
  11091.         goal of creating a standard for IPC on the Amiga that
  11092.         is flexible enough to handle the widest possible range
  11093.         of applications.  The protocol used addresses different
  11094.         problem areas than ARexx, and emphasizes different aspects
  11095.         of the communication process, such as fast communication
  11096.         and preservation of data structure.  Includes source.
  11097.         Author:  Pete Goodeve and Peter da Silva
  11098.  
  11099. KillReq        A small program which disables Intuition's AutoRequest
  11100.         function.  In particular, this prevents AmigaDOS from
  11101.         putting up system requesters, which is useful if you are
  11102.         operating your Amiga remotely and can't use the mouse to
  11103.         click CANCEL.  Unlike similar utilities which affect only
  11104.         a single CLI, KillReq disables ALL requesters.  This is
  11105.         version 1.0 and includes C source.
  11106.         Author:  Eddy Carroll
  11107.  
  11108. Xicon        Xicon lets you use icons to call up scripts containing CLI
  11109.         commands.  This is version 2.5, an update to version 2.01
  11110.         on disk 157.  New features include automatic selection of
  11111.         the correct execution directory, the option to have
  11112.         keyboard interaction, and the use of IF, ELSE, etc DOS
  11113.         commands.  Binary only.
  11114.         Author:  Pete Goodeve
  11115. This is disk 291 of the freely distributable AMIGA software library.
  11116. Below is a listing of the significant directories and their contents.
  11117.  
  11118.  
  11119. GMC        A console handler with command line editing and function
  11120.         key support.  GMC provides extended command line editing,
  11121.         function key assignment in four levels, extended command
  11122.         line history, online help for functions in the handler,
  11123.         and an iconify function.  Version 4.0, binary only.
  11124.         Author:  Gotz Muller
  11125.  
  11126. Keyboard    Functions to translate RAWKEY Intuition messages into
  11127.         usable keycodes.  Includes source.
  11128.         Author:  Fabbian Dufoe
  11129.  
  11130. Sim        A simulator for register-transfer nets, which are used to
  11131.         describe hardware systems.  This version also provides
  11132.         a compiler to define new devices in addition to Sim's
  11133.         internal devices.  This is version 4.2, an update to
  11134.         version 4.0 on disk  229.  Binary only.
  11135.         Author:  Gotz Muller
  11136.  
  11137. SKsh        A ksh-like shell for the Amiga.  Some of its features
  11138.         include command substitution, shell functions with
  11139.         parameters, aliases, local variables, local functions,
  11140.         local aliases, powerful control structures and tests,
  11141.         emacs style line editing and history functions, I/O
  11142.         redirection, pipes, large variety of built-in commands,
  11143.         Unix style wildcards, Unix style filename conventions,
  11144.         filename completion, and coexistence with scripts from
  11145.         other shells.  Very well documented.  Version 1.2, an
  11146.         update to version 1.0 on disk 279, where it was called
  11147.         ash.  Binary only.
  11148.         Author:  Steve Koren
  11149.  
  11150. This is disk 292 of the freely distributable AMIGA software library.
  11151. Below is a listing of the significant directories and their contents.
  11152.  
  11153.  
  11154. Devstat        Assembly code example of locating and listing information
  11155.         about all mounted devices.  Includes source.
  11156.         Author:  Fabrice Lienhardt
  11157.  
  11158. FileRequest    Assembly code example of a file requester.  This is
  11159.         version 2.0, an update to version 1.0 on disk 173, where
  11160.         it was called FileSelect.  New features include 3 speed
  11161.         scrolling of filenames and ghosting of unavailable
  11162.         devices.  Includes source.
  11163.         Author:  Fabrice Lienhardt  
  11164.  
  11165. MultiPlot    A package for making 2D plots conveniently.  Tim Mooney
  11166.         wrote the original program, which was then enhanced by
  11167.         Alan Baxter with a nicer user interface, support for
  11168.         the PLT: device, and support for file conversions.  Rich
  11169.         Champeaux and Jim Miller wrote the PLT: handler which
  11170.         emulates a plotter by accepting HP-GL commands, creating
  11171.         a raster image, then dumping it to any preferences supported
  11172.         graphics printer.  This is version XLN and includes source
  11173.         to MultiPlot.  Update to version 1.2 on disk 231, where it
  11174.         was called just "Plot".  This version is 2D only.
  11175.         Author:  Alan Baxter, Tim Mooney, Rich Campeaux, Jim Miller
  11176.  
  11177. This is disk 293 of the freely distributable AMIGA software library.
  11178. Below is a listing of the significant directories and their contents.
  11179.  
  11180.  
  11181. ClockDJ        A utility which combines a clock, mouse accelerator,
  11182.         screen blanker, window manipulator, function keys, and
  11183.         macros into a single program, written in assembly
  11184.         language for maximum efficiency.  Includes an ARexx
  11185.         port.  Version 4.07, binary only.
  11186.         Author:  David Jenkins
  11187.  
  11188. CrcLists    Complete CRC check files for disks 001-292 using the brik
  11189.         program.  These were made directly from my master disks.
  11190.         I have switched to brik, from the crc program used to make
  11191.         the lists on disks 133, 146, and 173, because it has more
  11192.         features and because source is available.  This is an
  11193.         update to the lists on disk 233.
  11194.         Author:  Fred Fish
  11195.  
  11196. This is disk 294 of the freely distributable AMIGA software library.
  11197. Below is a listing of the significant directories and their contents.
  11198.  
  11199.  
  11200. DNet        A link protocol that provides essentially an unlimited
  11201.         number of reliable connections between processes on
  11202.         two machines, where each end of the link can be
  11203.         either an Amiga or a Unix (BSD4.3) machine.  Works
  11204.         on the Amiga with any EXEC device that looks like the
  11205.         serial.device.  Works on UNIX with tty and socket
  11206.         devices.  Achieves better than 95% average throughput
  11207.         on file transfers.  This is version 2.10.13, an update
  11208.         to version 2.0 released on disk 220.  Includes sources
  11209.         for both the Amiga and Unix versions.
  11210.         Author:  Matt Dillon
  11211.  
  11212. FmsDisk        A file based trackdisk simulator, useful for creating
  11213.         a floppy-like partition on your hard disk (so you can
  11214.         diskcopy to a floppy) without actually having to create
  11215.         a special partition for it.  Also useful for testing
  11216.         new filesystems and such.  Supports up to 32 units,
  11217.         with either the old filesystem or the new fast filesystem.
  11218.         Includes source.
  11219.         Author:  Matt Dillon
  11220. This is disk 295 of the freely distributable AMIGA software library.
  11221. Below is a listing of the significant directories and their contents.
  11222.  
  11223.  
  11224. GnuGrep        The grep program from the GNU project.  Replaces grep
  11225.         fgrep, egrep, and bmgrep.  Currently does not expand
  11226.         Amiga style wildcards, so if you wish to scan multiple
  11227.         files you will need to use it with a shell that does this
  11228.         for you.  This is version 1.5, an update to version 1.3
  11229.         on disk 204.  Includes source.
  11230.         Author:  Many (see README file)
  11231.  
  11232. Lhwarp        A program which will read tracks directly from your floppy
  11233.         disk, compress them using adaptive huffman encoding, and
  11234.         output them to a file.  The resulting file can be used by
  11235.         lhwarp to reconstruct an image of the original disk.  This
  11236.         is version 1.03 and includes source.
  11237.         Author:  Jonathan Forbes
  11238.  
  11239. MandelMountains
  11240.         A program that renders three-dimensional images of
  11241.         blowups of the Mandelbrot set.  Includes several example
  11242.         images.  Version 1.1, shareware, binary only.
  11243.         Author:  Mathias Ortmann
  11244. This is disk 296 of the freely distributable AMIGA software library.
  11245. Below is a listing of the significant directories and their contents.
  11246.  
  11247.  
  11248. Comal        Demo of AmigaCOMAL (missing only SAVE), an incremental
  11249.         p-code compiler from Denmark.  COMAL is a language with
  11250.         the design goal of combining the modern structured
  11251.         approach of Pascal with the ease of use and interactivity
  11252.         of BASIC.  There are versions of COMAL for IBM, VAX, CP/M,
  11253.         C-64, Amiga and various European operating systems.
  11254.         Includes a complete turtle graphics package.  Is perfect
  11255.         for education yet powerful enough for applications
  11256.         programming.  Version 2.0, binary only.
  11257.         Author:  Svend Daugaard Pedersen
  11258.              Freddy Dan Dalgas Kristiansen
  11259.  
  11260. Patch        A port of the very useful UNIX utility which applies context
  11261.         diffs to text files to automatically update them.  This is a
  11262.         port of version 2.0.1.6 (patch level 12), which Eric has
  11263.         dubbed Amiga version 1.0.  It is an update to an earlier
  11264.         version on disk 129.  Includes source.
  11265.         Author:  Larry Wall, Amiga port by Eric Green
  11266. This is disk 297 of the freely distributable AMIGA software library.
  11267. Below is a listing of the significant directories and their contents.
  11268.  
  11269.  
  11270. Clean        A small program written in assembly code, to be used
  11271.         in conjunction with a cleaning disk, to clean your
  11272.         floppy drive heads.  Version 1.0, includes source.
  11273.         Author:  Dan Burris
  11274.  
  11275. DevKit        A collection of C and ARexx language programs to
  11276.         facilitate the software development process.  With
  11277.         DevKit, you can launch your compiler from within your
  11278.         editor, have the cursor positioned on your errors, look
  11279.         up the autodoc page for any Amiga function at a single
  11280.         keystroke, find a system structure within the include
  11281.         files, or find any function in the code you are writing.
  11282.         Version 1.2, includes source.
  11283.         Author:  Peter Cherna
  11284.  
  11285. Elements    Very nice interactive display of the the Periodic Table 
  11286.         of Elements.  Can display a large amount of pertinent
  11287.         data about a selected element along with a good deal of 
  11288.         general and miscellaneous info.  This is version 1.3,
  11289.         an update to version 1.2a on disk 253.  It adds a non-
  11290.         interlace mode and extend selection of two elements.
  11291.         Binary only, shareware.
  11292.         Author:  Paul Thomas Miller
  11293.  
  11294. Hypno        A "bouncing polygons" type program like Mackie, LineArt,
  11295.         and Bezier.  Includes source in C.
  11296.         Author:  Markus Schmidt
  11297.  
  11298. Jed        A nicely done, intuition-based editor that is quite
  11299.         user-friendly.  Features word-wrap, auto-indent, newcli,
  11300.         alt buffer, split-window, keyboard macro, help, printing,
  11301.         and more.  This is version 1.1, an update to version 1.0
  11302.         on disk 180.  Shareware, binary only.
  11303.         Author:  Dan Burris
  11304.  
  11305. SuperMenu    An information display system you can use to quickly and
  11306.         easily display text files (and sections of text files) with
  11307.         the press of a button.  Version 1.62, shareware, binary only.
  11308.         Author:  Paul Thomas Miller
  11309.  
  11310. WriteIcon    Sample code that creates an icon using a compiled-in image,
  11311.         the source of which can be created with Icon2C on disk 56.
  11312.         Version 1.0, includes source in C.
  11313.         Author:  Dan Burris
  11314. This is disk 298 of the freely distributable AMIGA software library.
  11315. Below is a listing of the significant directories and their contents.
  11316.  
  11317.  
  11318. BBChampion    This is BootBlockChampionIII, a very nicely done program
  11319.         that allows you to load, save, and analyze any bootblock.
  11320.         This is version 3.21, an update to version 3.1 on disk
  11321.         244.  New features include checks for five different LAMER
  11322.         viruses and some other enhancements.  Binary only.
  11323.         Author:  Roger Fischlin
  11324.  
  11325. DClock        A "Dumb Clock" utility that displays the date and time in
  11326.         the Workbench screen title bar.  Uses only about 2 percent
  11327.         of the CPU time and about 10Kb of memory.  Also has an
  11328.         alarm clock feature and audible beep for programs that
  11329.         call DisplayBeep.  Version 1.5, includes source.
  11330.         Author:  Olaf Barthel
  11331.  
  11332. Fenster        A program which can operate on windows owned by another
  11333.         program, to close them, change their size, refresh gadgets,
  11334.         move the window to the background, etc.  This is version
  11335.         2.0, an update to version 1.0 on disk 245.  Includes source.
  11336.         Author:  Roger Fischlin
  11337.  
  11338. FileMaster    A file editor like NewZap or FedUp, which allows you to
  11339.         manipulate bytes of a file.  You may also change the file
  11340.         size or execute a patch.  Version 1.11, includes source.
  11341.         Author:  Roger Fischlin
  11342. This is disk 299 of the freely distributable AMIGA software library.
  11343. Below is a listing of the significant directories and their contents.
  11344.  
  11345.  
  11346. Hangman        A simple hangman program similar to one seen on some
  11347.         UNIX machines.  Currently runs only from CLI.  Includes
  11348.         source in C.
  11349.         Author:  Gary Brant
  11350.  
  11351. Rxil        An ARexx interface library that makes it easy for programs
  11352.         to implement a complete, robust ARexx interface with
  11353.         minimal effort.  Version 1.0, includes source.
  11354.         Author:  Don Meyer
  11355.  
  11356. SceneGenDemo    Demo of a program called Scene Generator, that generates
  11357.         very realistic looking landscapes.  This program is an
  11358.         enhanced, low cost commercial version, of the Scenery
  11359.         program included on disk 155.  This is version 2.03,
  11360.         binary only.
  11361.         Author:  Brett Casebolt
  11362.  
  11363. Yacc        This is a port of Berkeley Yacc for the Amiga.  This
  11364.         Yacc has been made as compatible as possible with the
  11365.         AT&T Yacc, and is completely public domain.  Note that
  11366.         it is NOT the so-called Decus Yacc, which is/was simply
  11367.         a repackaging of the proprietary AT&T Yacc.  Amiga
  11368.         version 1.0a, includes source.
  11369.         Author:  Bob Corbett, Amiga port by Eric Green
  11370. This is disk 300 of the freely distributable AMIGA software library.
  11371. Below is a listing of the significant directories and their contents.
  11372.  
  11373.  
  11374. SuperEcho    A neat program to be used with Perfect Sound-like audio
  11375.         digitizers that generates LIVE audio effects, including
  11376.         Echos, Deep Voice, Squeaky Voice, Many People, M-M-Max
  11377.         Headroom and much more.  Binary only.
  11378.         Author:  Kevin Kelm
  11379.  
  11380. TACL        An adventure player for games written with The Adventure
  11381.         Construction Language, a commercial computer language.
  11382.         Includes two sample games; one is text-only and the other
  11383.         is text-graphic.  Binary only, plus the TACL source code
  11384.         that was used to write the graphic adventure.
  11385.         Author:  Kevin Kelm and Rhett Rodewald
  11386.  
  11387. TitleGen    A simple script language program for generating vertically
  11388.         crawling title sequences in any font and up to 500 lines
  11389.         long.  Good for video production.  Version 1.6, binary only.
  11390.         Author:  Kevin Kelm
  11391.  
  11392. XenoZap        A program that recursively descends into directories,
  11393.         disabling the Xeno virus in all executable files that it
  11394.         finds.  Version 1.0, includes source in Modula-2.
  11395.         Author:  Kevin Kelm
  11396. This is disk 301 of the freely distributable AMIGA software library.
  11397. Below is a listing of the significant directories and their contents.
  11398.  
  11399.  
  11400. Aquarium    A program for searching through a special database
  11401.         containing information about the contents of the
  11402.         library, in order to find programs that match a
  11403.         specified list of conditions.  Includes a database
  11404.         of disks 1-300, and a program to add the contents
  11405.         of future disks to the database.  Binary only.
  11406.         Author:  B Lennart Olsson
  11407.  
  11408. IffLib        A ready-to-use library to perform various manipulations
  11409.         on IFF files.  Includes a sample IFF viewer and a utility
  11410.         to save the front screen as an IFF file.  This is version
  11411.         16.1, an update to version 15.3 on disk 173, and includes
  11412.         a couple of bug fixes and some new features.  Binary only.
  11413.         Author:  Christian A. Weber
  11414.  
  11415. UeditUpdate    This is a partial update to the 2.5d version of Uedit on
  11416.         disk 286.  It includes only the UES executable, which has
  11417.         had patches d1 through d4 applied.  Disk 286 is still needed
  11418.         for a complete Uedit shareware distribution.  Binary only.
  11419.         Author:  Rick Stiles
  11420. This is disk 302 of the freely distributable AMIGA software library.
  11421. Below is a listing of the significant directories and their contents.
  11422.  
  11423.  
  11424. Chop        A program which uses a hotkey to chop a displayed screen
  11425.         down to a temporary maximum of 4 planes in lo-res or 2
  11426.         planes in hi-res, allowing the processor full speed access
  11427.         to chip memory.  Only the displayed screen is affected, the
  11428.         program painting the screen continues to work with the full
  11429.         color palette.  Unchoping the screen puts everything back
  11430.         to normal.  Version 1.0, binary only.
  11431.         Author:  Nico Francois
  11432.  
  11433. DiskTalk    A cute little program, like "muncho" on disk 137, which
  11434.         plays digitized sound samples when you insert or remove a
  11435.         floppy disk.  Samples are saved as IFF sound files.
  11436.         Version 1.0, binary only.
  11437.         Author:  Nico Francois
  11438.  
  11439. MiscUtils    Some small sound and screen hacks.  Includes source in C.
  11440.         Author:  Jorrit Tyberghein
  11441.  
  11442. PPMore        Another "more" like utility.  This one reads text files
  11443.         that have been crunched with PowerPacker, thus saving space
  11444.         at the slight expense of some time to uncrunch the text.
  11445.         Version 1.3, binary only.
  11446.         Author:  Nico Francois
  11447.  
  11448. ProgUtils    Some miscellaneous programming utilities and examples.
  11449.         Includes source in assembly code.
  11450.         Author:  Jorrit Tyberghein
  11451.  
  11452. QuickHelp    A utility that helps you make and display your own help
  11453.         files for commands.  Disk space usage is minimized by
  11454.         using PowerPacker to crunch the help files.  Version 1.2,
  11455.         binary only.
  11456.         Author:  Jorrit Tyberghein
  11457.  
  11458. RollOn        A "Soko-Ban" like shareware game, submitted by the author.
  11459.         Includes both English and German versions, a level editor,
  11460.         and digitized sounds.  This is version 1.1, binary only.
  11461.         Author:  Tobias Eckert
  11462.  
  11463. Selector    A program that helps you assemble programs on a boot disk
  11464.         and start them in a user friendly way.  Version 2.5,
  11465.         binary only.
  11466.         Author:  Nico Francois
  11467.  
  11468. TurboMandel    A fast mandelbrot program, written in a mix of C and
  11469.         assembly language.  You can select between using floating
  11470.         point or integer calculation.  Other features include a
  11471.         full intuition interface, cycling capabilities, extensive
  11472.         color control, a user definable iteration depth, fully
  11473.         implemented zoom, a 3-D display mode, support for extra
  11474.         halfbrite as well as interlace and hires, IFF load and
  11475.         save, accuracy selections, and more.  Version 1.0,
  11476.         includes source in assembly and C.
  11477.         Author:  Marivoet Philip
  11478. This is disk 303 of the freely distributable AMIGA software library.
  11479. Below is a listing of the significant directories and their contents.
  11480. All of this material was submitted on disk directly by the author,
  11481. Lars Clausen, for inclusion in the library.  Thanks Lars!
  11482.  
  11483. CPM        A program to compute mandelbrots via the Continous
  11484.         Potential Method, as described in the book "The Science
  11485.         of Fractal Images" by H. O. Pietgen and D. Saupe.  It is
  11486.         used to make 3-dimensional pictures of the mandelbrot
  11487.         set.  This is a batch mode type program so several images
  11488.         can be generated, one after the other, without any human
  11489.         interaction.  Includes source.
  11490.         Author:  Lars Clausen
  11491.  
  11492. DEM        A program to compute mandelbrots via the Distance Estimator
  11493.         Method, as described in the book "The Science of Fractal
  11494.         Images" by H. O. Pietgen and D. Saupe.  It is used to make
  11495.         high resolution black-and-white images.  This is a batch
  11496.         mode type program so several images can be generated, one
  11497.         after the other, without any human interaction.  Includes
  11498.         source.
  11499.         Author:  Lars Clausen
  11500.  
  11501. Demon        This program implements the Demons cellular automaton as
  11502.         described in the August, 1989, issue of Scientific American.
  11503.         Using extremely simple rules it exhibits rather complex 
  11504.         behaviour.  Includes source.
  11505.         Author:  Lars Clausen
  11506.  
  11507. FixIcons    A program to scan through all files in a given volume or
  11508.         directory, looking for project icons and changing their
  11509.         default tools according to instructions given in a script
  11510.         file.  Version 1.2, includes source.
  11511.         Author:  Lars Clausen
  11512.  
  11513. IceFrac        A fractal generator using the Diffusion Limited Aggregation
  11514.         algorithm, as described in the book "The Beauty of Fractal
  11515.         Images".  This is version 2.1 and includes source.
  11516.         Author:  Lars Clausen
  11517.  
  11518. Rocket        Another program in the long tradition of screen hacks.
  11519.         This one zeroes in on your mouse pointer.  Binary only.
  11520.         Author:  Lars Clausen
  11521.  
  11522. ScreenZap    A utility that forcibly removes screens and windows from
  11523.         your system.  Useful to get rid of zombie screens or windows
  11524.         that have been left around by aborted or buggy programs.
  11525.         This is version 2.3 and includes source.
  11526.         Author:  Lars Clausen
  11527.  
  11528. SnowFall    Another program in the long tradition of screen hacks for
  11529.         the amiga.  Watch the snow fall, get blown around by the
  11530.         wind, and collect in realistic heaps.  Includes source.
  11531.         Author:  Lars Clausen
  11532. This is disk 304 of the freely distributable AMIGA software library.
  11533. Below is a listing of the significant directories and their contents.
  11534. All of this material was submitted on disk directly by the author,
  11535. Joel Swank, for inclusion in the library.  Thanks Joel!
  11536.  
  11537.  
  11538. Circles        A circles pattern generator, reminiscent of one of the
  11539.         early Amiga demos.  Version 1.1, includes source in C.
  11540.         Author:  Joel Swank
  11541.  
  11542. DocSplit    A program to split the 1.3 autodoc files into individual
  11543.         subroutine files.  One file is created for each subroutine,
  11544.         with the name created by appending ".doc" to the subroutine
  11545.         name.  Version 1.0, includes source.
  11546.         Author:  Joel Swank
  11547.  
  11548. Gears        A program to calculate and display the gears of a multispeed
  11549.         bicycle.  Works for bicycles with 3 to 21 gear combinations.
  11550.         Version 1.1, includes source.
  11551.         Author:  Joel Swank
  11552.  
  11553. IRA        Allows easy calculation of future values of investment.
  11554.         Enter the beginning investment value, annual percentage
  11555.         rate, annual deposit amount, and number of years, to
  11556.         compute the future value.  Version 2.0, includes source.
  11557.         Author:  Joel Swank
  11558.  
  11559. Lines        A color line pattern generator, adapted from Mackie.
  11560.         Version 1.1, includes source.
  11561.         Author:  Joel Swank
  11562.  
  11563. Mean18        Two custom golf courses for Mean 18.
  11564.         Author:  Joel Swank
  11565.  
  11566. Multic        Formats a single column of input into multiple side by
  11567.         side columns.  Includes source.
  11568.         Author:  Joel Swank
  11569.  
  11570. PageCnt        Counts and displays the number of form feeds in a file,
  11571.         along with the length of the longest line.  Version 1.0,
  11572.         includes source.
  11573.         Author:  Joel Swank
  11574.  
  11575. Skel        A skeleton workbench application that makes writing
  11576.         workbench programs easier.  Provides routines for main,
  11577.         initialization and termination, gadget and menu handling,
  11578.         argument processing, help window, about requester, etc.
  11579.         Version 1, includes source.
  11580.         Author:  Joel Swank
  11581.  
  11582. SuperRetLab    Prints return address labels 3-up on single-wide 3.5 inch
  11583.         by 7/16/ inch label stock.  Can print up to 5 lines per
  11584.         label.  Version 1.1, includes source.
  11585.         Author:  Joel Swank
  11586.  
  11587. Verify        Walks a directory hierarchy reading all files, reporting
  11588.         any files that can't be entirely read.  Version 1.2,
  11589.         includes source.
  11590.         Author:  Joel Swank
  11591. This is disk 305 of the freely distributable AMIGA software library.
  11592. Below is a listing of the significant directories and their contents.
  11593.  
  11594.  
  11595. Fenster        A program which can operate on windows owned by another
  11596.         program, to close them, change their size, refresh gadgets,
  11597.         move the window to the background, etc.  This is version
  11598.         2.1, an update to version 2.0 on disk 298.  Includes source.
  11599.         Author:  Roger Fischlin
  11600.  
  11601. Lhwarp        A program which will read tracks directly from your floppy
  11602.         disk, compress them using adaptive huffman encoding, and
  11603.         output them to a file.  The resulting file can be used by
  11604.         lhwarp to reconstruct an image of the original disk.  This
  11605.         is version 1.20, an update to version 1.03 on disk 295.
  11606.         New features include much faster compression/decompression,
  11607.         a 32-bit CRC, and two additional compression methods.
  11608.         Binary only.
  11609.         Author:  Jonathan Forbes
  11610.  
  11611. Mackie        A versatile cli/macro-key initiator based on POPCLI with
  11612.         a unique method    of "screen-blanking".  I won't say more,
  11613.         just try it!  This is version 1.4, an update to version
  11614.         1.3 from disk 267.  Includes fixes to work with latest
  11615.         WShell and the new 'never' keyword.  Includes source.
  11616.         Author:  Tomas Rokicki
  11617.  
  11618. Obsess        Obsess-O-Matic is a real-time puzzle game like Tetrix
  11619.         where the object is to fit the falling pieces together
  11620.         to form complete horizontal rows.  Features such as burning,
  11621.         exploding, and invisible pieces enhance game play.  Other
  11622.         features such as a puzzle piece editor are included in the
  11623.         version available directly from the author.  This is
  11624.         version 1.0, shareware, binary only.
  11625.         Author:  Wayne Phillips
  11626.  
  11627. PrFont        Prints a sample of each font from the fonts: directory.
  11628.         Draws one line of each font on a custom hires screen,
  11629.         which can be printed.  Version 1.3, includes source.
  11630.         Author:  Joel Swank
  11631.  
  11632. Reversi        Plays the classical reversi game on an 8 x 8 square field.
  11633.         Version 2.0, an update to version 1.2 on disk 245.  Includes
  11634.         source in assembly language.
  11635.         Author:  Marc Fischlin
  11636.  
  11637. SpaceLog    A database containing data for all of the man related space
  11638.         missions of the United States and the Soviet Union that were
  11639.         related to the development of manned space flight, from the
  11640.         beginning of the space age to the present (368 missions),
  11641.         listed in chronological order.  Includes an AmigaBASIC
  11642.         program to manipulate the database.  Version 1.54, binary
  11643.         only.
  11644.         Author:  Gene Heitman
  11645. This is disk 306 of the freely distributable AMIGA software library.
  11646. Below is a listing of the significant directories and their contents.
  11647. All of this material was submitted on disk by Tomas Rokicki.  Thanks Tomas!
  11648.  
  11649.  
  11650. Life        A new version of Tomas's Life game.  This version includes
  11651.         a new torus option, an option to perform calculations with
  11652.         the processor rather than the blitter, and a couple of
  11653.         other minor changes.  This is an update to the version on
  11654.         disk 131, includes source.
  11655.         Author:  Tomas Rokicki
  11656.  
  11657. RexxPlPlot    A library of C functions useful for scientific plotting
  11658.         on the Amiga.  The library is Lattice C compatible.
  11659.         Contour plotting, three dimensional plotting, axis
  11660.         redefinition, log-log plotting and multiple subpages are
  11661.         a few of Plplot's features.  The plots can be displayed
  11662.         on a monitor or sent to a graphics file for subsequent
  11663.         printing.  This is RexxPlPlot version 0.3, an update to
  11664.         Plplot version 1.00 on disk 222.  New features include
  11665.         an ARexx interface, support for IFF output, support for
  11666.         PostScript output, support for Preferences, some new
  11667.         functions, bug fixes, and more.  Includes source.
  11668.         Author:  Tony Richardson, Samuel Paolucci, Glenn Lewis
  11669.              and Tomas Rokicki
  11670.  
  11671. Tree        A very simple directory tree traversal program, written
  11672.         primarily as an aid to creating zoo archives and disk
  11673.         backups.  Has options to exclude certain directories or
  11674.         files with specific extensions.  Includes source.
  11675.         Author:  Tomas Rokicki
  11676. This is disk 307 of the freely distributable AMIGA software library.
  11677. Below is a listing of the significant directories and their contents.
  11678.  
  11679. DissiDemos    Demo of Midi Sample Wrench, which provides pro sample
  11680.         editing features for owners of musical samplers.
  11681.         Version 1.1, binary only.
  11682.         Author:  Jeff Glatt
  11683.  
  11684. FileIO        A disk based shared library to make filename selection easy
  11685.         for load and save routines using an Intuition interface.
  11686.         This is version 1.5, and update to the version on disk 257.
  11687.         Now includes the ability to select multiple filenames and
  11688.         fixes some bugs in the 1.4 version.  Binary only.
  11689.         Author:  R. J. Mical, Jeff Glatt and Jim Fiore
  11690.  
  11691. Samp        Documentation and interface library for an IFF FORM
  11692.         "SAMP", 16-bit sampled sound file format.  This format
  11693.         allows more than one waveform per octave, and the lengths
  11694.         of different waveforms do not have to be factors of 2.
  11695.         Includes a utility to convert 8SVX files to SAMP format.
  11696.         Version 1.0, binary only.
  11697.         Author:  Jeff Glatt
  11698. This is disk 308 of the freely distributable AMIGA software library.
  11699. Below is a listing of the significant directories and their contents.
  11700.  
  11701.  
  11702. FReq        A general purpose file requester, which was designed to be
  11703.         easy to use and fast, with a built-in ARexx port allowing
  11704.         you to use it from ARexx scripts or applications with ARexx
  11705.         ports.  Version 1.0, binary only.
  11706.         Author:  Jeffrey D. Wahaus
  11707.  
  11708. ScreenShare    A library and support programs that enable applications
  11709.         to open up windows on other applications' custom screens.
  11710.         For example, your editor may want to open a window on
  11711.         your terminal emulator's screen so you can compose a
  11712.         message while still being able to see the contents of
  11713.         the terminal's screen.  Both applications must cooperate
  11714.         for the screen sharing to work.  This is version 1.21,
  11715.         an update to version 1.2 on disk 246.  Includes source
  11716.         for interface portions.
  11717.         Author:  Willy Langeveld
  11718.  
  11719. StarBlanker    A screen blanker that replaces your display with a randomly
  11720.         chosen animated starfield.  Version 1.00, includes source
  11721.         in Modula-2.
  11722.         Author:  Chris Bailey
  11723.  
  11724. Vlt        VLT is both a VT100 emulator and a Tektronix (4014 plus
  11725.         subset of 4105) emulator, currently in use at SLAC
  11726.         (Stanford Linear Accelerator Center).  Although the VT100
  11727.         part was originally based on Dave Wecker et al.'s VT100,
  11728.         many enhancements were made.  Features include use of ARP,
  11729.         an ARexx port, XMODEM 1K/CRC and Kermit protocols, support
  11730.         for additional serial ports, external file transfer protocols
  11731.         (XPR), a "chat" mode, and scrollback/review/history buffer.
  11732.         It comes in two versions, one with Tektronix emulation, and
  11733.         one without.  The Tektronix emulation allows saving IFF files,
  11734.         PostScript files, and printing bitmaps to the printer.  This
  11735.         is version 4.428, an update to version 4.226 on disk 257.
  11736.         The major change for this update is a rewrite of the
  11737.         Tektronix emulation to support almost all of the Tektronix
  11738.         4105 escape sequences.  Binary only.
  11739.         Author:  Willy Langeveld
  11740. This is disk 309 of the freely distributable AMIGA software library.
  11741. Below is a listing of the significant directories and their contents.
  11742.  
  11743.  
  11744. Bind        A binding (glue) library builder.  Takes a standard
  11745.         '.fd' (function definition) file and generates a binding
  11746.         library for the functions defined in the '.fd' file.
  11747.         Version 1.2, an update to the version released with
  11748.         midilib on disk 227.  Binary only.
  11749.         Author:  Bill Barton
  11750.  
  11751. Csh        Version 4.00a of a csh like shell derived from Matt
  11752.         Dillon's shell, version 2.07.  This is an update to
  11753.         version 3.03a on disk 223.  Changes include ARP pattern
  11754.         matching, improved search command, some new commands
  11755.         like 'basename', some new options, bug fixes, and an
  11756.         ARexx port.  Includes source.
  11757.         Author:  Matt Dillon, Steve Drew, Carlo Borreo, Cesare Dieni
  11758.  
  11759. SKsh        A ksh-like shell for the Amiga.  Some of its features
  11760.         include command substitution, shell functions with
  11761.         parameters, aliases, local variables, local functions,
  11762.         local aliases, powerful control structures and tests,
  11763.         emacs style line editing and history functions, I/O
  11764.         redirection, pipes, large variety of built-in commands,
  11765.         Unix style wildcards, Unix style filename conventions,
  11766.         filename completion, and coexistence with scripts from
  11767.         other shells.  Very well documented.  Version 1.3, an
  11768.         update to version 1.2 on disk 291.  Binary only.
  11769.         Author:  Steve Koren
  11770.  
  11771. This is disk 310 of the freely distributable AMIGA software library.
  11772. Below is a listing of the significant directories and their contents.
  11773.  
  11774.  
  11775. Mon        A machine code monitor/debugger program for the Amiga
  11776.         which is re-entrant and can be made resident.  This is
  11777.         version 1.24, binary only.
  11778.         Author:  Timo Rossi
  11779.  
  11780. UUCP        An implementation of uucp for the Amiga, including mail
  11781.         and news.  This is Matt's version 1.00 for the Amiga,
  11782.         based on William Loftus's Amiga UUCP 0.40 release with
  11783.         news code from his 0.60 release, and months of work by
  11784.         Matt Dillon to make fixes and add enhancements.  Includes
  11785.         source.
  11786.         Author:  Various, major enhancements by Matt Dillon
  11787. This is disk 311 of the freely distributable AMIGA software library.
  11788. Below is a listing of the significant directories and their contents.
  11789.  
  11790.  
  11791. CRobots        A game based on computer programming.  Unlike arcade type
  11792.         games which require human input controlling some object,
  11793.         all strategy in CRobots is condensed into a C language
  11794.         program that you design and write, to control a robot
  11795.         whose mission is to seek out, track, and destroy other
  11796.         robots, each running different programs.  All robots are
  11797.         equally equipped, and up to four may compete at once.
  11798.         Version 2.1w, binary only, source available from author.
  11799.         Author:  Tom Poindexter, Amiga version by David Wright
  11800.  
  11801. Echo        Echo is a replacement for the AmigaDOS or ARP echo command.
  11802.         This version provides easy color setting or positioning for
  11803.         all echo'ed strings.  Completely compatible with the AmigaDOS
  11804.         and ARP echo commands, all your old batch files should work
  11805.         correctly.  Version 1.08c, includes source.        
  11806.         Author:  George Kerber (based on echo by Garry Glendown)
  11807.     
  11808. Etime        Etime will display the elapsed time between events.  This is
  11809.         useful in scripts to display the elapsed time between the
  11810.         beginning and ending.  Many options including color and time
  11811.         displayed as hh:mm:ss or total seconds.  Version 1.05c,
  11812.         includes source.
  11813.         Author:  George Kerber
  11814.  
  11815. Fortune        Fortune will ramdomly display a 'fortune' selected from the
  11816.         fortunes file (supplied).  The 'fortunes' file is easily
  11817.         modified or added to by the user, using any text editor.
  11818.         Fortune provides color and speech by user option.
  11819.         Version 2.04c, includes source.
  11820.         Author:  George Kerber
  11821.  
  11822. Incr        Incr will easily allow the user to keep a total count of
  11823.         any event run from a batch file.  Incr will take a number
  11824.         from a file, increment it by one and display the result.
  11825.         The new count is written back to the file.  Version 1.04b,
  11826.         includes source.
  11827.         Author:  George Kerber
  11828.  
  11829. PKAZip        The PKWare ZIP tool for the Amiga.  Provides functions
  11830.         to create, examine, extract, test, modify, display, and
  11831.         print files which are in the ZIP compressed format
  11832.         Uses a full Intuition interface with no CLI support.
  11833.         Version 01.00, binary only.
  11834.         Author:  PKWARE Inc, Amiga version by Dennis Hoffman
  11835.  
  11836. Udate        Udate is a replacement for the AmigaDOS date command,
  11837.         containing many options similiar to the UNIX date command.
  11838.         Udate will allow you to set the date and time via prompts
  11839.         or directly from the command line, will display any part
  11840.         of the date or time using the options in any color desired,
  11841.         and will also make an automatic adjustment of your system
  11842.         clock for Daylight Savings Time so your computer will be
  11843.         one less clock you will ever have to set twice a year for
  11844.         DST.  Version 1.15c, includes source.
  11845.         Author:  George Kerber
  11846.  
  11847. This is disk 312 of the freely distributable AMIGA software library.
  11848. Below is a listing of the significant directories and their contents.
  11849.  
  11850.  
  11851. ChinaChallenge    A game similar to Shanghai or Mahjong.  The goal is to
  11852.         remove all parts of the pile, the so called Dragon, step
  11853.         by step.  This dragon is composed of 120 different game
  11854.         pieces.  You can always find four pieces displaying the
  11855.         same picture or chinese symbols.  Binary only.
  11856.         Author:  Dirk Hoffmann
  11857.  
  11858. LHArc        An archive program like Arc and Zoo, with a heavy emphasis
  11859.         maximum compression for minimum archive size, using LZHUF
  11860.         compression. This is version 1.10, an update to version 1.0
  11861.         on disk 289.  Changes include 20-50% faster compression,
  11862.         17% faster decompression, file sorting, more efficient use
  11863.         of memory, a new progress indicator display, and some bug
  11864.         fixes.  Binary only.
  11865.         Author:  Paolo Zibetti
  11866.  
  11867. Moonbase    You must guide a lunar lander to ferry cargo from an 
  11868.         orbiting space station to bases on the surface of the moon.
  11869.         You get cargo and fuel for the lander by docking with the
  11870.         space station.  The goal is to complete all the assigned
  11871.         cargo deliveries, and to destroy as few landers as possible
  11872.         in doing so.  Binary only.
  11873.         Author:  Jim Barber
  11874.  
  11875. TrackSalve    A trackdisk patch which removes all known bugs and patches
  11876.         the trackdisk task to allow various enhancements, such as
  11877.         reading good sectors from partially bad tracks, write
  11878.         verification, write protect simulation, and turning off
  11879.         clicking.  Version 1.0, includes source in C and assembler.
  11880.         Author:  Dirk Reisig
  11881.  
  11882. This is disk 313 of the freely distributable AMIGA software library.
  11883. Below is a listing of the significant directories and their contents.
  11884.  
  11885.  
  11886. UUCP        An implementation of uucp for the Amiga, including mail
  11887.         and news.  This is Matt's version for the Amiga, based
  11888.         on William Loftus's Amiga UUCP 0.40 release with news
  11889.         code from his 0.60 release, and months of work by Matt
  11890.         to make fixes and add enhancements.  This is version
  11891.         1.03D, an update to version 1.00 on disk 310.  Includes
  11892.         source.
  11893.         Author:  Various, major enhancements by Matt Dillon
  11894. This is disk 314 of the freely distributable AMIGA software library.
  11895. Below is a listing of the significant directories and their contents.
  11896.  
  11897.  
  11898. A68k        A 68000 assembler originally written in Modula-2 in
  11899.         1985 and converted to C by Charlie Gibb in 1987.  Has
  11900.         been converted to accept metacomco-compatible assembler
  11901.         source code and to generate Amiga objects.  Includes source.
  11902.         This is version 2.61, an update to the version on disk 186.
  11903.         Author:  Brian Anderson; C translation and Amiga work
  11904.              done by Charlie Gibb
  11905.  
  11906. Zc        A full K&R C compiler based on a port of the Atari ST
  11907.         version of the Sozobon-C compiler.  Includes the C compiler
  11908.         main pass written by Johann Ruegg with fixes and enhancements
  11909.         by Joe Montgomery and Jeff Lydiatt, a cc front end written
  11910.         by Fred Fish with enhancements by Jeff Lydiatt and Ralph
  11911.         Babel, an optimizer written by Tony Andrews, an assembler
  11912.         written by Brian Anderson and Charlie Gibb, a linker written
  11913.         by the Software Distillery, generic include files, and a C
  11914.         runtime library written by Dale Schumacher and ported by
  11915.         Jeff Lydiatt.  This is version 1.01, an update to disks 171
  11916.         and 193.
  11917.         Author:  Various, see documentation.
  11918. This is disk 315 of the freely distributable AMIGA software library.
  11919. Below is a listing of the significant directories and their contents.
  11920.  
  11921.  
  11922. AmigaFox    A text processor with graphics capabilities.  Version
  11923.         1.00, binary only.
  11924.         Author:  Michael Wust
  11925.  
  11926. Drawmap        A program for drawing representations of the Earth's
  11927.         surface.  Can generate flat maps, mercator maps, globe
  11928.         views and orbital views.  This is version 2.0, an update
  11929.         to version 1.0 on disk 229.  Enhancements include
  11930.         dropshadows, user text entry and placement, improved
  11931.         event processing and better looking mouse pointers.
  11932.         Includes source.
  11933.         Author:  Bryan Brown
  11934.  
  11935. Surf        Generates bezier surfaces of revolution.  Will produce some
  11936.         amazing pictures of wineglasses, doorknobs, or other objects
  11937.         one could turn on a lathe.  Includes the capacity to map IFF
  11938.         image files onto any surface that it can draw.  This is 
  11939.         version 2.0, an update to version 1.0 on disk 170.  Changes
  11940.         include support for data file formats that can be translated
  11941.         to input files for various 3D modeling programs, an increase
  11942.         in the number of grey shades available, and the capability of
  11943.         modifying the endpoints of segments.  Source included.
  11944.         Author:  Eric Davies
  11945. This is disk 316 of the freely distributable AMIGA software library.
  11946. Below is a listing of the significant directories and their contents.
  11947.  
  11948.  
  11949. Formulae    An implementation of basic propositional formulae
  11950.         manipulation routines in Scheme (Scheme is available on
  11951.         disk 149).  Uses only essential procedures so it should
  11952.         run under any Scheme.  Includes source in Scheme.
  11953.         Author:  Gauthier Groult and Bertrand Lecun
  11954.  
  11955. Iff2C        Yet another IFF ILBM to C converter.  Two unique features
  11956.         are the ability to generate comments representing the
  11957.         actual image, and the planepick computation.  This is
  11958.         version 0.30 and includes source.
  11959.         Author:  Gauthier Groult and Jean Michel Forgeas
  11960.  
  11961. IntuiSup    A shared library which implements extensions to the Amiga
  11962.         operating system and graphical environment.  Includes
  11963.         several example programs that make use of the library,
  11964.         including building a nifty file requester from the
  11965.         library's user interface routines.  Version 1.15, binary
  11966.         only.  Source available from author.
  11967.         Author:  Gauthier Groult
  11968.  
  11969. Life        Another version of Tomas's Life game.  Includes a torus
  11970.         option, an option to perform calculations with the processor
  11971.         rather than the blitter, and more.  This is version 5.0, an
  11972.         update to the version on disk 306, and is about 15% faster.
  11973.         Includes source.
  11974.         Author:  Tomas Rokicki
  11975.  
  11976. SmartIcon    This shareware program, submitted by the author, is an
  11977.         Intuition objects iconifier.  Version 2.0 is still limited
  11978.         to iconifying windows, which is still very handy.  It adds
  11979.         a new "iconify gadget" to each window, that when clicked
  11980.         on, iconifies the window into an icon in the ram: disk.
  11981.         This is version 2.0, an update to version 1.0 on disk 214.
  11982.         Includes source.
  11983.         Author:  Gauthier Groult
  11984.  
  11985. Vectors        A simple program to test how fast the Amiga can draw lines.
  11986.         Includes two versions, 1.0 and 1.1, each of which performs
  11987.         tests slightly differently.  Includes source.
  11988.         Author:  Gauthier Groult and Jean Michel Forgeas
  11989. This is disk 317 of the freely distributable AMIGA software library.
  11990. Below is a listing of the significant directories and their contents.
  11991.  
  11992.  
  11993. StillStore    A program designed for freelance, corporate, and broadcast
  11994.         television.  It loads and displays IFF images of any
  11995.         resolution interchangeably from a list file or as inputted
  11996.         directly (I.E. random access).  The user may easily skip
  11997.         forward or backward one or more pictures in the list.  A
  11998.         "generic" display is always just a few seconds away.  The
  11999.         program can be used "on air" with no concern that a pull
  12000.         down menu will suddenly appear in the viewable area.  It
  12001.         also provides for a precise cue for changing windows or
  12002.         screens.  While the main purpose is to load "news windows"
  12003.         of 1/4 screen size, StillStore can also handle full-sized
  12004.         and overscanned images.  Also includes slide show modes and
  12005.         a screen positioning feature.  Stillstore is written in the
  12006.         Director language from the Right Answers Group. Version 1.2,
  12007.         binary only, source available from authors.
  12008.         Author:  R. J. (Dick) Bourne and Richard Murray
  12009.  
  12010. Uniq        A text processor which compacts repeated adjacent lines.
  12011.         Intended to be used with a sorted file to print unique
  12012.         lines, or repeated lines.  Behaviour and options like UNIX
  12013.         version.  Version 1.1, includes source.
  12014.         Author:  John Woods, Amiga port by Gary Duncan
  12015. This is disk 318 of the freely distributable AMIGA software library.
  12016. Below is a listing of the significant directories and their contents.
  12017.  
  12018.  
  12019. CNewsBin    This is part 1 of a C News distribution for the Amiga.
  12020.         This part includes all the binary and text files necessary
  12021.         to set up and run C News.  Part 2 is available on disk 319
  12022.         and contains the source.
  12023.         Author:  Various, Amiga port by Frank Edwards
  12024.  
  12025. Lhwarp        A program which will read tracks directly from your floppy
  12026.         disk, compress them using adaptive huffman encoding, and
  12027.         output them to a file.  The resulting file can be used by
  12028.         lhwarp to reconstruct an image of the original disk.  This
  12029.         is version 1.21, an update to version 1.20 on disk 305.
  12030.         Binary only.
  12031.         Author:  Jonathan Forbes
  12032.  
  12033. PKAZip        The PKWare ZIP tool for the Amiga.  Provides functions
  12034.         to create, examine, extract, test, modify, display, and
  12035.         print files which are in the ZIP compressed format
  12036.         Uses a full Intuition interface with no CLI support.
  12037.         This is version 1.01, an update to version 1.00 on
  12038.         disk 311.  Binary only.
  12039.         Author:  PKWARE Inc, Amiga version by Dennis Hoffman
  12040.  
  12041. WaveMaker    WaveMaker is intended to give beginning music and physics
  12042.         students a "hands on" feel for how complex waves are made
  12043.         by adding a harmonic series of sine waves.  A fundamental
  12044.         and up to seven harmonics are available.  The resulting
  12045.         waveform can be displayed on the screen or played on the
  12046.         audio device using the keyboard like a piano.  A game mode
  12047.         is also provided.  Version 1.1, includes source.
  12048.         Author:  Thomas Meyer
  12049.  
  12050. Xoper        Very comprehensive program to monitor and control system 
  12051.         activity.  Monitor cpu, memory usage, ports, interrupts,
  12052.         devices.  Close windows, screens, show loaded fonts or last
  12053.         Guru code number.  Clean up memory, flush unused libraries,
  12054.         devices, fonts. etc. and a whole bunch more!  Spawns its own
  12055.         process.  A very handy background task to have loaded. 
  12056.         This is version 2.2, an update to version 2.0 on disk 274.
  12057.         Changes include mostly bug fixes and some minor enhancements.
  12058.         Assembly source included.
  12059.         Author:  Werner Gunther
  12060. This is disk 319 of the freely distributable AMIGA software library.
  12061. Below is a listing of the significant directories and their contents.
  12062.  
  12063.  
  12064. AHDM        Amiga Hard Disk Menu.  When placed in your startup sequence,
  12065.         AHDM offers a ten page menu, each page having up to ten
  12066.         possible actions.  By double clicking on an action, that
  12067.         action will execute any legal AmigaDOS command, program,
  12068.         or script file.  This allows you to interactively select
  12069.         which programs you wish to start or packages to install
  12070.         at boot time.  Version 1.1a, binary only, demo version
  12071.         that only supports 2 pages of actions.
  12072.         Author:  Scott Meek
  12073.  
  12074. CNewsSrc    This is part 2 of a C News distribution for the Amiga.
  12075.         This part includes all the source for C News and the UUPC
  12076.         package that it uses.  Part 1 is available on disk 318
  12077.         and includes all the binary and text files necessary to
  12078.         set up and run C News on the Amiga.
  12079.         Author:  Various, Amiga port by Frank Edwards
  12080.  
  12081. Mathtrans    A very small library which replaces the mathtrans.library
  12082.         distributed by Commodore-Amiga, for those who own an
  12083.         MC68881/82 floating point unit.  Calculation speed of
  12084.         some functions is increased up to 15 times.  Version 1.1,
  12085.         includes source.
  12086.         Author:  Heiner Huckstadt
  12087.  
  12088. This is disk 320 of the freely distributable AMIGA software library.
  12089. Below is a listing of the significant directories and their contents.
  12090.  
  12091.  
  12092. AmigaTrek    A continuation of Mike's Amiga Trek stories, which are
  12093.         parodies of the Star Trek series, with an Amiga flavor.
  12094.         Earlier stories are on disk 278.
  12095.         Author:  Mike Smithwick
  12096.  
  12097. AmiOmega    Amiga port of the Omega game.  Omega is similar to hack
  12098.         or rogue, but is much more complex.  There is a city,
  12099.         several towns, a wilderness, lots of dungeons, a multitude
  12100.         of monsters, lots of spells, magic items, etc.  There are
  12101.         several quests to complete.  All in all, it is an excellent
  12102.         game.  Requires 1Mb or more of memory.  Amiga version 1.0,
  12103.         binary only.
  12104.         Author:  Laurence Brothers, Amiga port by Rick Golembiewski
  12105. This is disk 321 of the freely distributable AMIGA software library.
  12106. Below is a listing of the significant directories and their contents.
  12107.  
  12108.  
  12109. DezHexBin    An intuition based programmers tool to convert integers
  12110.         between decimal, hexadecimal, and binary.  Very small.
  12111.         Version 1.1, includes source in assembly code.
  12112.         Author:  Michael Djavidan
  12113.  
  12114. IconJ        IconJ significantly enhances the IconX program, and is
  12115.         100% compatible.  It allows scripts to be executed by
  12116.         double-clicking the script's icon.  Abilities include
  12117.         joining the script with the icon file itself, or calling
  12118.         it from any directory or disk, executing either AmigaDOS
  12119.         or ARexx scripts, outputing to any file or device, running
  12120.         interactive scripts and scripts that contain conditionals,
  12121.         and creating relative console windows.  Includes a utility
  12122.         called AtatJ which attaches or detaches a script to/from
  12123.         an icon file.  Version 1.0, includes source in JForth.
  12124.         Author:  Rich Franzen
  12125.  
  12126. Ifs        An Iterated Function System viewer which graphically
  12127.         displays iterated function systems and allows the user
  12128.         to interactively create the affine functions that define
  12129.         such systems.  An IFS can represent complex pictures very
  12130.         compactly.  Simple IFSs can describe an infinite number of
  12131.         different and interesting fractal displays.  Includes a
  12132.         number of displays that the author and others have
  12133.         discovered.  Version 1.5, includes source in C.
  12134.         Author:  Glen Fullmer
  12135.  
  12136. Planets        Some routines ported to the Amiga by Bob Leivian, that
  12137.         compute the location of the planets (as viewed from a
  12138.         specific point on the earth) and the phase of the moon,
  12139.         for an arbitrary date and time.  Includes source.
  12140.         Author:  Keith Brandt VIII, Jim Cobb, F. T. Mendenhall,
  12141.              Alan Paeth, Petri Launiainen, Bob Leivian
  12142.  
  12143. Turtle        A shared library of "turtle" functions for drawing in a
  12144.         RastPort.  Includes source in assembly and C.
  12145.         Author:  Thomas Albers
  12146.  
  12147. UnixDirs    A program which intercepts calls to dos.library to add
  12148.         the UNIX style '.' and '..' syntax for current and parent
  12149.         directories, respectively, to file and path names.  I.E.,
  12150.         you can refer to files in the current directory as './foo'
  12151.         and files in the parent directory as '../foo', or any
  12152.         combination of the two.  Includes source in assembly.
  12153.         Author:  Murray Bennett and Mark Cyster
  12154.  
  12155. Whereis        Another "find-that-file" utility.  Whereis searches on your
  12156.         (hard-)disk for a file(name) and displays the path to that
  12157.         file.  Some features are case independent search, wildcards,
  12158.         interactive mode (cd implemented), can display size and date
  12159.         of files, always abortable, can archive filenames for "ZOO"
  12160.         (like fnams/recurdir), and no recursive procedures. Includes
  12161.         source in C.  Version 1.18 (2-15-90).
  12162.         Author: Roland Bless
  12163. This is disk 322 of the freely distributable AMIGA software library.
  12164. Below is a listing of the significant directories and their contents.
  12165.  
  12166.  
  12167. Gwin        This is version 1.0 of GWIN.  GWIN or Graphics WINdow is
  12168.         an integrated collection of graphics routines callable
  12169.         from C.  These routines make it easy to create sophisticated
  12170.         graphics programs in the C environment.  One-line calls give
  12171.         you a custom screen (ten types available), menu items,
  12172.         requestors, text, circles, polygons, etc.  GWIN is a
  12173.         two-dimensional floating point graphics system with
  12174.         conversion between world and screen coordinates.  GWIN
  12175.         includes built-in clipping that may be turned off for
  12176.         speed.  Use of color and XOR operations are greatly
  12177.         simplified.  Many examples of the use of GWIN are
  12178.         included in an examples directory.  Examples include
  12179.         line/bar graph program, geographic mapping program,
  12180.         SPICE 2G.6 graphics post-processor, and others.  Extensive
  12181.         documentation is included.
  12182.         Author:  Howard C. Anderson.
  12183.  
  12184.  
  12185. This is disk 323 of the freely distributable AMIGA software library.
  12186. Below is a listing of the significant directories and their contents.
  12187.  
  12188.  
  12189. ColorTools    Three tools that manipulate the colors of your screen.
  12190.         Binary only.
  12191.         Author:  Dieter Bruns
  12192.  
  12193. CZEd        A complete midi package for use with all Casio CZ
  12194.         synthesizers.  Contains a full fledged sound editor, a
  12195.         split simulator for CZ-101/1000/230S, a bank loader and
  12196.         a memory dump for CZ-1.  This is a formerly commercial
  12197.         package now released as shareware.  Binary only.
  12198.         Author:  Oliver Wagner
  12199.  
  12200. LinkSound    Two examples of functions that you can link with your
  12201.         own code to produce a short musical "beep" or a sound
  12202.         that is similar to striking a drum.  Includes source.
  12203.         Author:  Dieter Bruns
  12204.  
  12205. Show        A very versatile program to display IFF ILBM files.
  12206.         Features realtime unpacking scroll, smart analysis of any
  12207.         IFF file, total control over display modes, simple
  12208.         slideshow processing, pattern matching, and a dozen other
  12209.         options.  Only 9K.  Version 2.0, binary only.
  12210.         Author:  Sebastiano Vigna
  12211. This is disk 324 of the freely distributable AMIGA software library.
  12212. Below is a listing of the significant directories and their contents.
  12213.  
  12214.  
  12215. ANSIEd        Demo version of an ANSI screen file editor.  It allows
  12216.         you to easily create and modify a screen of ANSI-style
  12217.         text/graphics on the Amiga.  The standard ANSI color set
  12218.         (red, green, yellow, blue, magenta, cyan, white) and text
  12219.         styles (plain, boldface, underlined, italic) are provided,
  12220.         along with some simple editing and drawing functions.
  12221.         This demo version has the save features disabled. This is
  12222.         version 1.3.0, an update to version 1.2.0aD on disk 221.
  12223.         Binary only.
  12224.         Author:  Greg Epley
  12225.  
  12226. DiskFree    An small iconifiable intuition program that shows the
  12227.         amount of free space available on all mounted disk
  12228.         devices, both numerically and graphically.  Version 1.0,
  12229.         shareware, binary only.
  12230.         Author:  Dieter Kuntz
  12231.  
  12232. DPFFT        An enhanced version of DPlot from disk 290.  DPlot is
  12233.         a simple display program for experimental data, with the
  12234.         goals of supporting paging through lots of data and 
  12235.         providing comfortable scaling and presentation.  The
  12236.         enhancements for DPFFT include addition of a Fast Fourier
  12237.         Transform (FFT), display of a customized amplitude and
  12238.         phase spectrum, a prewhitening capability, and a Welch
  12239.         window for spectral smoothing.  This is version 2.1,
  12240.         binary only.
  12241.         Author:  A. A. Walma
  12242.  
  12243. Mailchk        A mail client for Dnet, which will inform you of any new
  12244.         mail and will give the choice of viewing, deleting, or
  12245.         printing a message.  Version 2.01, includes source.
  12246.         Author:  Stephane Laroche
  12247.  
  12248. Tetris        A PD clone of the popular Tetris type games.  Written
  12249.         completely in assembly code.  Very fast and responsive.
  12250.         Includes full source.
  12251.         Author:  Andy Hook
  12252. This is disk 325 of the freely distributable AMIGA software library.
  12253. Below is a listing of the significant directories and their contents.
  12254.  
  12255.  
  12256. Batchman    A program that allows the user to execute CLI programs
  12257.         and batch files simply by clicking on a gadget.  It can
  12258.         be used as the center of a turnkey system, where the
  12259.         user simply clicks on gadgets to launch applications.
  12260.         Version 1.1, includes source in Modula-II.
  12261.         Author:  Michal Todorovic
  12262.  
  12263. DClock        A "Dumb Clock" utility that displays the date and time
  12264.         in the Workbench screen title bar.  Uses only about 2
  12265.         percent of the CPU time and about 10Kb of memory.  Also
  12266.         has an alarm clock feature and audible beep for programs
  12267.         that call DisplayBeep.  This is version 1.12, an update
  12268.         to version 1.5 on disk 298, with many enhancements and a
  12269.         few bug fixes.  Includes source.
  12270.         Author:  Olaf Barthel
  12271.  
  12272. DoRevision    This program implements easy creation of source code
  12273.         revision headers (very similar to the log headers to
  12274.         be found at the top of the Amiga 'C' include files). 
  12275.         Version 1.0, includes source.
  12276.         Author:  Olaf Barthel
  12277.  
  12278. FAM        A File Access Manager for the Amiga that allows multiple
  12279.         ARexx programs to access a buffered version of a directory
  12280.         in a consistent and serialized manner.  It buffers all the
  12281.         names, dates, sizes and so on, for quick access.  This is
  12282.         version 1.1 and includes source.
  12283.         Author:  Darren New
  12284.  
  12285. FarPrint    Debugging functions for programs which don't have any
  12286.         links to their environment.  FarPrint consists of two
  12287.         major parts; a harbour process open to receive and
  12288.         distribute messages and requests, and a set of C functions
  12289.         to be linked into any program wishing to communicate with
  12290.         the FarPrint main process.  This is version 1.5, an update
  12291.         to version 1.3 on disk 281, and adds a shared library as
  12292.         well as linker libraries for both Lattice and Aztec C.
  12293.         Includes source.
  12294.         Author:  Olaf Barthel
  12295.  
  12296. KeyMacro    A keyboard macro program, configurable via a text file,
  12297.         that also supports hotkey program execution.  You can map
  12298.         up to eight functions to each key, including keys such as
  12299.         cursor keys, the return key, etc.  Version 1.0, includes
  12300.         source.
  12301.         Author:  Olaf Barthel
  12302.  
  12303. LifeCycles    Some sort of biorhythm type program.  No docs included.
  12304.         Version 2.0, binary only.
  12305.         Author:  Michal Todorovic
  12306.  
  12307. MemGuard    MemGuard is a MemWatch-like program which has been
  12308.         rewritten in assembly language for maximum speed and
  12309.         efficiency. Unlike MemWatch MemGuard does not run as
  12310.         Task in a dummy loop but rather as a low-level interrupt
  12311.         routine which is capable of trapping memory thrashing even
  12312.         before exec might know of it and even while task switching
  12313.         is forbidden. In fact the low-memory area is checked each
  12314.         frame. Virtually no processing time is wasted, the
  12315.         interrupt routine does the check in about half a raster
  12316.         scan line's time.  This program was contributed by Ralf
  12317.         Thanner, who spent three weeks programming & debugging it.
  12318.         In this program Ralf uses some very delicate tricks to
  12319.         let his interrupt routine work with Intuition alerts.
  12320.         Version III, binary only.
  12321.         Author:  Ralf Thanner
  12322.  
  12323. RexxHostLib    This is a shared library package to simplify the ARexx
  12324.         host creation/management procedure.  Rexx-message parsing
  12325.         is also included making it possible to control ARexx from
  12326.         programs such as AmigaBASIC (can you imagine AmigaBASIC
  12327.         controlling AmigaTeX?).  Includes source.
  12328.         Author:  Olaf Barthel
  12329. This is disk 326 of the freely distributable AMIGA software library.
  12330. Below is a listing of the significant directories and their contents.
  12331.  
  12332.  
  12333. CBDump        This is a CLI utility for those who are working with the
  12334.         Amiga's clipboard device.  It's sole purpose in life is
  12335.         to dump the current contents of the clipboard to stdout
  12336.         or by redirection to a pipe or a file.  Useful for
  12337.         testing and interfacing with programs that do not support
  12338.         the clipboard.  Source included.
  12339.         Author:  Stephen Vermeulen.
  12340.  
  12341. DispMod        One of the series of ROBBS (Rexx Object Building Block
  12342.         System) modules by Larry Phillips.  DispMod is a display
  12343.         module that only understands ARexx messages.  It allows,
  12344.         under program control, the display of text and the
  12345.         acceptance of keyboard data.  Version 0.11, includes
  12346.         source.
  12347.         Author:  Larry Phillips
  12348.  
  12349. Itb        This program converts an icon to an IFF picture (brush)
  12350.         file.  It handles both single and alternate image (animated)
  12351.         icons.  This is version 1.10 which adds a colour palette to
  12352.         the previous version from disk 85.  Version 1.10, binary
  12353.         only.
  12354.         Author:  Stephen Vermeulen.
  12355.  
  12356. MicroTerm    A very small, very simple, almost brain-dead terminal
  12357.         program.  Primarily useful as an example of how to talk to
  12358.         the console and serial devices.  Version 0.1, includes
  12359.         source.
  12360.         Author:  Stephen Vermeulen.
  12361.  
  12362. NeuronalNets    Some programs for playing with Neuronal Nets using
  12363.         Hopfield and Hamming algorithms.  Binary only.
  12364.         Author:  Uwe Schaefer
  12365.  
  12366. PopScreen    A small hack to pop a hidden screen to the front from the
  12367.         CLI.  This was written to allow the author to use VLTjr
  12368.         with other programs that also use custom screens.  Source
  12369.         included.
  12370.         Author:  Stephen Vermeulen.
  12371.  
  12372. Snap        A tool for clipping text or graphics from the screen,
  12373.         using the clipboard device.  Snap finds out character
  12374.         coordinates automatically, handles different fonts, keymaps,
  12375.         accented characters, and more.  Version 1.4, an update
  12376.         to version 1.3 on disk 274.  Includes source.
  12377.         Author:  Mikael Karlsson
  12378.  
  12379. VSnap        This is an enhanced version of Snap 1.3, submitted by
  12380.         Steve Vermeulen, which adds the ability to save clipped
  12381.         graphics as IFF FORM ILBM's to the clipboard, so they can
  12382.         be imported to other programs that understand IFF and the
  12383.         clipboard.  I have dubbed it VSnap, since the official
  12384.         1.4 Snap is also included on this disk.  Includes source.
  12385.         Author:  Mikael Karlsson, enhancements by Steve Vermeulen
  12386.  
  12387. This is disk 327 of the freely distributable AMIGA software library.
  12388. Below is a listing of the significant directories and their contents.
  12389.  
  12390.  
  12391. ARTM        ARTM (Amiga Real Time Monitor) displays and controls
  12392.         system activity such as tasks, windows, libraries, devices,
  12393.         resources, ports, residents, interrupts, vectors, memory,
  12394.                 mounts, assigns, fonts and hardware.  Includes both a PAL
  12395.         and an NTSC version.  This is version 1.0, an update to
  12396.         version 0.9 on disk 277.  Binary only.
  12397.         Author:  Dietmar Jansen and F. J. Mertens
  12398.  
  12399. MM        An implementation of the game Mastermind.  In this game
  12400.         you must try to guess a color combination which the amiga
  12401.         sets via a random generator.  There are 6 colors which can
  12402.         be set in any combination.  Includes source.
  12403.         Author:  Dietmar Jansen
  12404.  
  12405. MRBackUp    A hard disk backup utility that does a file by file copy
  12406.         to standard AmigaDOS floppy disks.  Includes an intuition
  12407.         interface and file compression.  This is version 3.4, an
  12408.         update to version 3.3e on disk 279.  Binary only.
  12409.         Author:  Mark Rinfret
  12410.  
  12411. Msh        An Amiga file system handler that handles MSDOS formatted
  12412.         diskettes.  You can use files on such disks in almost
  12413.         exactly the same way as you use files on native AmigaDOS
  12414.         disks.  This is a fully functional, read/write version,
  12415.         that supports 8, 9, or 10 sector disks of 80 tracks, and
  12416.         should also work on 40 track drives and hard disks with
  12417.         12 or 16 bit FAT of any dimension the FAT allows.
  12418.         Includes source.
  12419.         Author:  Olaf Seibert
  12420.  
  12421. Softfont    Converts portrait soft fonts for HP LaserJet compatible
  12422.         laser printers to landscape format.  Includes source.
  12423.         Author:  Thomas Lynch
  12424. This is disk 328 of the freely distributable AMIGA software library.
  12425. Below is a listing of the significant directories and their contents.
  12426.  
  12427.  
  12428. AnalytiCalc    A full featured system for numerical analysis and
  12429.         reporting.  Includes a spreadsheet, graphics programs,
  12430.         documents and facilities for performing many commonly
  12431.         needed functions.  Features include an 18000 by 18000
  12432.         cell spreadsheet using virtual memory, random access
  12433.         to other saved spreadsheet formulas or values, easy
  12434.         save or merge of partial sheets, up to 400 windows on
  12435.         screen, ability to drive any cell from external macros,
  12436.         built in matrix algebra, random number generation,
  12437.         date arithemetic, and much more.  This is version
  12438.         V24-01a, an update to version V23-2A on disk 176.
  12439.         Binary only.
  12440.         Author:  Glenn Everhart
  12441.  
  12442. Hames        Some miscellaneous programs from Chris Hames.  DirWork
  12443.         V1.01 is a fast, small, simple efficient DirUtility.
  12444.         FSDirs V1.3 is a floppy accelerator program.  VMK V27
  12445.         is a small virus detector/killer that knows about 27
  12446.         different viruses and can detect new ones.  NoInfo V1.0
  12447.         stops programs from producing ".info" files.  Binaries
  12448.         only.
  12449.         Author:  Chris Hames
  12450.  
  12451. RoadRoute    A trip planner that takes a list of cities and a list
  12452.         of known routes between cities, and generates the distance
  12453.         and time required to reach your destination.  This is an
  12454.         update to version 1.0 on disk 251, with an expanded
  12455.         datebase of cities and roads for New Mexico, Texas,
  12456.         Oklahoma, Kansas, Nebraska, South Dakota, Louisiana,
  12457.         Arkansas, Missouri, Colorado and Mississippi, added by
  12458.         Fred Mayes and Gary Delzer.  Includes source.
  12459.         Author:  Jim Butterfield, Fred Mayes, Gary Delzer
  12460. This is disk 329 of the freely distributable AMIGA software library.
  12461. Below is a listing of the significant directories and their contents.
  12462.  
  12463.  
  12464. CPU        Two programs, one in C and one in assembler, which
  12465.         check for CPU type.  This version can detect 68000,
  12466.         68010, 68020, and 68881 processors.  Includes source.
  12467.         Author:  Ethan Dicks, based on WhatCPU by Dave Haynie
  12468.  
  12469. DiskSpeed    A disk speed testing program specifically designed to
  12470.         give the most accurate results of the true disk perform-
  12471.         ance of the disk under test.  Automatically updates and
  12472.         maintains an ASCII database of disk results for tested
  12473.         disks.  This is version 3.1, an update to version 2.0 on
  12474.         disk 288, with some source code cleanups and stress tests
  12475.         for CPU and DMA.  Includes source in C.
  12476.         Author:  Michael Sinz
  12477.  
  12478. Empire        This is a complete rewrite, from the ground up, in
  12479.         Draco, of Peter Langston's Empire game.  Empire is
  12480.         a multiplayer game of exploration, economics, war,
  12481.         etc, which can last a couple of months.  Can be
  12482.         played either on the local keyboard or remotely
  12483.         through a modem.  This is version 1.33w, an update
  12484.         to version 1.0 on disk 118, and includes many changes
  12485.         and enhancements.  Binary only.
  12486.         Author:  Chris Gray, David Wright, Peter Langston
  12487.  
  12488. FileSystems    Displays AmigaDOS disk devices with information about
  12489.         the head geometry, BufMemType, and the lower level
  12490.         exec device.  Includes source.
  12491.         Author:  Ethan Dicks
  12492.  
  12493. OnePlane    Removes the highest number bitplane from the WorkBench
  12494.         screen.  Normally used to take Workbench screen from
  12495.         2 bitplanes to 1 bitplane.  This allows CON: style
  12496.         devices to scroll text faster.  Includes source.
  12497.         Author:  Ethan Dicks
  12498.  
  12499. This is disk 330 of the freely distributable AMIGA software library.
  12500. Below is a listing of the significant directories and their contents.
  12501.  
  12502.  
  12503. Mostra        A very versatile program to display IFF ILBM files.
  12504.         Features realtime unpacking scroll, smart analysis of any
  12505.         IFF file, total control over display modes, simple
  12506.         slideshow processing, pattern matching, and a dozen other
  12507.         options.  Only 14K.  This is version 1.0, an upgrade to
  12508.         the Show program on disk 323, and adds SHAM, double
  12509.         buffering, faster decompression, color cycling, TeXdocs,
  12510.         startup files for easy customizing, and complete WorkBench
  12511.         support through ToolTypes and Style icons.  Binary only.
  12512.         Author:  Sebastiano Vigna
  12513.  
  12514. Palette        A tool which allows you to change another program's
  12515.         custom screen colors.  This is version 1.1, an update
  12516.         to the version on disk 55.  New features include checks
  12517.         for WorkBench startups, checks for HAM, Half Brite, or
  12518.         more than five bitplanes, and more graceful exits.
  12519.         Includes source in assembly.
  12520.         Author:  Randy Jouett, CJ Fruge, Carolyn Scheppner,
  12521.              Charlie Heath
  12522.  
  12523. Vt100        A vt100 emulator for the Amiga, which also supports
  12524.         various file transfer protocols like kermit, xmodem,
  12525.         ymodem, zmodem, etc, has an Arexx port, can use
  12526.         custom external protocol modules, and more.  This is
  12527.         version 2.9a, an update to version 2.9 on disk 275.
  12528.         Includes source.
  12529.         Author:  Dave Wecker, Tony Sumrall, Frank Anthes,
  12530.              and Chuck Forsberg
  12531.  
  12532. XprKermit    An Amiga shared library which provides Kermit file
  12533.         transfer capability to any XPR-compatible communications
  12534.         program.  Supports version 2.0 of the XPR Protocol
  12535.         specification.  Version 1.5, includes source.
  12536.         Author:  Marco Papa, Stephen Walton
  12537. This is disk 331 of the freely distributable AMIGA software library.
  12538. Below is a listing of the significant directories and their contents.
  12539.  
  12540.  
  12541. CRobots        A game based on computer programming.  Unlike arcade type
  12542.         games which require human input controlling some object,
  12543.         all strategy in CRobots is condensed into a C language
  12544.         program that you design and write, to control a robot
  12545.         whose mission is to seek out, track, and destroy other
  12546.         robots, each running different programs.  All robots are
  12547.         equally equipped, and up to four may compete at once.
  12548.         This is version 2.2w, an update to version 2.1w on disk
  12549.         311.  Binary only, source available from author.
  12550.         Author:  Tom Poindexter, Amiga version by David Wright
  12551.  
  12552. Csh        Version 4.01a of a csh like shell derived from Matt
  12553.         Dillon's shell, version 2.07.  This is an update to
  12554.         version 4.00a on disk 309.  Changes include mostly bug
  12555.         fixes and corrections.  Includes source.
  12556.         Author:  Matt Dillon, Steve Drew, Carlo Borreo, Cesare Dieni
  12557.  
  12558. Iff2Ex        A program to convert IFF pictures to an executable.  It
  12559.         can handle NTSC/PAL, interlace and overscan.  Version 1.0,
  12560.         binary only.
  12561.         Author:  Pieter van Leuven
  12562.  
  12563. LhArcA        An intuitionized and faster version of lharc for the Amiga.
  12564.         Requires ARP library.  Version 0.99a, binary only.
  12565.         Author:  Haruyasu Yoshizaki, Amiga version by Stefan Boberg
  12566.  
  12567. LVR        Link Virus Remover.  A program that recursively searches
  12568.         directories for link viruses in executable files.  This
  12569.         is version 1.20, binary only.
  12570.         Author:  Pieter van Leuven
  12571.  
  12572. NTSC-PAL    Utilities which allow Amigas with the new ECS 1Mb Agnus
  12573.         to easily switch between PAL and NTSC display modes.
  12574.         Version 1.0, includes source in assembly.
  12575.         Author:  Nico Francois
  12576.  
  12577. PatchLoadSeg    This program patches the loadseg routine to automatically
  12578.         detect link viruses when a program is loaded.  Displays an
  12579.         alert when a virus is detected in a program being loaded
  12580.         for execution.  Version 1.20, includes source.
  12581.         Author:  Pieter van Leuven
  12582.  
  12583. VirusUtils    Two programs to detect viruses on disk and in memory.
  12584.         Virushunter removes all known viruses in memory.
  12585.         Viruskiller removes all known viruses in memory and after
  12586.         removing the viruses the disks can be checked without the
  12587.         virus copying itself to the disks.  Version 3.60, binary
  12588.         only.
  12589.         Author:  Pieter van Leuven     
  12590.  
  12591. This is disk 332 of the freely distributable AMIGA software library.
  12592. Below is a listing of the significant directories and their contents.
  12593.  
  12594.  
  12595. AniPtrs        Some cute animated pointers.  I have adopted one of them
  12596.         as my permanent replacement for the boring red arrow.
  12597.         Binary only.
  12598.         Author:  Bob McKain
  12599.  
  12600. DevPatch    A program that installs a patch for OpenWindow to check the
  12601.         NewWindow structure.  If the title matches a specific
  12602.         string, the height will be forced to 45 pixels.  This helps
  12603.         to reduce chip memory usage for programs that open overly
  12604.         large windows and then seldom use them.  Includes source.
  12605.         Author:  Jorrit Tyberghein, Nico Francois, P. Marivoet
  12606.  
  12607. Helper        A little InputEvent hack, activated via the HELP key.
  12608.         Originally meant to provide a unique method of giving the
  12609.         user help (you don't have to put that help stuff into your
  12610.         own program).  Now also contains a color requester and a
  12611.         small notepad.  Version 1.01, includes source.
  12612.         Author:  Michael Balzer
  12613.  
  12614. K1_Editor    An editor for the Kawai K1(m) synthesizer with two
  12615.         auxiliary programs for managing sound dumps.  This is
  12616.         version 1.00, shareware, includes source.
  12617.         Author:  Michael Balzer
  12618.  
  12619. Kryptor        A small, simple and comfortable file encoder/decoder.
  12620.         Version 1.0, includes source.
  12621.         Author:  Michael Balzer
  12622.  
  12623. RevBut        Another InputEvent hack, giving you a toggling right mouse
  12624.         button.  Version 1.0, includes source.
  12625.         Author:  Michael Balzer
  12626. This is disk 333 of the freely distributable AMIGA software library.
  12627. Below is a listing of the significant directories and their contents.
  12628.  
  12629.  
  12630. MultiPlot    A package for making 2D plots conveniently.  Tim Mooney
  12631.         wrote the original program, which was then enhanced by
  12632.         Alan Baxter with a nicer user interface, support for
  12633.         the PLT: device, and support for file conversions.  Rich
  12634.         Champeaux and Jim Miller wrote the PLT: handler which
  12635.         emulates a plotter by accepting HP-GL commands, creating
  12636.         a raster image, then dumping it to any preferences supported
  12637.         graphics printer.  This is version XLNb, an update to
  12638.         version XLN on disk 292, and includes many bug fixes, style
  12639.         changes, and enhancements.  Includes source.
  12640.         Author:  Alan Baxter, Tim Mooney, Rich Campeaux, Jim Miller
  12641. This is disk 334 of the freely distributable AMIGA software library.
  12642. Below is a listing of the significant directories and their contents.
  12643.  
  12644.  
  12645. FBM        An Amiga port of the Fuzzy PixMap image manipulation
  12646.         library.  This package allows manipulation and conversion
  12647.         of a variety of color and B&W image formats.  Supported
  12648.         formats include Sun rasterfiles, GIF, IFF, PCX, PBM
  12649.         bitmaps, "face" files, and FBM files.  Also has input
  12650.         converters for raw images, like DigiView files, and
  12651.         output converters for PostScript and Diablo graphics.
  12652.         Besides doing format conversion, some of the other image
  12653.         manipulation operations supported include rectangular
  12654.         extraction, density and contrast changes, rotation,
  12655.         quantization, halftone grayscaling, edge sharpening, 
  12656.         and histograms.  Version 0.9, binary only.
  12657.         Author:  Michael Mauldin; Amiga port by Kenn Barry
  12658.  
  12659. PPMore        A "more" replacement program that reads normal ascii text
  12660.         files as well as files crunched with PowerPacker.  The
  12661.         crunched files can result in consider disk space savings.
  12662.         Version 1.5, binary only.
  12663.         Author:  Nico Francois
  12664.  
  12665. PPShow        A "show" program for normal IFF ILBM files or ILBM files
  12666.         crunched with PowerPacker.  The decrunching is done auto-
  12667.         matically as the file is read.  Version 1.0, binary only.
  12668.         Author:  Nico Francois
  12669.  
  12670. WhatIs        A neat little utility which not only recognizes a wide
  12671.         variety of file types (executables, IFF, icons, zoo files,
  12672.         etc), but prints interesting information about the structure
  12673.         or contents of the recognized file types.  Version 1.2a,
  12674.         binary only.
  12675.         Author:  J. Tyberghein
  12676. This is disk 335 of the freely distributable AMIGA software library.
  12677. Below is a listing of the significant directories and their contents.
  12678.  
  12679.  
  12680. BoingDemo    Demo version of a neat game due for release in March 1990.
  12681.         It is fully functional but the play time is limited to
  12682.         five minutes per play.  Version 0.30, binary only.
  12683.         Author:  Kevin Kelm, Alternate Realities
  12684.  
  12685. DTC        A utility providing a simple calendar which can hold
  12686.         and show appointments.  It may be useful in managing
  12687.         your time.  Its chief goals were to provide day, week
  12688.         and month at a glance for any date between 1/1/0001
  12689.         and 12/31/9999, defaulting to the current date.  It
  12690.         is menu driven and fairly easy to use.  Includes source
  12691.         in Fortran.
  12692.         Author:  Mitch Wyle, Amiga port by Glenn Everhart
  12693.  
  12694. SeeHear        A program to do a spectrogram of a sampled sound file.
  12695.         This is a graph with time on one axis, frequency on the
  12696.         other and the sound intensity at each point determining
  12697.         the pixel color.  With source in C, including FFT routine.
  12698.         This is version 1.1.
  12699.         Author:  Daniel T. Johnson
  12700. This is disk 336 of the freely distributable AMIGA software library.
  12701. Below is a listing of the significant directories and their contents.
  12702.  
  12703.  
  12704. Car        A two-dimensional full screen scrolling racing game with
  12705.         realistic four channel stereo sound and overscan, for
  12706.         either NTSC or PAL Amigas.  The goal is to guide your car
  12707.         around one of ten selected tracks.  Each track has its
  12708.         individual high score list.  Version 2.0, binary only.
  12709.         Author:  Anders Bjerin
  12710.  
  12711.  
  12712. FileWindow    A completely public domain file requester which may be used
  12713.         in any program, even commercial ones.  It uses dynamically
  12714.         allocated memory to hold the file names so the only limitation
  12715.         is the amount of memory available.  Includes a filter option
  12716.         to limit display of filenames to only ones with a specific
  12717.         extension.  Names are automatically sorted while they are
  12718.         being read and displayed.  Version 1.10, includes source.
  12719.         Author:  Anders Bjerin
  12720.  
  12721. MiniBlast    A shoot'em up game which runs just fine in a multitasking
  12722.         environment.  At last you can enjoy a satisfying megablast
  12723.         while you are writing a boring essay.  Shoot anything that
  12724.         moves, and if it doesn't move, shoot it anyway.  This is
  12725.         version 1.00, binary only.
  12726.         Author:  Anders Bjerin
  12727.  
  12728. Sys        A game built on the addictive game PONGO but with several
  12729.         added features.  You have been assigned the demanding task
  12730.         of cleaning viruses from your SYSOP's hard disk.  To kill
  12731.         a virus, you simply kick a disk at it.  There are fifty
  12732.         different levels, and on each level, the speed will increase
  12733.         and the viruses will be smarter and start to hunt you.
  12734.         Version 2.10, binary only.
  12735.         Author:  Anders Bjerin
  12736.  
  12737. This is disk 337 of the freely distributable AMIGA software library.
  12738. Below is a listing of the significant directories and their contents.
  12739.  
  12740.  
  12741. CManual        A complete C manual for the Amiga which describes how
  12742.         to open and work with screens, windows, graphics, gadgets,
  12743.         requesters, alerts, menus, IDCMP, sprites, etc.  The
  12744.         manual consists of more than 200 pages in 11 chapters,
  12745.         together with more than 70 fully executable examples with
  12746.         source code.  When unpacked, the manual and examples
  12747.         nearly fill up three standard Amiga floppies.  This is
  12748.         version 1.00 and includes source for all examples.
  12749.         Author:  Anders Bjerin
  12750. This is disk 338 of the freely distributable AMIGA software library.
  12751. Below is a listing of the significant directories and their contents.
  12752.  
  12753.  
  12754. Cpp        This is a copy of the Decus cpp, ported to the Amiga.
  12755.         This cpp is more powerful and complete than either of
  12756.         the built in cpp's in Manx or Lattice C.  This is an
  12757.         update to the version on disk 28.  It has had some
  12758.         ANSI features added.  Includes source.
  12759.         Author:  Martin Minow, Olaf Seibert
  12760.  
  12761. SASTools    Various submissions from "Sick Amiga Soft".  Includes
  12762.         some virus tools, some screen hacks, some small games,
  12763.         and miscellaneous utilities.  Includes source in assembly
  12764.         and Modula-II.
  12765.         Author:  Jorg Sixt
  12766.  
  12767. SID        A very comprehensive directory utility for the Amiga
  12768.         that supports at least a couple of dozen different commands
  12769.         for operating on files.  Version 1.06, binary only.
  12770.         Author:  Timm Martin
  12771. This is disk 339 of the freely distributable AMIGA software library.
  12772. Below is a listing of the significant directories and their contents.
  12773.  
  12774.  
  12775. PCQ        A freely redistributable, self compiling, Pascal compiler
  12776.         for the Amiga.  The only major feature of Pascal that
  12777.         is not implemented is sets.  This is version 1.1c, an
  12778.         update to version 1.0 on disk 183.  It is much enhanced
  12779.         and about four times faster.  Includes the compiler source
  12780.         and example programs.
  12781.         Author:  Patrick Quaid
  12782. This is disk 340 of the freely distributable AMIGA software library.
  12783. Below is a listing of the significant directories and their contents.
  12784.  
  12785.  
  12786. NorthC        A complete freely redistributable C environment for the
  12787.         Amiga based on the Sozobon Ltd C compiler, Charlie Gibb's
  12788.         assembler, the Software Distillery's linker, and portions
  12789.         from other sources.  Steve has pulled everything together
  12790.         and added some enhancements in the process.  Version 1.0,
  12791.         partial source only.
  12792.         Author:  Steve Hawtin, et. al.
  12793.  
  12794. Plplot        A library of C functions useful for scientific plotting
  12795.         on the Amiga.  The library is Lattice C compatible.
  12796.         Contour plotting, three dimensional plotting, axis
  12797.         redefinition, log-log plotting and multiple subpages are
  12798.         a few of Plplot's features.  The plots can be displayed
  12799.         on a monitor or sent to a graphics file for subsequent
  12800.         printing.  This is version 2.6, and update to version 
  12801.         1.00 on disk 222.  This version includes a greatly
  12802.         improved intuition interface, preferences support for
  12803.         hardcopy, several new device drivers, and the capability
  12804.         of adding additional device drivers easily. Includes
  12805.         source.
  12806.         Author:  Tony Richardson
  12807.  
  12808. SpeakerSim    Demo version of SpeakerSim 2.0, a loudspeaker CAD program.
  12809.         Simulates vented (Thiele-Small) and closed box systems.
  12810.         Also simulates 1st, 2nd, and 3rd order high and low pass
  12811.         filters.  Binary only.
  12812.         Author:  Dissidents
  12813. This is disk 341 of the freely distributable AMIGA software library.
  12814. Below is a listing of the significant directories and their contents.
  12815.  
  12816.  
  12817. P2C        P2C is a tool for translating Pascal programs into C.
  12818.         It handles the following Pascal dialects: HP Pascal,
  12819.         Turbo/UCSD Pascal, DEC VAX Pascal, Oregon Software
  12820.         Pascal/2, Macintosh Programmer's Workshop Pascal,
  12821.         Sun/Berkeley Pascal.  Modula-2 syntax is also supported.
  12822.         Most reasonable Pascal programs are converted into fully
  12823.         functional C which will compile and run with no further
  12824.         modifications.  This is version 1.13 and includes source.
  12825.         Author:  Dave Gillespie, Amiga port by G. R. (Fred) Walter
  12826. This is disk 342 of the freely distributable AMIGA software library.
  12827. Below is a listing of the significant directories and their contents.
  12828.  
  12829.  
  12830. IE        This is an icon editor which can create and modify icons
  12831.         up to 640x200 pixels in size (also dual render).  It can
  12832.         set stack size, position of icon (also free-floating),
  12833.         default tool, 10 tool types and control over opened
  12834.         window.  It can also generate the C source code behind the
  12835.         icon for program inclusion.  Version 1.0, binary only,
  12836.         source available from author.
  12837.         Author:  Peter Kiem
  12838.  
  12839. SKsh        A ksh-like shell for the Amiga.  Some of its features
  12840.         include command substitution, shell functions with
  12841.         parameters, aliases, local variables, local functions,
  12842.         local aliases, powerful control structures and tests,
  12843.         emacs style line editing and history functions, I/O
  12844.         redirection, pipes, large variety of built-in commands,
  12845.         Unix style wildcards, Unix style filename conventions,
  12846.         filename completion, and coexistence with scripts from
  12847.         other shells.  Very well documented.  Version 1.4, an
  12848.         update to version 1.3 on disk 309.  New features include
  12849.         a "tiny" version, a working case construct, support for
  12850.         resident commands, smaller and faster external commands,
  12851.         and more.  Binary only.
  12852.         Author:  Steve Koren
  12853.  
  12854. Softfont    Converts portrait soft fonts for HP LaserJet compatible
  12855.         laser printers to landscape format.  This is an update
  12856.         to the version included on disk 327.  Includes source.
  12857.         Author:  Thomas Lynch
  12858. This is disk 343 of the freely distributable AMIGA software library.
  12859. Below is a listing of the significant directories and their contents.
  12860.  
  12861.  
  12862. SnakePit    A simple, yet addictive game in which you must get the
  12863.         snake (you) off of the screen.  There are, however, some
  12864.         rough spots and some obstacles that may need to be
  12865.         overcome.  An excellent example of a game that is as
  12866.         system friendly as possible.  Includes source.
  12867.         Author:  Michael Sinz
  12868.  
  12869. SoftSpan    Soft Span BBS program.  Intuitive, command-line based
  12870.         menu system with message bases, up/down loads, file
  12871.         credit system, extensive help system, etc.  This is
  12872.         shareware version 1.0, binary only, lattice C source
  12873.         code available from the author.
  12874.         Author:  Mark Wolfskehl
  12875.  
  12876. StockBroker    A program that helps you follow the recent table of
  12877.         exchange from one (or more) share(s).  But of course
  12878.         you must tell the Amiga the recent table of exchange
  12879.         every day.  Requires AmigaBASIC.  Binary only.
  12880.         Author:  Michael Hanelt
  12881. This is disk 344 of the freely distributable AMIGA software library.
  12882. Below is a listing of the significant directories and their contents.
  12883.  
  12884.  
  12885. Keyboard    Functions to translate RAWKEY Intuition messages into
  12886.         usable keycodes. Translation into Modula-2 of C source
  12887.         (by Fabbian G. Dufoe, III) on disk 291. Version 1.0.
  12888.         Includes source.
  12889.         Author:  Fabbian G. Dufoe III, Peter Graham Evans
  12890.  
  12891. RKMCompanion    A two disk set of material created by Commodore for use
  12892.         with the 1.3 revison of the Amiga ROM Kernel Reference
  12893.         Manual, Libraries and Devices, published by Addison-Wesley.
  12894.         Almost 300 files, including C source code examples and
  12895.         executables, have been packed into two lharc archives,
  12896.         one for each disk of the two disk set.  These examples
  12897.         are not public domain, but may be used and distributed
  12898.         under the conditions specified in the copyrights.
  12899.         Author:  Commodore Business Machines, Inc.
  12900. This is disk 345 of the freely distributable AMIGA software library.
  12901. Below is a listing of the significant directories and their contents.
  12902.  
  12903.  
  12904. CRobots        A game based on computer programming.  Unlike arcade type
  12905.         games which require human input controlling some object,
  12906.         all strategy in CRobots is condensed into a C language
  12907.         program that you design and write, to control a robot
  12908.         whose mission is to seek out, track, and destroy other
  12909.         robots, each running different programs.  All robots are
  12910.         equally equipped, and up to four may compete at once.
  12911.         This is version 2.3w, an update to version 2.2w on disk
  12912.         331.  Binary only, source available from author.
  12913.         Author:  Tom Poindexter, Amiga version by David Wright
  12914.  
  12915. Du        Prints number of disc blocks used in selected files or
  12916.         directories.  Modified from original version on disk 48
  12917.         to make output more readable, and handle ^C exit.
  12918.         Includes source.
  12919.         Author:  Joe Mueller, enhancements by Gary Duncan
  12920.  
  12921. GetImage    An enhanced version of "gi" from disk 14.  It now looks
  12922.         for the GRAB marker, in the brush file, instead of assuming
  12923.         that it is at a specific place, sets up the PlanePick
  12924.         value in the Image structure, and deletes any unused
  12925.         bitplanes to save memory and disk space.  Includes source.
  12926.         Author: Mike Farren, enhancements by Chuck Brand
  12927.  
  12928. MemFrag        Displays number of memory chunks/sizes to show memory
  12929.         fragmentation.  Chunks are displayed as 2**N bytes which is
  12930.         a rough guide but still useful.  This is an enhanced version
  12931.         of "Frags" from disk 69.  Includes source.
  12932.         Author:  Mike Meyer, enhancements by Gary Duncan
  12933.  
  12934. Roses        A program that draws sine roses.  Implements an algorithm
  12935.         given in the article "A Rose is a Rose ..." by Peter M.
  12936.         Maurer in American Mathematical Monthly, Vol 94, No. 7,
  12937.         1987, p 631.  A sine rose is a graph of the polar equation
  12938.         "r = sin(n*d)" for various values of n and d.
  12939.         Author:  Carmen Artino
  12940.  
  12941. Unshar        This program extracts files from Unix shar archives.  It
  12942.         scores over similar programs by being small and fast,
  12943.         handling extraction of subdirectories, recognising a wide
  12944.         variety of `sed' and `cat' shar formats, and handling large
  12945.         files spread across several shar files.  This is version 1.3,
  12946.         an update to the version on disk 287.  Includes C source.
  12947.         Author:  Eddy Carroll
  12948.  
  12949. VcEd        A Voice (Tone) Editor for the Yamaha 4 Operator series
  12950.         synthesizers.  Binary only, source available from author.
  12951.         Author:  Chuck Brand
  12952.  
  12953. X2X        Cross converts between Motorola/Intel/Tektronix ASCII-hex
  12954.         files.  These files are typically used for down-line-loading
  12955.         into EPROMS, or for transmission where binary files cause
  12956.         chaos.  Handles S1, S2, S3, INTEL (inc USBA records),
  12957.         Tektronix (inc extended).  Source included.
  12958.         Author:  Gary Duncan.
  12959. This is disk 346 of the freely distributable AMIGA software library.
  12960. Below is a listing of the significant directories and their contents.
  12961.  
  12962.  
  12963. Az        A nice little text editor that is fast, simple to use,
  12964.         and very Amiga'ized.  This is version 1.50, an update
  12965.         to version 1.40 on disk 228, with lots of new features,
  12966.         bug fixes, and other improvements.  Binary only.
  12967.         Author:  Jean-Michel Forgeas
  12968.  
  12969. CassEti        Cassette tape label printer.  Includes source in GFA
  12970.         Basic.
  12971.         Author:  Thorsten Ludwig
  12972.  
  12973. FME        Patch to AllocMem() to allow badly designed programs which
  12974.         request fast mem without necessity to be run on 512k
  12975.         machines.  Includes source in assembler.
  12976.         Author:  Holger Lubitz
  12977.  
  12978. GoWB        Very small (296 bytes) and effective replacement for the
  12979.         well known "LoadWB" and "EndCLI" command pair.  This release
  12980.         fixes a severe bug in the first version which used to guru
  12981.         if run out of a script.  Includes source in C.
  12982.         Author:  Oliver Wagner
  12983.  
  12984. PacketSupport    A link library, for use with Lattice C, providing a few
  12985.         functions to handle DOS packet postage.  Includes source.
  12986.         Author:  Oliver Wagner
  12987.  
  12988. PatchNTSC    OS fix to allow the growing number of PAL display programs
  12989.         to be run on NTSC machines.  Will patch the Intuition
  12990.         OpenScreen() function to assure screens with PAL height to
  12991.         be opened in interlace mode.  Includes source in assembler.
  12992.         Author:  Oliver Wagner
  12993.  
  12994. TextPaint    Second major release of the Ansi editor.  All major bugs
  12995.         have been fixed, and a bunch of new options have been added,
  12996.         e.g. possibility to reload ansi files or CLI modules, 4
  12997.         color option, optimized keyboard layout, new drawing modes,
  12998.         right mouse button support (like DeluxePaint) and much more.
  12999.         Binary only, shareware.
  13000.         Author:  Oliver Wagner
  13001.  
  13002. Timetest    Working example to show the time() and gmtime() functions of
  13003.         the Lattice C support library.  Includes source in C.
  13004.         Author:  Oliver Wagner
  13005.  
  13006. WBD        Possibly the smallest utility to set the workbench screen
  13007.         to any depth.  Includes source in C.
  13008.         Author:  Oliver Wagner
  13009. This is disk 347 of the freely distributable AMIGA software library.
  13010. Below is a listing of the significant directories and their contents.
  13011.  
  13012.  
  13013. Cursor          A 3-pass BASIC Compiler for BASIC programs written in
  13014.                 AmigaBASIC, does not yet support all of the BASIC
  13015.         commands but is able to compile itself.  This is
  13016.         version 1.0, includes source.
  13017.                 Author:  Jurgen Forster
  13018.  
  13019. Drip        Drip is an arcade style game with 15 floors (levels).
  13020.         You must move along the pipes of each floor and rust
  13021.         them to advance to the next level. Every 3 floors
  13022.         completed will entitle you to a bonus round where
  13023.         extra drips can be won.  An extra drip will also be
  13024.         awarded for every 10,000 points.  Binary only.
  13025.         Author:  Art Skiles
  13026. This is disk 348 of the freely distributable AMIGA software library.
  13027. Below is a listing of the significant directories and their contents.
  13028. All of this material was submitted to me on disk by one of the authors,
  13029. Jeff Glatt, of dissidents software.  **NOTE**  Before running the
  13030. programs here, you may need to install current versions of the required
  13031. libraries.  To do this, click on the icon in the InstallLibs drawer.
  13032.  
  13033.  
  13034. ColorReq    Describes the update to the color.library and has an example
  13035.         program, with source, that demonstrates its use.
  13036.         Author:  Dissidents Software
  13037.  
  13038. DisEditor    This is a demo of the dissidents shareware text editor.
  13039.         Version 1.1, binary only.
  13040.         Author:  Dissidents Software
  13041.  
  13042. DisSecretary    This program can be used to file information in a
  13043.         "file cabinet" type environment.  It is well suited for
  13044.         jobs such as maintaining a disk catalog, or user group
  13045.         membership, etc.  Included is a data file of the library
  13046.         catalog, disks 1 to 310.  Version "Wanda", binary only.
  13047.         Author:  Dissidents Software
  13048.  
  13049. FileIO        Contains updated files for version 1.6 of the dissidents
  13050.         requester library.  There is a bug fix to the library as
  13051.         well as a new function.  See disk 257 for the complete
  13052.         documentation, and examples.
  13053.         Author:  Dissidents Software
  13054.  
  13055. ILBMLib        Contains updated files for the dissidents ilbm.library
  13056.         on disk 237, with new lib features and a new library.
  13057.         Also included is a much improved (better organized) doc
  13058.         file, and new C examples that show how to use the library
  13059.         for any kind of IFF file.  See disk 237 for other examples.
  13060.         Author:  Dissidents Software
  13061.  
  13062. InstallLibs    A program to copy files to the LIBS: dir of a boot disk.
  13063.         Can be used to create a handy installation program (hard
  13064.         disks especially) for programs that need disk-based
  13065.         libraries.  Includes source.
  13066.         Author:  Dissidents Software
  13067.  
  13068. SAMP        An IFF sampled sound format designed for professional
  13069.         music use.  It can be used for 16-bit samples, multiple
  13070.         waveforms, etc.  Includes a SAMP reader/writer shared
  13071.         library, interface routines, and programming examples.
  13072.         Also includes a program to convert 8SVX to SAMP.
  13073.         Author:  Dissidents Software
  13074. This is disk 349 of the freely distributable AMIGA software library.
  13075. Below is a listing of the significant directories and their contents.
  13076.  
  13077.  
  13078. MED        A music editor much like SoundTracker.  A song consists
  13079.         of up to 50 blocks of music, which can be played in any
  13080.         order.  Editing features include cut/paste/copy tracks
  13081.         or blocks, changing the vibrato, tempo, crescendo, and
  13082.         note volume.  Other features include switching of the
  13083.         low-pass-filter on or off on a per song basis, and a cute
  13084.         little animated pointer of a guy doing "jumping jacks" in
  13085.         time to the music!  This is version 2.00, an update to
  13086.         version 1.12 on disk 255.  Now includes full source.
  13087.         Author:  Teijo Kinnunen
  13088. This is disk 350 of the freely distributable AMIGA software library.
  13089. Below is a listing of the significant directories and their contents.
  13090.  
  13091.  
  13092. Icons        A large variety of icons for many uses, of practically
  13093.         every description.  Most are animated.
  13094.         Author:  Bradley W. Schenck
  13095.  
  13096. MemMometer    A program that opens a narrow window and graphically
  13097.         displays your memory usage like a gauge.  Based on
  13098.         WFrags, by Tomas Rokicki.  Version 2.10, includes source.
  13099.         Author:  Howard Hull
  13100.  
  13101. Stitchery    This shareware program loads in IFF images and creates
  13102.         charted patterns from them for use in counted cross-stitch
  13103.         and other forms of needlework.  It requires one megabyte of
  13104.         memory to run, and works best with a good high-resolution
  13105.         printer for printing the patterns.  The Stitchery was
  13106.         written with The Director and the Projector is included.
  13107.         Version 1.21.
  13108.         Author:  Bradley W. Schenck
  13109.  
  13110. TrackUtils    Two utilities that deal with disk tracks.  TCopy copies one
  13111.         or more tracks from one disk to another, and is useful for
  13112.         copying part of a floppy disk into RAD: during bootup.
  13113.         TFile creates a dummy file which "marks" a specified range
  13114.         of tracks, preventing AmigaDOS from using them and allowing
  13115.         them to be used for raw trackdisk data.  Includes C source.
  13116.         Author:  Eddy Carroll
  13117. This is disk 351 of the freely distributable AMIGA software library.
  13118. Below is a listing of the significant directories and their contents.
  13119.  
  13120.  
  13121. PDC        Publicly Distributable C (PDC) is a complete C compilation
  13122.         system including a compiler, assembler, linker, librarian,
  13123.         and numerous utilities, documentation files, libraries, and
  13124.         header files.  PDC supports many ANSI features including
  13125.         all ANSI preprocessor directives, function prototyping,
  13126.         structure passing and assignment.  In addition it supports
  13127.         Lattice C compatible libcall pragmas, precompiled header
  13128.         files, builtin functions, and stack checking code. This is
  13129.         version 3.33 and includes full source.
  13130.         Author: Lionel Hummel, Paul Petersen, et al.
  13131.  
  13132.  
  13133. This is disk 352 of the freely distributable AMIGA software library.
  13134. Below is a listing of the significant directories and their contents.
  13135.  
  13136. MG        Beta version of mg3, including ARexx support. This is
  13137.         probably the most stable beta for the next year, as many
  13138.         new features are going in after this. Amiga-only release.
  13139.         Sources compressed with lharc to fit on the disk. Update
  13140.         to mg2b on disk 147.
  13141.         Author:  Mike Meyer, et al.
  13142.  
  13143. PrintHandler    A custom PRT: driver which offers easy single sheet
  13144.         support as well as limited data spooling.  Version 1.6,
  13145.         an almost entirely rewritten update to version 1.1 on
  13146.         disk 282.  Includes source in 'C'.
  13147.         Author:    Olaf Barthel
  13148.  
  13149. TreeWalk    File tree walking subroutine designed to be fast, robust,
  13150.         and not use a lot of any critical resource. Includes both
  13151.         a CLI interface to that routine the form of a find-like
  13152.         utility that uses C expressions instead of Unix-like flags,
  13153.         and a program to tell you if directory trees will fit
  13154.         on a given disk, or how many extra blocks you'll need if
  13155.         they won't. Includes source. Update to version on disk 289.
  13156.         Author:  Mike Meyer
  13157. This is disk 353 of the freely distributable AMIGA software library.
  13158. Below is a listing of the significant directories and their contents.
  13159.  
  13160.  
  13161. AztecArp    An Arp package fixed to work with the 5.0 release of
  13162.         the Aztec 'C' compiler.  The original Manx support
  13163.         files were incomplete, contained bugs preventing them
  13164.         from working properly and had the wrong linker format.
  13165.         Includes source.
  13166.         Author:    Olaf Barthel
  13167.  
  13168. CompDisk    A disk compression/disk compression package which was
  13169.         written to be fast and easy to use.  Includes an Arp
  13170.         and an Intuition interface.  Includes source in 'C'.
  13171.         Author:    Olaf Barthel
  13172.  
  13173. NorthC        A complete freely redistributable C environment for the
  13174.         Amiga based on the Sozobon Ltd C compiler, Charlie Gibb's
  13175.         assembler, the Software Distillery's linker, and portions
  13176.         from other sources.  Steve has pulled everything together
  13177.         and added some enhancements in the process.  This is
  13178.         version 1.1, an update to version 1.0 on disk 340.
  13179.         Partial source only.
  13180.         Author:  Steve Hawtin, et. al.
  13181. This is disk 354 of the freely distributable AMIGA software library.
  13182. Below is a listing of the significant directories and their contents.
  13183.  
  13184.  
  13185. FastBlit    A small tool to speed up blitter operations by up to
  13186.         60%.  Version 1.0, binary only.
  13187.         Author:    Ralf Thanner
  13188.  
  13189. KeyMacro    A keyboard macro program, configurable via a text file,
  13190.         that also supports hotkey program execution. You can
  13191.         map up to eight functions to each key, including keys
  13192.         such as cursor keys, the return key, etc.  Version 1.4,
  13193.         an update to version 1.0 on disk 325, which fixes the
  13194.         bugs in version 1.0.  Includes source in 'C'.
  13195.         Author:    Olaf Barthel
  13196.  
  13197. MandelMountains
  13198.         A program that renders three-dimensional images of
  13199.         blowups of the Mandelbrot set.  Includes several example
  13200.         images.  This is version 2.0, an update to version 1.1
  13201.         on disk 295.  Shareware, binary only.
  13202.         Author:  Mathias Ortmann
  13203.  
  13204. MemGuard    MemGuard is a MemWatch like program which has been
  13205.         rewritten in assembly language for maximum speed and
  13206.         efficiency.  Unlike MemWatch, MemGuard does not run as
  13207.         task in a dummy loop but rather as a low-level interrupt
  13208.         routine which is capable of trapping memory trashing
  13209.         even before exec might know of it and even while task
  13210.         switching is forbidden.  Version IIIa, an update to
  13211.         version III on disk 325, binary only.
  13212.         Author:    Ralf Thanner
  13213.  
  13214. MXMLib        An example Amiga shared library compiled with Aztec
  13215.         'C' 5.0.  This library contains basic support functions
  13216.         employed by programs such as KeyMacro or PrintHandler.
  13217.         In short: mxm.library is the standard MXM system support
  13218.         library.  Version 34.14, includes source.
  13219.         Author:    Olaf Barthel
  13220. This is disk 355 of the freely distributable AMIGA software library.
  13221. Below is a listing of the significant directories and their contents.
  13222.  
  13223.  
  13224. Berserker    A viruskiller which checks for certain conditions
  13225.         indicating possible virus infection.  Different from
  13226.         other programs of this kind, Berserker does not rely
  13227.         on checksums only, it will also check the possible
  13228.         virus behind the altered checksum.  Therefore even new
  13229.         viruses with old infection methods can be traced and
  13230.         resident tools are not touched.  Includes source in
  13231.         assembly language.
  13232.         Author:  Ralf Thanner
  13233.  
  13234. ImageEditor    A simple to use graphics editor which allows you to draw
  13235.         and save images/sprites as assembler or C source code.
  13236.         Includes IFF support, undo, and an iconify function.
  13237.         Another feature is the small memory usage so you can use
  13238.         multitasking even on a 512K machine.  Maximum picture size
  13239.         is 166*58 pixels.  This is version 2.4 and includes source.
  13240.         Author:  Robert Junghans
  13241.  
  13242. LoadImage    An IFF ILBM reader that accepts overscanned pictures,
  13243.         allows you to scroll around in the bitmap if the
  13244.         picture is larger than the current display, works on
  13245.         both PAL and NTSC machines, supports color cycling
  13246.         using interrupt code, and supports printing of image
  13247.         portions.  Version 1.11, update to version 1.9 on disk
  13248.         281, includes source.
  13249.         Author:  Olaf Barthel
  13250.  
  13251. RexxHostLib    This is a shared library package to simplify the ARexx
  13252.         host creation/management procedure.  Rexx-message
  13253.         parsing is also included making it possible to control
  13254.         ARexx from programs such as AmigaBASIC (can you
  13255.         imagine AmigaBASIC controlling AmigaTeX?).  This is
  13256.         version 34.12 which has been recompiled and made a lot
  13257.         shorter using Aztec 'C' 5.0, an update to version 1.6
  13258.         on disk 325.  Includes source.
  13259.         Author:  Olaf Barthel
  13260.  
  13261. SoundEditor    An 8SVX stereo sound file editor written in assembly
  13262.         language for speed and minimum size.  Version V.8,
  13263.         binary only.
  13264.         Author:  Howard Dortch, Mike Coriell, Matt Gerald
  13265.  
  13266. TrackSalve    A Trackdisk patch which removes all known bugs, and one
  13267.         unknown so far, and patches the Trackdisk task to allow
  13268.         various enhancements, such as reading good sectors from
  13269.         partially bad tracks, write verification, write protect
  13270.         simulation, auto motor off, auto update and turning off
  13271.         clicking.  Other features are MFM-upate and I/O by non-
  13272.         chip buffers. This is version 1.3, an update of version
  13273.         1.0 on disk 312.  Includes source in C and assembler.
  13274.         Author: Dirk Reisig
  13275.  
  13276. Tron        Another game about the lightcycle race sequence in the 
  13277.         science fiction computer film "Tron".  One or two players
  13278.         and other options.  Written in GFA-BASIC and then com-
  13279.         piled.  Version 1.1, binary only.
  13280.         Author:  Dirk Hasse
  13281. This is disk 356 of the freely distributable AMIGA software library.
  13282. Below is a listing of the significant directories and their contents.
  13283.  
  13284.  
  13285. AlgoRhythms    An algorithmic composition program that improvises music
  13286.         over a MIDI interface connected to the serial port.  A
  13287.         MIDI interface and synthesizer are needed.  The music 
  13288.         does not have a strong pulse, and does not repeat motifs 
  13289.         or melodies, but can be very pretty.  Version 1.0 with
  13290.         source in C, and sample data files.
  13291.         Author:  Thomas E. Janzen
  13292.  
  13293. NComm        A communications program based on Comm version 1.34, by
  13294.         DJ James, with lots of very nice enhancements.  Also 
  13295.         includes several auxiliary programs such as AddCall,
  13296.         CallInfo, GenList, PbConvert, and ReadMail.  This is
  13297.         version 1.9, an update to version 1.8 on disk 230.
  13298.         Binary only.
  13299.         Author:  DJ James, Daniel Bloch, Torkel Lodberg, et al.
  13300.  
  13301.  
  13302.  
  13303. This is disk 357 of the freely distributable AMIGA software library.
  13304. Below is a listing of the significant directories and their contents.
  13305.  
  13306.  
  13307. Empire        Empire is a multiplayer game of exploration, economics,
  13308.         war, etc, which can last a couple of months.  Can be
  13309.         played either on the local keyboard or remotely through
  13310.         a modem.  This is version 2.1w, an update to version
  13311.         1.33w on disk 329.  Changes include a client-server
  13312.         system, a chat/CB mode, realtime private player to
  13313.         player messages, and other enhancements.  Binary only.
  13314.         Author:  Chris Gray, David Wright, Peter Langston
  13315. This is disk 358 of the freely distributable AMIGA software library.
  13316. Below is a listing of the significant directories and their contents.
  13317.  
  13318.  
  13319. Blob        Another screen hack.  Makes red drops of slime flow down
  13320.         your screen.  Version 1.1, includes source in C.
  13321.         Author:  Guido Wegener
  13322.  
  13323. OPS5c        OPS5c is a compiler for the expert system language OPS5.
  13324.         The compiler takes OPS5 source code as input and creates a C
  13325.         source code file to be compiled to create an executable.
  13326.         Arbitrary C code may be linked with the executable and
  13327.         executed as a result of firing rules.  The system's strong
  13328.         point is its speed and as a result it sometimes has large
  13329.         executables and large memory requirements.  At least 1 Meg.
  13330.         of memory is suggested.  Binaries only for compiler and
  13331.         run-time library.  Version 1.08a.  Requires a C compiler.
  13332.         Authors: Bernie J. Lofaso, Jr, Dan Miranker and Arun Chandra.
  13333.  
  13334. Pipeline        A game like the commercial game 'Pipe dream' (Pipe mania).
  13335.                 Needs a joystick and PAL display.  High scores are saved
  13336.         to disk.  Version 1.0, includes source.
  13337.         Author:  Andre Wichmann.
  13338.  
  13339. ReDate        Scans a disk and dates each directory according to the most
  13340.         recent item contained within (not including .info files).
  13341.         Ideal for use after a COPY ALL CLONE, where the directories
  13342.         are CREATED rather than copied and thus lose their date
  13343.         information.  Includes source in assembler.
  13344.         Author:  Jim Butterfield
  13345.  
  13346. RoadRoute    Revision of trip planner program to find "best road route"
  13347.         between any two points of travel.  The user is encouraged
  13348.         to customize files CITIES and ROADS to suit travel interests.
  13349.         This is version 1.5, an update to the original version on
  13350.         disk 251, and makes provision for very large city menus and
  13351.         itineraries.  You might like to use files from disk 328
  13352.         (Mayes/Delzer).  Also includes RoadScan, a checker for
  13353.         RoadRoute files (CITIES and ROADS).  Very large files may
  13354.         contain goofs (cities with no roads, the same road entered
  13355.         twice, etc.), or oddities (direct road not as fast as multi-
  13356.         point).  These are pointed out, together with areas where
  13357.         users might wish to make economies in the data base.
  13358.         Includes source in C.
  13359.         Author:  Jim Butterfield
  13360.  
  13361. ScanIFF        Scans through an IFF file, identifying the elements.
  13362.         Faster than standard utility IFFCheck since it uses Seek,
  13363.         but does not do IFFCheck's detailed format checking.
  13364.         Intended for use as a "template" from which programmers
  13365.         can code their specific application.  For example, an
  13366.         expanded version has been used to extract instrument data
  13367.         from music files.  Includes source in assembler.
  13368.         Author:  Jim Butterfield
  13369.  
  13370. ViewDir        A LIST type of utility showing contents of a disk or
  13371.         directory.  For directories, shows SIZE.  For files, takes
  13372.         a quick look and identifies TYPE if possible.  Update to
  13373.         original version on disk 251.  Now works with SPAT for
  13374.         pattern matching, and has a small style change.  Includes
  13375.         source in assembler.
  13376.         Author:  Jim Butterfield
  13377.  
  13378. This is disk 359 of the freely distributable AMIGA software library.
  13379. Below is a listing of the significant directories and their contents.
  13380.  
  13381.  
  13382. ABridge        An interim solution to Anim-5 incompatability problems.
  13383.         Identifies the origin of an Anim-5 file and modifies it to
  13384.         facilitate easy exchange between AniMagic, Videoscape,
  13385.         Animation Station, DPaint III, Animation: Editor(v1.11),
  13386.         The Director, SA4D, Movie2.0, Photon Paint 2.0 and Cel
  13387.         Animator.  Fully intuitionalized interface, full ARexx
  13388.         support including a "Find ARexx" option if you start ARexx
  13389.         after running ABridge.  This is version 1.0, shareware,
  13390.         binary only.
  13391.         Author: Ron Tarrant, Mythra-mations Animation and Software
  13392.  
  13393. DICE        Dillon's Integrated C Enviroment.  A C frontend, pre-
  13394.         processor, C compiler, assembler, linker, and support
  13395.         libraries.  Also includes the editor, dme.  Features
  13396.         include ANSI compatibility, many code optimizations,
  13397.         and autoinit routines (user routines called during
  13398.         startup before main is called).  This is version 2.02,
  13399.         shareware, binary only.
  13400.         Author:  Matthew Dillon
  13401.  
  13402. TextPlus    A word processor for the Amiga, with both German and
  13403.         English versions.  TextPlus enables you to write letters,
  13404.         books, programs etc. in a very easy and comfortable way.
  13405.         Version 2.0, binary only.
  13406.                 Author:  Martin Steppler
  13407. This is disk 360 of the freely distributable AMIGA software library.
  13408. Below is a listing of the significant directories and their contents.
  13409.  
  13410.  
  13411. UUCP        An implementation of uucp for the Amiga, including mail
  13412.         and news.  This is Matt's version for the Amiga, based
  13413.         on William Loftus's Amiga UUCP 0.40 release with news
  13414.         code from his 0.60 release, and months of work by Matt to
  13415.         make fixes and add enhancements.  This is version 1.06D,
  13416.         an update to version 1.03D on disk 313.  Includes source.
  13417.         Author:  Various, major enhancements by Matt Dillon
  13418. This is disk 361 of the freely distributable AMIGA software library.
  13419. Below is a listing of the significant directories and their contents.
  13420.  
  13421.  
  13422. Brush_4D    Converts IFF images into Sculpt 4D object format.  Works 
  13423.         with any IFF image, including HAM & Extra Halfbrite.
  13424.         Convert brushes in full color, with optional wrap, to 3D 
  13425.         shapes.  Also includes optimization routine.
  13426.         Version 1.00, shareware, binary only.
  13427.         Author:  Bruce Thomson
  13428.  
  13429. FileMaster    A file editor like NewZap or FedUp, which allows you to
  13430.         manipulate bytes of a file.  You may also change the file
  13431.         size or execute a patch.  Version 1.20, update to version 
  13432.         on disk number 298, includes source in assembly.
  13433.         Author:  Roger Fischlin
  13434.  
  13435. TextPaint    Version 0.97 of the Ansi editor.  Several significant 
  13436.         enhancements and bug fixes since the release of version 
  13437.         0.90 on disk number 346.  Binary only.
  13438.         Author:  Oliver Wagner
  13439.  
  13440. Turn        An interesting board game with the simplicity of checkers
  13441.         yet requiring the "move-lookahead" of a good chess player.
  13442.         Binary only.
  13443.         Author:  Peter Handel
  13444.  
  13445. XColor-Lib    Link library with a full-fledged color requestor along with
  13446.         several color functions like copy, spread, exchange, antique
  13447.         black & white, etc. to aid in creating your own custom 
  13448.         color requestors.  Contains several demos along with include
  13449.         files for C, AmigaBasic, DevPac Assember and KickPascal. 
  13450.         Author:  Roger Fischlin
  13451. This is disk 362 of the freely distributable AMIGA software library.
  13452. Below is a listing of the significant directories and their contents.
  13453.  
  13454.  
  13455. ArchEdge    Intuition interface for several of the more popular
  13456.         archiving utilities such as ARC, ZOO, LHARC and PAK.
  13457.         Includes an "Auto-Pad" function that will automatically
  13458.         add some morsels for the modem.  Version 1.5, includes
  13459.         assembly source.
  13460.         Author:  Robert Lang
  13461.  
  13462. Fenster        A program which can operate on windows owned by another
  13463.         program, to close them, change their size, refresh gadgets,
  13464.         move the window to the background, etc.  This is version
  13465.         2.2, an update to version 2.1 on disk 305.  Includes
  13466.         source in assembly.
  13467.         Author:  Roger Fischlin
  13468.  
  13469. Imperium_Romanum
  13470.         Strategic, "RISK" style game for up to four players.
  13471.         Based in the ancient times of Rome, Athens, Alexandria
  13472.         and Carthago.  Binary only, shareware ($10), with C source
  13473.         available from the author.  Version 1.50E.
  13474.         Author:  Roland Richter
  13475.  
  13476. KeyMenu        Allows fast, easy access to pull-down menus from the keyboard
  13477.         without having to remember all the special amiga key sequences
  13478.         Version 1.01, binary only.
  13479.         Author:  Rainer Salamon
  13480.  
  13481. MemRoutines    Some "plug-compatible" replacements for the Lattice C 
  13482.         functions memcpy(), memcmp(), and memset().  Unlike the
  13483.         Lattice functions that deal with data one-byte at a time,
  13484.         these versions deal with longword chunks, which can improve 
  13485.         performance of Amigas equipped with a 68020 or 68030.
  13486.         Includes source in assembly.
  13487.         Author:  Robert Broughton
  13488.  
  13489. PUZZ        Very nice implementation of the sliding-block-puzzle concept.
  13490.         Good graphics and the ability to create your own puzzles
  13491.         using an IFF ILBM file and a text file.  Includes source and 
  13492.         several sample puzzles.  Version 1.0.
  13493.         Author:  Martin Round
  13494.  
  13495. Rubik        Another 3D Rubik's cube solver independantly authored from 
  13496.         the version on disk #285.  Version 1.0, includes source.
  13497.         Author:  Martin Round
  13498.  
  13499. sMOVIE        A smooth scrolling text displayer, useful for creating 
  13500.         video titles, slide show intros, etc.  Includes source.
  13501.         Author:  Martin Round
  13502. This is disk 363 of the freely distributable AMIGA software library.
  13503. Below is a listing of the significant directories and their contents.
  13504.  
  13505.  
  13506. BootBase    Another bootblock save/restore utility.  Includes
  13507.         an auto-compare function.  Includes source.
  13508.         Author:  Steven Lagerweij
  13509.  
  13510. LabelPrint3.5    A program that allows you to easily print labels for
  13511.         your disks.  This is version 3.5, an update to version
  13512.         3.0 from disk 277.  Shareware, binary only (source
  13513.         available from author).
  13514.         Author:  Andreas Krebs
  13515.  
  13516. MigaMind    A small WorkBench "Master-Mind" type game.  Includes
  13517.         source.
  13518.         Author:  Ekke Verheul
  13519.  
  13520. PLW        Phone-Line-Watcher.  For users of Hayes compatible modems.
  13521.         Monitors the serial port and records all incoming calls. 
  13522.         Current version only allows remote user to receive a 
  13523.         predetermined message, login, and leave a reply.  Possible
  13524.         updates will allow them access to AmigaDos.  Version 1.1,
  13525.         binary only.
  13526.         Author:  Christian Fries
  13527.  
  13528. RandSam        Plays random soundsamples at random times, with random 
  13529.         volume, random cycles, and a bit random period.  It will
  13530.         definitely catch the attention of the unsuspecting Amiga 
  13531.         user (particularly one that has the stereo turned up!) when
  13532.         a lion suddenly roars as they're typing away on their 
  13533.         favorite word processor!  User modifiable start-up 
  13534.         configuration file.  Include source and some sample sounds.
  13535.         Author:  Steven Lagerweij
  13536.  
  13537. SampleScanner    By-passes the Amiga Dos file system and scans a disk directly,
  13538.         block by block, for sound samples.  Allows you to "hear" the 
  13539.         disk as it is being scanned.  If a sample is found, it can
  13540.         be saved to disk for editing, direct use, etc.
  13541.         Author:  Steven Lagerweij
  13542.  
  13543. WO        An intuition-based address book that allows saving of 
  13544.         data in normal or password-encoded form.  Version 1.0,
  13545.         includes partial source, (password encoding routines not
  13546.         included).
  13547.         Author:  Heinzelmann
  13548. This is disk 364 of the freely distributable AMIGA software library.
  13549. Below is a listing of the significant directories and their contents.
  13550.  
  13551.  
  13552. Aniptrs2    Some more animated pointers to choose from to "liven"
  13553.         up your display environment.  Binary only.
  13554.         Author:  Bob McKain, pointer animation program by Tim Kemp
  13555.  
  13556. DPFFT        Update to version on disk number 324.  DPFFT includes
  13557.         the ability to plot a Fast Fourier Transform (FFT) of the
  13558.         data, customized amplitude and phase spectrum, prewhitening
  13559.         capability, and a Welch    window for spectral smoothing.
  13560.         Version 2.2, binary only.
  13561.         Author:  A. A. Walma
  13562.  
  13563. Iconaholism    A selection of some very nice looking icons designed for 
  13564.         an 8-color WorkBench.  Includes script files to view the 
  13565.         icons in their intended colors.
  13566.         Author:  R.G.Tambash
  13567.  
  13568. MemLook        Similar to "MemFlick" on disk #206.  For lack of a better
  13569.         explanation, it gives sort of a graphical view of your 
  13570.         machine's entire memory area.  Features memory guage and
  13571.         controllable scrolling speed via the cursor keys.
  13572.         Version 1.1B, binary only, source available from author
  13573.         Author:  Thomas Jansen
  13574.  
  13575. SNAG_Pointers    Results of the Southern Nevada Amiga Groups (SNAG)
  13576.         first animated pointer contest.    
  13577.         Authors:  Various, pointer animation program by Tim Kemp
  13578. This is disk 365 of the freely distributable AMIGA software library.
  13579. Below is a listing of the significant directories and their contents.
  13580.  
  13581.  
  13582. Badger        Reminder program for your startup-sequence.  Badger will
  13583.         open a window and display any important events that are 
  13584.         'due'.  Badger will not bother you if there is nothing to
  13585.         report.  Events are entered via menu and prompts.  Binary
  13586.         only, shareware.
  13587.         Author:  George Kerber
  13588.  
  13589. DmeAsm        A utility for those who use Matt Dillon's Dme editor and 
  13590.         HighSoft's DevPac Assembler.  DmeAsm is a CLI command file
  13591.         that takes your source code as a parameter and opens a window 
  13592.         similar to the Assemble window inside Devpac (Genam2) and 
  13593.         gives similar options.  If no parameter is supplied then the
  13594.         window will still open and you can supply your own.  Version
  13595.         1.1, includes source in assembly
  13596.         Author:  Nic Wilson & W Weber
  13597.  
  13598. EasyBackup    A CLI-based hard-disk backup/restore utility.  Features
  13599.         incremental backups by archive bit status, by datestamp,
  13600.         or command-line query.  Incremental backups can be appended
  13601.         to an existing backup set.  Includes source.
  13602.         Author:  Oliver Enseling
  13603.  
  13604. EasyMouse    Another threshhold-mouse-accelerating, screen-to-back,
  13605.         window to-front, mouse-blanking, screen-blanking, auto-
  13606.         window activating, low-memory-warning, auto-window sizing,
  13607.         configuration-saveable clock!  Version 1.0, includes source.
  13608.         Author:  Oliver Enseling
  13609.  
  13610. TrackDos     A program that allows easy transfer of data between DOS,
  13611.         memory and trackdisk.device.  DOS means the data contained
  13612.         within a file, memory means the data contained anywhere
  13613.         within the memory map and trackdisk.device means data
  13614.         stored on a disk not accessable with DOS (eg. bootblocks
  13615.         special loader disks etc.).  The transfer of data between
  13616.         these three areas is not normally easy or convenient.
  13617.         TrackDos was written to overcome this.  Binary only.
  13618.         Author:  Nic Wilson
  13619.  
  13620. Password    A program which enhances your computers security by making
  13621.         it complicated enough that users without your password
  13622.         will get discouraged trying to boot and use your system.
  13623.         This should keep out most casual or nontechnical users.
  13624.         Update to version on disk #243.  Version 1.42p, binary only.
  13625.         Author:  George Kerber
  13626.  
  13627. Udate        Udate is a replacement for the AmigaDOS date command,
  13628.         containing many options similiar to the UNIX date command.
  13629.         Udate will allow you to set the date and time via prompts
  13630.         or directly from the command line, will display any part
  13631.         of the date or time using the options in any color desired,
  13632.         and will also make an automatic adjustment of your system
  13633.         clock for Daylight Savings Time so your computer will be
  13634.         one less clock you will ever have to set twice a year for
  13635.         DST.  Update to version on disk #311, this version is 
  13636.         slightly smaller and works correctly with the 68030.
  13637.         Version 1.14c, binary only.
  13638.         Author:  George Kerber
  13639.  
  13640. View80        Very impressive scrolling text file reader.  Three scrolling
  13641.         modes and controllable via keyboard or mouse.  Opens file
  13642.         requestor if no filename is given.  Automatically configures
  13643.         screen size for PAL or NTSC machine.  Sample operation in 
  13644.         reading the document files.  Version 1.1, includes source.
  13645.         Author:  Federico Giannici
  13646. This is disk 366 of the freely distributable AMIGA software library.
  13647. Below is a listing of the significant directories and their contents.
  13648.  
  13649.  
  13650. 3DTicTacToe    A three-dimensional "four-in-a-row" version of TicTacToe,
  13651.         human against computer.  Version 1.2, binary only.
  13652.         Author:  Ron Charlton
  13653.  
  13654. DosError    A small CLI utility that will return a slightly more verbose
  13655.         description of a DOS error code than that returned by the 
  13656.         System.  Can save a trip to the manual for vague or unfamiliar
  13657.         error codes.  Version 2.0, includes source in assembly.
  13658.         Author:  Robert Lang
  13659.  
  13660. IntuiFace    An intuition interface that handles the important functions 
  13661.         of creating, inserting, extracting and listing files for
  13662.         three popular archiving utilities:  ARC, ZOO and LHARC.
  13663.         Version 1.00, binary only, shareware.
  13664.         Author:  Matthias Zepf
  13665.  
  13666. LoanCalc    Entirely keyboard driven mortgage utility.  Although similiar
  13667.         programs exist, this one is unique in that it is designed
  13668.         to track 'Open' mortgages that allow any size payment to be 
  13669.         made at any time as well as providing an amortization table
  13670.         for fixed mortgages with monthly, semi-monthly, bi-weekly and
  13671.         weekly payment schedules.  Version 1.2, binary only.
  13672.         Author:  Robert Bromley
  13673.  
  13674. Makewords    "PhoneWord" takes a full or partial telephone number and 
  13675.         attempts to create a word from the various "alphabedigit"
  13676.         combinations.  "Unjumble" may useful in solving the Sunday
  13677.         morning newspaper "Scramble".  Includes source.
  13678.         Author:  Ron Charlton
  13679.  
  13680. MeMeter        A small utility for monitoring the Amiga's memory usage.
  13681.         Unique snapshot facility allows you to store the current
  13682.         numbers, launch a program, see how much memory it 
  13683.         requires, end the program, and see if it returns all the 
  13684.         memory.  Version 2.1, binary only.
  13685.         Author:  Gaylan Wallis 
  13686.         
  13687. NDebt        Amusing, but saddening, this program opens a small window
  13688.         that displays a continuously updated tally of America's 
  13689.         national debt, based on its historically phenomenal growth
  13690.         rate.  Version 1.1, includes source.
  13691.         Author:  Ron Charlton 
  13692.  
  13693. PrintStudio    Very nice intuition-based general purpose print utility that
  13694.         prints text with a variety of options.  Prints several graphic
  13695.         formats with yet more options.  Print any part of a picture,
  13696.         print screens and windows, save screens and windows as IFF 
  13697.         files, modify color palettes, change printing parameters and 
  13698.         lots more!  Version 1.2, binary only, shareware.
  13699.         Author:  Andreas Krebs
  13700. This is disk 367 of the freely distributable AMIGA software library.
  13701. Below is a listing of the significant directories and their contents.
  13702.  
  13703.  
  13704. Enigmas        Nifty graphic simulation of the World War II German
  13705.         Enigma-Machine, a message encoding/decoding device 
  13706.         that produced extremely difficult to crack cryptographic
  13707.         code.  Binary only.
  13708.         Author:  Gaylan Wallis
  13709.  
  13710. GwPrint        An intuition-based text file print utility.  Offers a wide
  13711.         selection of adjustable features for controlling pagination,
  13712.         headers, trailers, margins, date and page-numbering and 
  13713.         various print styles/sizes.  Version 2.0, binary only, 
  13714.         shareware.
  13715.         Author:  Gaylan Wallis
  13716.  
  13717. HyperDialer    Database for names and addresses, full intuition interface.
  13718.         Dynamically allocated, with configurable script startup file.
  13719.         Iconifies to titlebar icon.  Search, sort, insert, delete,
  13720.         full file requesters.  Uses modem to control dialing of 
  13721.         multiple phone numbers.  Binary only, shareware, with source
  13722.         available from author.
  13723.         Author:  David Plummer
  13724.  
  13725. SCM         Screen Color Modifier.  A palette program that allows the 
  13726.         changing/saving/loading of a screen's colors.  Includes a 
  13727.         separate loader program that can be used in batch files to 
  13728.         set a screen's colors to predefined values after a program
  13729.         has been launched.  Version 1.0, binary only.
  13730.         Author:  Jean-Marc Nogier
  13731.  
  13732. SuperView     A shareware file-viewer that displays all types of IFF files
  13733.         with many features like: Workbench support, all display modes,
  13734.         auto overscan, color cycle (CRNG, CCRT), AmigaBasic ACBM 
  13735.         files, first cell in and ANIM file, Type 5 animations and 
  13736.         more.  Written in assembly, pure code for residency under
  13737.         1.3.  Version 3.0, binary only.
  13738.         Author:  David Grothe
  13739.  
  13740. Tricky        Another of Peter's innovative and addictive games.  Sort of 
  13741.         a "video-bowling" concept where the object is to wipe out 
  13742.         groups of "computerized" symbols in such a fashion that the 
  13743.         last item hit becomes the target for the next ball (with 
  13744.         a few tricks of course!).  Lots of levels and the usual 
  13745.         level editor that accompanies most of Peter's games.
  13746.           Binary only.
  13747.         Author:  Peter Handel
  13748. This is disk 368 of the freely distributable AMIGA software library.
  13749. Below is a listing of the significant directories and their contents.
  13750.  
  13751.  
  13752. Elements    Very nice interactive display of the the Periodic Table 
  13753.         of Elements.  This is version 2.0, an update to version 
  13754.         1.3a on disk 297.  This version adds general row and column
  13755.         information, plus a test mode where the program asks specific
  13756.         questions about the selected element or row/column.  Binary
  13757.         only, shareware.
  13758.         Author:  Paul Thomas Miller
  13759.  
  13760. GraphicsPak    A set of functions for general graphics operations such as
  13761.         boxes/lines, blitting, and opening/closing the libraries.
  13762.         It is used by both of the PopMenu and ListWindow test 
  13763.         programs.  Includes source.
  13764.         Author:  Paul Thomas Miller
  13765.  
  13766. Lila        A shareware utility that allows you to print listings or
  13767.         other text files on Postscript printers, with header,
  13768.         page numbers, and multicolumn pages.  Can print in portrait
  13769.         or landscape orientation.  Version 8912a, binary only.
  13770.         Author:  Bertrand Gros
  13771.  
  13772. ListWindow    Gives simple initialization, handling, and freeing of 
  13773.         Macintosh-like "list-windows." These are user-sizeable 
  13774.         windows with a scrollable list of text strings, optionally
  13775.         sortable.  The list can be scrolled with a scroll-bar, up 
  13776.         and down arrows, arrow keys, or a SHIFT+key combination 
  13777.         which searches for the first occurance of the specified 
  13778.         key.  Source and a sample program included.
  13779.         Author:  Paul Thomas Miller
  13780.  
  13781. NewEx        An assembly program to replace xicon, IconX and similar
  13782.         utilities.  Unique in the fact that it uses a WorkBench 
  13783.         "Tool" icon instead of a "Project" icon.  This allows 
  13784.         workbench startup of programs that could ordinarily only
  13785.         be started by the CLI.  Version 1.1, includes assembly
  13786.         source.
  13787.         Author:  Kjell Cederfeldt
  13788.  
  13789. PopMenu        A set of functions for the setting up, drawing, and 
  13790.         handling of pop-up menus that are affixed to windows. 
  13791.         Clicking on the menu box area will open up the full menu,
  13792.         with the list of menu items inside.  Source and a sample
  13793.         program included.
  13794.         Author:  Paul Thomas Miller
  13795.  
  13796. SuperMenu    An information display system you can use to quickly and
  13797.         easily display text files (and sections of text files) with
  13798.         the press of a button.  Version 2.0, shareware, binary only.
  13799.         Author:  Paul Thomas Miller
  13800.  
  13801. SysInfo        A program which reports interesting information about the
  13802.         configuration of your machine, including some speed
  13803.         comparisons with other configurations, versions of the
  13804.         OS software, etc.  Version 1.4, binary only.
  13805.         Author:  Nic Wilson
  13806.  
  13807. Today        Amiga implementation of IBM PL/1 history program.  Tells 
  13808.         you important events and birthdays on current or specified
  13809.         day.  Command line options include once-per-day setting for 
  13810.         startup sequences.  Version 0.91, binary only, shareware.
  13811.         Author:  David Plummer, data files originally from an IBM 
  13812.              VM/CMS version by Mike Butler 
  13813. This is disk 369 of the freely distributable AMIGA software library.
  13814. Below is a listing of the significant directories and their contents.
  13815.  
  13816.  
  13817. AQData        Information to aid users in updating B. Lennart Olsson's
  13818.         Aquarium Version 1.12 database.  Includes information on
  13819.         disks up to number 360.
  13820.         Author:  Howard Hull
  13821.  
  13822. Flip        Another program in the long tradition of screen hacks.
  13823.         Run it and see what happens.  Binary only.
  13824.         Author:  Andreas Schildbach
  13825.  
  13826. Fortune        Randomly display a 'fortune' selected from a fortunes 
  13827.         file (supplied), by text or voice.  New version will work
  13828.         from the Workbench or CLI.  Version 2.04g, update to version
  13829.         on disk #311, source included.
  13830.         Author:  George Kerber
  13831.  
  13832. Spy        A program that tracks calls to AmigaDOS and Exec functions,
  13833.         reporting them to the screen, along with their calling
  13834.         parameters and the results.  Version 1.0, includes source.
  13835.         Author:  Federico Giannici
  13836.  
  13837. VAXterm        A VT220 terminal emulator that is close to the real VT220 
  13838.         terminal in both supported facilities and user interface. 
  13839.         Designed primarily for connection to VAX/VMS, it should 
  13840.         work with any host computer with VT220 terminal support.
  13841.         Supports file transferring for ASCII files by means of DCL
  13842.         commands.  Version 2.4, includes source.
  13843.         Author:  Tuomo Mickelsson
  13844.  
  13845. XprTransmit    XprTransmit is an Cli-based command that allows you
  13846.         to easily access to any Xpr Library without having to
  13847.         worry about call-back-function et cetera. It is able
  13848.         to access every "serial.device"-like exec-device.
  13849.         Only little documentation.  Version 1.0, binary only.
  13850.         Author: Andreas Schildbach
  13851. This is disk 370 of the freely distributable AMIGA software library.
  13852. Below is a listing of the significant directories and their contents.
  13853.  
  13854.  
  13855. SKsh        A ksh-like shell for the Amiga.  Some of its features
  13856.         include command substitution, shell functions with
  13857.         parameters, aliases, local variables, local functions,
  13858.         local aliases, powerful control structures and tests,
  13859.         emacs style line editing and history functions, I/O
  13860.         redirection, pipes, large variety of built-in commands,
  13861.         Unix style wildcards, Unix style filename conventions,
  13862.         filename completion, and coexistence with scripts from
  13863.         other shells.  Very well documented.  Version 1.5, an
  13864.         update to version 1.4 on disk 342.  New features include
  13865.         user definable keymaps, an ARexx port, many new internal
  13866.         and external commands, selective disabling of wildcards,
  13867.         preparsing of script files, bug fixes, and more.
  13868.         Author:  Steve Koren
  13869. This is disk 371 of the freely distributable AMIGA software library.
  13870. Below is a listing of the significant directories and their contents.
  13871.  
  13872.  
  13873. Fractals        A Fractal generator that generates many different types of 
  13874.         fractals based on the iteration of complex-valued formulas.
  13875.         The program can generate the Mandelbrot and Julia sets, as
  13876.         well as the sets of more unusual formulas such as 
  13877.         lambda*COS(Z) and Newton-R.  Version 2.1, includes source 
  13878.         and some sample creations.
  13879.         Author:  Ronnie Johansson.
  13880.  
  13881. LockDevice    A package to protect filing devices from being accidentally
  13882.         formatted.  Can be used with any filing device and file 
  13883.         system.  Version 1.0, includes source.
  13884.         Author:  Olaf Barthel
  13885.  
  13886. Port2        Sample C program showing how to control a mouse connected 
  13887.         to the second mouse/joystick port.  Executable creates a 
  13888.         second mouse pointer that is controlled by a mouse plugged
  13889.         into port 2.  Version 1.0, includes source.
  13890.         Author:  Olaf Barthel
  13891.  
  13892. PPLib        A shared, runtime library to aid in the development of 
  13893.         programs that need to decrunch files crunched with Power-
  13894.         Packer.  Version 34.1 (release 1.1), binary only.
  13895.         Author:  Nico François
  13896.  
  13897. PPMore        A "more" replacement program that reads normal ascii text
  13898.         files as well as files crunched with PowerPacker.  The
  13899.         crunched files can result in considerable disk space
  13900.         savings.  Version 1.7, update to version on disk number
  13901.         334, binary only.
  13902.         Author:  Nico François
  13903.  
  13904. PPShow        A "show" program for normal IFF ILBM files or ILBM files
  13905.         crunched with PowerPacker.  The decrunching is done auto-
  13906.         matically as the file is read.  Version 1.2, update to 
  13907.         version on disk number 334, binary only.
  13908.         Author:  Nico François
  13909.  
  13910. PPType        A "print" program that will print normal ascii files or 
  13911.         files crunched with PowerPacker.  Several nice features
  13912.         such as page headers and numbers, adjustable tab sizes,
  13913.         page info taken from preferences and more.  Version 1.1,
  13914.         binary only.
  13915.         Author:  Nico François
  13916. This is disk 372 of the freely distributable AMIGA software library.
  13917. Below is a listing of the significant directories and their contents.
  13918.  
  13919.  
  13920. Magnetic_Pages    A software package that allows you to create and display
  13921.         a disk-based magazine.  The magazine produced is of a
  13922.         similar format to that of a traditional paper magazine. 
  13923.         You can combine text and graphics on a single page, branch
  13924.         to different sections by clicking on icons and play sound
  13925.         and music.  Features a full intuition driven interface.
  13926.         Version 1.0, shareware, binary only.
  13927.         Author:  Mark Gladding.
  13928.  
  13929. PLW        Phone-Line-Watcher.  For users of Hayes compatible modems.
  13930.         Monitors the serial port and records all incoming calls. 
  13931.         Allows a remote user to login, receive and leave a message,
  13932.         and transfer files via Zmodem in either direction.  Two
  13933.         level DOS access, Disabled DOS-requestors and more.  Greatly
  13934.         enhanced version of initial release on disk 363.  Version 
  13935.         2.8, binary only.
  13936.         Author:  Christian Fries
  13937.  
  13938. RemapIcon    A utility to remap icons to be exchanged between Kickstart
  13939.         2.0 and Kickstart 1.2/1.3 Workbench environments.  The icon
  13940.         images are remapped to reflect the different colour palette
  13941.         used by the Workbench releases.  Version 1.0, includes source.
  13942.         Author:  Olaf Barthel
  13943. This is disk 373 of the freely distributable AMIGA software library.
  13944. Below is a listing of the significant directories and their contents.
  13945.  
  13946.  
  13947. Multiplot    An intuitive data plotting program featuring flexible
  13948.         input options, arbitrary text addition, automatic scaling,
  13949.         zoom and slide with clipping at boundaries, a range of
  13950.         output file formats and publication quality printed
  13951.         output.  Workbench printers are supported via transparent
  13952.         use of the PLT: device.  This is version XLNc, an update
  13953.         to the version on disk 333.  Includes many new features,
  13954.         a nicer user interface, and low memory options allowing
  13955.         it to be used in half megabyte machines.  Includes source.
  13956.         Authors:  Alan Baxter, Tim Mooney, Rich Champeaux,
  13957.               Jim Miller
  13958. This is disk 374 of the freely distributable AMIGA software library.
  13959. Below is a listing of the significant directories and their contents.
  13960.  
  13961.  
  13962. IPDevice    Pipes for Power People.  A pipe-like DOS device that
  13963.         passes data immediately rather than waiting until a buffer
  13964.         is full.  It also allows multiple writers to a single
  13965.         channel, maintained connections, and piped connections
  13966.         to a Shell.  Binary only.  
  13967.         Author:  Pete Goodeve
  13968.  
  13969. Mat        A comprehensive String-Search/Pattern-Match Utility for
  13970.         both text files and directories.  A powerful command line
  13971.         syntax allows automatic file editing, construction of
  13972.         command scripts, and so on.  Example Shell scripts are
  13973.         included.  Binary only (a much enhanced version of the
  13974.         original on Disk #102).  
  13975.         Author:  Pete Goodeve.
  13976.  
  13977. PopArt        Intuition based image data generator and animator.
  13978.         Includes source.
  13979.         Author:  Phlip
  13980.  
  13981. SoftSpan    Soft Span BBS program.  Intuitive, command-line based
  13982.         menu system with message bases, uploads, downloads, file
  13983.         credit system, extensive help system, etc.  Version 1.1,
  13984.         an update to that on disk number 343, includes bug fixes
  13985.         and some enhancements.  Binary only.
  13986.         Author:  Mark Wolfskehl
  13987. This is disk 375 of the freely distributable AMIGA software library.
  13988. Below is a listing of the significant directories and their contents.
  13989.  
  13990.  
  13991. BI        A brush to C code image converter.  This is version 1.3,
  13992.         an update to version 1.0 on disk number 184.  Contains
  13993.         bug fixes and support for AmigaBasic.  Binary only.
  13994.         Author:  Terry Gintz
  13995.  
  13996. CardMaker    A programmer's aid for creating card image data that can
  13997.         be used in any card game that uses the standard 52 card
  13998.         deck.  This is version 2.1, an update to version 1.0 on
  13999.         disk number 184.  Contains bug fixes and support for
  14000.         AmigaBasic.  Binary only.
  14001.         Author:  Terry Gintz
  14002.  
  14003. ParM        Parameterable Menu.  ParM allows you to build menus to 
  14004.         run programs in either the CLI or WorkBench environment.
  14005.         ParM can have it's own little window, or attach menus to 
  14006.         the CLI window you are running it from.  Version 1.1,
  14007.         includes source.
  14008.         Author:  Sylvain Rougier, Pierre Carrette
  14009.  
  14010. TextPlus    A word processor for the Amiga, with both German and 
  14011.         English versions.  TextPlus enables you to write letters,
  14012.         books, programs etc. in a very easy and comfortable way.
  14013.         Version 2.2, an update to version 2.0 on disk number 359.
  14014.         Now includes full source.
  14015.         Author:  Martin Steppler
  14016. This is disk 376 of the freely distributable AMIGA software library.
  14017. Below is a listing of the significant directories and their contents.
  14018.  
  14019.  
  14020. AztecArp    An Arp package fixed to work with the 5.0 release of
  14021.         the Aztec 'C' compiler.  The original Manx support
  14022.         files were incomplete, contained bugs, and had the 
  14023.         wrong linker format.  This is an update to the version
  14024.         on disk number 353, fixing a couple of bugs and adding 
  14025.         some new useful features.  Includes source.
  14026.         Author:  Olaf Barthel
  14027.  
  14028. Matrix        Solves systems of linear equations.  Includes both PAL
  14029.         and NTSC versions.  Version 1.00, includes source. 
  14030.         Author:  Rudiger Dreier
  14031.  
  14032. Plotter        A two-dimensional mathematical function plotting program.
  14033.              Includes both PAL and NTSC versions.  Version 3.71, 
  14034.         includes source. 
  14035.         Author:  Rudiger Dreier
  14036.  
  14037. ToolLibrary    A shared library for the Amiga.  Contains some mathematical
  14038.         (evaluation of strings) and Intuition (menus, requester) 
  14039.         functions.  Version 2.06, includes source. 
  14040.         Author:  Rudiger Dreier.
  14041. This is disk 377 of the freely distributable AMIGA software library.
  14042. Below is a listing of the significant directories and their contents.
  14043.  
  14044.  
  14045. AnsiRead2    Bridges the gap between IBM and Amiga ANSI by displaying
  14046.         IBM ANSI text and graphic animations (as usually captured
  14047.         from bulletin boards) in their full intended colors and 
  14048.         motion.  Includes several samples.  Version 0.2, binary 
  14049.         only, shareware. 
  14050.         Author:  Glenn Kauffman
  14051.  
  14052. Formatter    A disk formatting program with an intuition interface
  14053.         which supports write verification, disk installation,
  14054.         fast formatting and automatic start.  Formats a 3.5"
  14055.         disk in a multitasking environment in about 1:36
  14056.         minutes (with verify turned on).  Version 2.4a, includes 
  14057.         source.
  14058.         Author:  Olaf Barthel
  14059.  
  14060. Icon2C        A simple tool to turn any Workbench icon file into 'C'
  14061.         sourcecode, similar to the program of the same name by
  14062.         Carolyn Scheppner on disk number 56.  This version has an
  14063.         arp interface and offers support for Kickstart 2.0 icons.
  14064.         Version 1.2, includes source.
  14065.         Author:  Olaf Barthel
  14066.  
  14067. IE        An icon editor which can create and modify icons up to 
  14068.         640x200 pixels in size (also dual render).  It can
  14069.         set stack size, position of icon (also free-floating),
  14070.         default tool, 10 tool types and control over opened
  14071.         window.  It can also generate the C source code behind the
  14072.         icon for program inclusion.  Now reads/writes IFF files
  14073.         and handles 4 or 8 colour icons.  Version 2.0, update to 
  14074.         version on disk number 342, source available from author.
  14075.         Author:  Peter Kiem
  14076.  
  14077. IntuitionEd    Intuition based utility that creates C source code for
  14078.         screen, window, border and text structures.  IntuitionEd 
  14079.         can also write the code for several functions required 
  14080.         for the opening and closing of these structures.  The 
  14081.         code can then be compiled by either Manx and Lattice.
  14082.         Shareware donation to the author will receive an enhanced
  14083.         version capable of writing gadget structures as well.
  14084.         Version 1.0, binary only, several samples included.
  14085.         Author:  Niels Thorwirth 
  14086.  
  14087. PowerLOGO    An experimental programming language based on Lisp and
  14088.         LOGO.  It is versatile, highly interactive, organizes 
  14089.         programs as collections of procedures, and includes lists 
  14090.         as first-class data objects.  Version 1.00, binary only.
  14091.         Author:  Gary Teachout
  14092. This is disk 378 of the freely distributable AMIGA software library.
  14093. Below is a listing of the significant directories and their contents.
  14094.  
  14095.  
  14096. Adapt        CLI utility that converts special German characters in
  14097.         files imported from MS-DOS systems into the right Amiga
  14098.         codes.  Can easily be changed to work with other languages.
  14099.         Version 2.2, includes source.
  14100.         Author:  Lars Eggert
  14101.  
  14102. ANSIMaster    ANSI editor that provides the full IBM font set and
  14103.         color capability.  Very useful for the design of custom
  14104.         ANSI screens/graphics for telecommunications.  Version
  14105.         1.0, binary only.
  14106.         Authors:  James Davis and Joe Rattz, Jr.
  14107.  
  14108. DevRen        A DEVice RENamer, originally designed to allow the
  14109.         renaming of an external drive on an A2000 (always
  14110.         recognized as DF2:) to be DF1:   However, works with
  14111.         any mounted device such as RAD: RAM: RAW: CON: etc,
  14112.         as long as the original and renamed version have the
  14113.         same character length.  Version 1.5, includes source.
  14114.         Author:  Stefan Rosewig
  14115.  
  14116. JoyLib        Both a linktime version and a shared library of Joystick
  14117.         routines featuring a technique which proves to be extremely
  14118.         fast on 68010 or higher processors, and still faster than
  14119.         most of the other routines on standard processors.
  14120.         Includes source for library in Assembler and the
  14121.         demonstration program in C.
  14122.         Author:  Oliver Wagner
  14123.  
  14124. MachIII        A "mouse accelerator" program that also includes hotkeys,
  14125.         the features of sun mouse, clicktofront, popcli, title bar
  14126.         clock with a bbs online charge accumulator, Arexx support
  14127.         and much more.  This is version 3.0, an update to version
  14128.         2.6 on disk 254.  Binary only.
  14129.         Author:  Brian Moats and Polyglot software
  14130.  
  14131. MuchMore    Another program like "more", "less", "pg", etc.  This one
  14132.         uses its own screen to show the text using a slow scroll.
  14133.         Includes built-in help, commands to search for text, and
  14134.         commands to print the text.  Works with PAL or NTSC, in
  14135.         normal or overscan modes.  Supports 4 color text in bold,
  14136.         italic, underlined, or inverse fonts.  Version 2.7, this
  14137.         is an update to version 2.5 from disk 253.  Includes source
  14138.         in Oberon and assembly code.
  14139.         Author:  Fridtjof Siebert
  14140.  
  14141. MuchMorePoPa    Extended version of MuchMore V2.7.  Displays texts that have
  14142.         been packed with PowerPacker.  Version 2.7, includes source
  14143.         in Oberon and assembly code.
  14144.         Author:  Fridtjof Siebert
  14145.  
  14146. Observer    Working example for a Lattice LSR-program.  Opens a small
  14147.         window and displays volume names of all inserted disks
  14148.         (DF0: through DF3:).  Includes source in Lattice C.
  14149.         Author:  Oliver Wagner
  14150.  
  14151. TheGuru        A program to bring the Guru back into Kickstart 2.0, for
  14152.         those who will miss it, (well sorta anyway!).  Version
  14153.         1.0, binary only.
  14154.         Author:  Nico François
  14155. This is disk 379 of the freely distributable AMIGA software library.
  14156. Below is a listing of the significant directories and their contents.
  14157.  
  14158.  
  14159. Append        CLI utility that allows you to directly append one or
  14160.         more files to another without having to use the
  14161.         roundabout methods necessary with the AmigaDOS "join"
  14162.         command.  Version 1.0, includes source.
  14163.         Author:  Oliver Enseling
  14164.  
  14165. FileEncrypt    Another intuition based file encryptor to enable you to
  14166.         scramble your highly secret, hard earned source code and
  14167.         prevent your co-workers from taking credit for it!
  14168.         Includes (unscrambled) source.
  14169.         Author:  Lorenz Wiest
  14170.  
  14171. LLSort        Replacement for the AmigaDOS SORT command.  Pure bit set
  14172.         and may be made resident.  Features COLSTART and FIELDS
  14173.         parameters and sorts in either ascending/descending
  14174.         order.  Also sorts with or without case sensitivity.
  14175.         Binary only.
  14176.         Author:  Les Leist
  14177.  
  14178. TheA64Package    A comprehensive emulator/utility package to assist
  14179.         Commodore 64 users in upgrading to the Amiga.  According
  14180.         to the author, this package compares to or surpasses the
  14181.         commercially available packages of the same nature.  Many
  14182.         of the utilities require a hardware interface that allow
  14183.         the Amiga to access C64 peripherals such as disk drives
  14184.         and printers.  The hardware interface is free with a
  14185.         shareware donation to the author.  Version 1.00, binary
  14186.         only.
  14187.         Author:  Cliff Dugan, QuesTronix
  14188.  
  14189. Xnum        A useful CLI conversion utility that takes a decimal,
  14190.         binary, octal or hex number as input and displays the
  14191.         number in all four formats.  Binary only.
  14192.         Author:  Oliver Enseling
  14193.  
  14194. Yawn!         A small WorkBench sliding block puzzle to keep your
  14195.         mind and fingers busy while your compiler is busy
  14196.         crunching away on your highly secret, hard earned
  14197.         source code that you hopefully remembered to unscramble
  14198.         first!  Features selectable size from 4x4 to 7x7 and
  14199.         European, Hindi or Arabic numerals.  Includes source.
  14200.         Author:  Lorenz Wiest
  14201. This is disk 380 of the freely distributable AMIGA software library.
  14202. Below is a listing of the significant directories and their contents.
  14203.  
  14204.  
  14205. Oberon        A freely distributable demo version of a powerful Oberon
  14206.         compiler.  Oberon is a modern, object oriented language
  14207.         developed by Prof. Dr. Niklaus Wirth of ETH Zürich in
  14208.         Switzerland as a successor to Modula-2.  This single pass
  14209.         compiler creates standard Amiga object files, uses a large
  14210.         variety of optimizations to create fast code, supports
  14211.         writing of reentrant programs, allows you to call code from
  14212.         other languages like C and Assembler, etc.  The package
  14213.         includes the compiler, an editor, a link utility, a program
  14214.         to display compilation errors and some demo programs.
  14215.         Version 1.16, binary only.
  14216.         Author:  Fridtjof Siebert
  14217. This is disk 381 of the freely distributable AMIGA software library.
  14218. Below is a listing of the significant directories and their contents.
  14219.  
  14220.  
  14221. SKsh        A ksh-like shell for the Amiga.  Some of its features
  14222.         include command substitution, shell functions with
  14223.         parameters, aliases, local variables, local functions,
  14224.         local aliases, powerful control structures and tests,
  14225.         emacs style line editing and history functions, I/O
  14226.         redirection, pipes, large variety of built-in commands,
  14227.         Unix style wildcards, Unix style filename conventions,
  14228.         filename completion, and coexistence with scripts from
  14229.         other shells.  Very well documented.  Version 1.6, an
  14230.         update to version 1.5 on disk 370.  Includes several
  14231.         important bug fixes and a few minor new features such
  14232.         as command line cut and paste.  Binary only.
  14233.         Author:  Steve Koren
  14234. This is disk 382 of the freely distributable AMIGA software library.
  14235. Below is a listing of the significant directories and their contents.
  14236.  
  14237.  
  14238. CrossDOS    A "tryware" version of a mountable MS-DOS file system
  14239.         for the Amiga.  This is a software product that allows
  14240.         you to read and write MS-DOS/PC-DOS and Atari ST
  14241.         formatted disks (Version 2.0 or higher) directly from
  14242.         AmigaDOS.  This tryware version is a "readonly" version,
  14243.         which does not allow any writes to the disk.  A fully
  14244.         functional version is available for a very reasonable
  14245.         price from CONSULTRON.  This is version 4.00b, an update
  14246.         to version 3.05b on disk 252.  Binary only.
  14247.         Author:  CONSULTRON, Leonard Poma
  14248.  
  14249. Msh        An Amiga file system handler that handles MS-DOS formatted
  14250.         diskettes.  Version "1.30" (Release 1 patch 3).  You can
  14251.         use files on such disks in almost exactly the same way as
  14252.         you use files on native AmigaDOS disks.  This is a fully
  14253.         functional, read/write version, that supports 8, 9, or 10
  14254.         sector disks of 80 tracks, and should also work on 40 track
  14255.         drives and hard disks with 12 or 16 bit FAT of any
  14256.         dimension the FAT allows.  Update to version "1.5" (Release
  14257.         1) on disk 327.  Includes source.
  14258.         Author:  Olaf Seibert
  14259. This is disk 383 of the freely distributable AMIGA software library.
  14260. Below is a listing of the significant directories and their contents.
  14261.  
  14262.  
  14263. LHArc        An archive program like Arc and Zoo, with a heavy emphasis
  14264.         maximum compression for minimum archive size, using LZHUF
  14265.         compression.  This is version 1.21, an update to version
  14266.         1.10 on disk 312.  Binary only.
  14267.         Author:  Paolo Zibetti
  14268.  
  14269. LibraryKiller    A small utility that allows you to remove libraries that
  14270.         aren't used any more.  Version 1.0, includes source in
  14271.         assembly.
  14272.         Author:  Roger Fischlin
  14273.  
  14274. MandelMountains
  14275.         A program that renders three-dimensional images of
  14276.         blowups of the Mandelbrot set.  Includes several example
  14277.         images.  This is version 2.1, an update to version 2.0
  14278.         on disk 354.  The most significant enhancement for this
  14279.         version is that is is two to three times faster due
  14280.         to inclusion of a specially tuned fixed point arithmetic
  14281.         package.  Shareware, binary only.
  14282.         Author:  Mathias Ortmann
  14283.  
  14284. Pcopy        An intuition based disk copier for AmigaDOS disks featuring
  14285.         high speed diskcopy with write verify, data recovery from
  14286.         damaged tracks, full multitasking compatibility, and a user
  14287.         friendly interface.  This is version 2.11, an update to
  14288.         version 2.0 on disk 243, with new data recovery routines
  14289.         and some minor bug fixes.  Binary only.
  14290.         Author:  Dirk Reisig
  14291. This is disk 384 of the freely distributable AMIGA software library.
  14292. Below is a listing of the significant directories and their contents.
  14293.  
  14294.  
  14295. Contact        Demo version of a "pop-up" program for managing personal
  14296.         contacts.  Allows you to keep a name and address list
  14297.         along with phone numbers and comments.  Can print mailing
  14298.         labels with a couple of mouse clicks (supports PostScript
  14299.         printers).  Names and address can be "clipped" into other
  14300.         programs such as word processors, and Contact can even
  14301.         dial your modem for you.  Version 1.0, binary only.
  14302.         Author:  Craig Fisher, CMF Software
  14303.  
  14304. Elements    Very nice interactive display of the the Periodic Table
  14305.         of Elements.  Includes general row and column information,
  14306.         plus a test mode where the program asks specific questions
  14307.         about the selected element or row/column.  This is version
  14308.         2.3, an update to version 2.0 on disk 368.  Binary only,
  14309.         shareware.
  14310.         Author:  Paul Thomas Miller
  14311.  
  14312. NorthC        A freely redistributable programming package containing
  14313.         all the programs required for developing in C.  Based on
  14314.         the Sozobon Ltd C compiler, Charlie Gibb's assembler, the
  14315.         Software Distillery's linker, and portions from other
  14316.         sources.  Steve has pulled everything together and added
  14317.         some enhancements in the process.  This is version 1.2, an
  14318.         update to version 1.1 on disk 353.  Changes include extra
  14319.         examples, many bug fixes, further documentation and some
  14320.         improvements.  The environment is supplied compressed and
  14321.         unpacks to two disks.  Partial source is included.
  14322.         Author:  Steve Hawtin, Charlie Gibbs, Sozobon Ltd, The
  14323.              Software Distilary and many others.
  14324. This is disk 385 of the freely distributable AMIGA software library.
  14325. Below is a listing of the significant directories and their contents.
  14326.  
  14327.  
  14328. MortCalc    Yet another loan calculator, but this one was written
  14329.         with accuracy in mind.  The monthly payments times the
  14330.         number of months should balance the total principal
  14331.         plus interest, to the cent.  Version 2.5, freeware,
  14332.         source included.
  14333.         Author:  Michel Laliberte
  14334.  
  14335. XLispStat    A statistical program based on David Betz' XLisp. It
  14336.         does some of the most advanced dynamic statistical
  14337.         graphics, included brushing, linking, and 3D rotations.
  14338.         Menus and requestors can be created dynamically with
  14339.         simple lisp commands, and treated as lisp objects, so
  14340.         that the program could be used for many other non-
  14341.         statistical purposes, such as interactive expert
  14342.         systems. XLisp-Stat has an ARexx port so that an editor
  14343.         may be used to prepare lisp programs and send them
  14344.         directly to XLisp-Stat to be executed.  Commands, as
  14345.         character strings, may also be sent from XLisp-Stat
  14346.         with the lisp command, "arexx".  All graphics produced
  14347.         may be saved to files in IFF format.  This version of
  14348.         XLisp-Stat (v.2.1, release 1) has been ported to the
  14349.         Amiga by James Lindsey, from the Mac version supplied
  14350.         by Luke Tierney.  Requires a numerical coprocessor
  14351.         (M68881/M68882) and an M68020/M68030 processor.
  14352.         This disk contains the executables, manual, and lisp
  14353.         files.  The sources can be found on disk 386.
  14354.         Author:  David Betz, Luke Tierney, James Lindsey
  14355.  
  14356. This is disk 386 of the freely distributable AMIGA software library.
  14357. Below is a listing of the significant directories and their contents.
  14358.  
  14359.  
  14360. Statpack    Demo version of a statistics and data manipulation
  14361.         program.  Version 3.2, binary only.
  14362.         Author:  James Lindsey
  14363.  
  14364. XLispStat    A statistical program based on David Betz' XLisp. It
  14365.         does some of the most advanced dynamic statistical
  14366.         graphics, included brushing, linking, and 3D rotations.
  14367.         Menus and requestors can be created dynamically with
  14368.         simple lisp commands, and treated as lisp objects, so
  14369.         that the program could be used for many other non-
  14370.         statistical purposes, such as interactive expert
  14371.         systems. XLisp-Stat has an ARexx port so that an editor
  14372.         may be used to prepare lisp programs and send them
  14373.         directly to XLisp-Stat to be executed.  Commands, as
  14374.         character strings, may also be sent from XLisp-Stat
  14375.         with the lisp command, "arexx".  All graphics produced
  14376.         may be saved to files in IFF format.  This version of
  14377.         XLisp-Stat (v.2.1, release 1) has been ported to the
  14378.         Amiga by James Lindsey, from the Mac version supplied
  14379.         by Luke Tierney.  Requires a numerical coprocessor
  14380.         (M68881/M68882) and an M68020/M68030 processor.
  14381.         This disk contains the sources.  The executables,
  14382.         manual, and lisp files can be found on disk 385.
  14383.         Author:  David Betz, Luke Tierney, James Lindsey
  14384.  
  14385. This is disk 387 of the freely distributable AMIGA software library.
  14386. Below is a listing of the significant directories and their contents.
  14387.  
  14388.  
  14389. BlitterSand    An interesting cellular automata program that gets its
  14390.         roots from a "sandpile".  Intriguing to watch.  Includes
  14391.         assembly source.
  14392.         Author:  Mike Creutz
  14393.  
  14394. ExtFuncProc    External Function Process.  Allows execution of any library
  14395.         function from simple tasks even if these functions require
  14396.         a process environment.  For experienced programmers only
  14397.         because there isn't any documentation written yet but only
  14398.         an example.  ExtFuncProc is used by GMC.  It runs under
  14399.         KS 2.0.  Binary only.
  14400.         Author:  Goetz Mueller
  14401.  
  14402. GMC        A console handler with command line editing and function
  14403.         key support.  GMC provides extended command line editing,
  14404.         function key assignment in four levels, extended command
  14405.         line history, online help for functions in the handler,
  14406.         and an iconify function.  This is version 9.2, an update
  14407.         to version 4.0 on disk 291, with many new features,
  14408.         including an output buffer (dump to printer and window),
  14409.         filename completer, script function, undo function, prompt
  14410.         beeper, pathname in window title, close gadget for KS 2.0,
  14411.         etc.  Shareware, binary only.
  14412.         Author:  Goetz Mueller
  14413.  
  14414. H2I        Translates C include files into assembler include files.
  14415.         Useful for programmers that use both C and assembler code
  14416.         in the same program.  Helps to keep the structure definitions
  14417.         consistent.  Version 1.1, shareware, binary only.
  14418.         Author:  Goetz Mueller
  14419.  
  14420. MandAnim    A Mandelbrot Animation program that allows you to easily
  14421.         generate series of lo-res/16-color pictures.  Features
  14422.         full mouse and/or keyboard operation, zooms, auto-save,
  14423.         high (cheat) speed, iconization, etc.  The generated
  14424.         pictures all remember their positions and settings so
  14425.         they can be re-loaded.  Version 1.1, binary only.
  14426.         Author:  Ekke Verheul.
  14427.  
  14428. MandelBlitz    Very fast Mandelbrot plotter with lots of handy functions
  14429.         such as color cycling, zoom, special palette control,
  14430.         file requestors and more.  Version 1.0, binary only
  14431.         Author:  Nico François
  14432.  
  14433. Menu        A fast-access menu system configurable via a script file
  14434.         that allows the user run selected programs.  Version 2.0,
  14435.         binary only.
  14436.         Author:  Stefan Mörnhag
  14437.  
  14438. NTSC-PAL    Two programs that give A500/A2000 owners with the new ECS
  14439.         1Mb Agnus installed the ability to boot into either a NTSC
  14440.         or PAL environment.  *Very* useful for both NTSC and PAL
  14441.         owners alike.  Version 1.1, includes assembly source.
  14442.         Author:  Nico François
  14443.  
  14444. Wreq        Replace "pop-up" requestors with line-oriented requesters
  14445.         (similar to those found in an MS-DOS environment) that
  14446.         can be easily handled from the keyboard.  If there is no
  14447.         interactive console for the process, the requester won't
  14448.         appear.  Includes assembly source.
  14449.         Author:  Tuomo Mickelsson
  14450. This is disk 388 of the freely distributable AMIGA software library.
  14451. Below is a listing of the significant directories and their contents.
  14452.  
  14453.  
  14454. Calc        A shell style, command-line calculator.  Calc does not
  14455.         have a fancy keypad display as many other calculator
  14456.         programs do.  Instead, it is capable of taking its input
  14457.         from a file, the keyboard, or a command line and output-
  14458.         ting its results to a file or the screen.  It can also
  14459.         apply a single equation to all of the values stored in a
  14460.         file (or files).  It handles all common mathematical
  14461.         expressions, can optionally predefine physical constants
  14462.         and store variables.  Version 2.0, binary only.
  14463.         Author:  Bill Dimm
  14464.  
  14465. DClock        A "Dumb Clock" utility that displays the date and time
  14466.         in the Workbench screen title bar.  This is version 1.27,
  14467.         an update version 1.12 disk number 325.  Many more useful
  14468.         enhancements/bug fixes, including an ARexx interface.
  14469.         Includes source.
  14470.         Author:  Olaf Barthel
  14471.  
  14472. DIEd        A full-screen ANSI editor including an animation utility.
  14473.         Provides PAL and NTSC compatibility.  Many useful features
  14474.         such as horizontal and vertical block cut/pasting operations,
  14475.         line/block/screen centering, save defaults and more.
  14476.         Version 2.4, binary only.
  14477.         Author:  P-E Raue
  14478.  
  14479. Free        Display how much free space (bytes or blocks) you have on any
  14480.         or all of your mounted disk volumes.  Runs from CLI only.
  14481.         Based on "Free" by Tom Smythe on Fish Disk 66, but totally
  14482.         rewritten and enhanced.  Version 1.01, includes source.
  14483.         Author:  Daniel Jay Barrett
  14484.  
  14485. KeyMapEd    Allows you to change the KeyMaps used with SetMap.  This
  14486.         is a full featured editor providing support for normal,
  14487.         string and dead keys.  The keyboard represented is from
  14488.         an A3000/A2000/A500 but it is fully compatible with A1000
  14489.         keyboards.  This is version 1.1i, an update to version
  14490.         1.02 on disk number 193, binary only.
  14491.         Author:  Tim Friest
  14492.  
  14493. SnoopDos    A utility for monitoring AmigaDOS calls.  In particular,
  14494.         it allows you to see what libraries, devices, fonts,
  14495.         environment variables or startup files a program is looking
  14496.         for.  Very useful when you're trying to install a new
  14497.         application.  Version 1.0, includes source in C.
  14498.         Author:  Eddy Carroll
  14499. This is disk 389 of the freely distributable AMIGA software library.
  14500. Below is a listing of the significant directories and their contents.
  14501.  
  14502.  
  14503. Kick        Another screen hack, specifically for A500/A2000 owners.
  14504.         I don't want to spoil any surprises but reportedly causes
  14505.         some machines to crash.  Binary only.
  14506.         Author:  Tony Solomon, Paul Fortin
  14507.  
  14508. Plot        A 3-D function plotting program with provisions for
  14509.         coordinate translation on both axes, parametric equations,
  14510.         and standardized notation of the pow function (x^y -- which
  14511.         now works as specified.).  This is version 5.1, an update
  14512.         to version 4.1 on disk 175, with some enhancements and bug
  14513.         fixes.  Binary only.
  14514.         Author:  Terry Gintz
  14515.  
  14516. PolySys        An extended version of the 0L-system (string rewriting)
  14517.         described in The Science of Fractal Images (edited by
  14518.         Pietgen and Saupe).  The basic algorithm has been expanded
  14519.         and modified extensively, and looping commands similiar to
  14520.         those found in other Turtle graphics systems (Logo, etc)
  14521.         have been added.  Support for three-dimensional drawing,
  14522.         with perspective, is also included.  Version 1.0, binary
  14523.         only.
  14524.         Author:  Terry Gintz
  14525.  
  14526. Retab        Useful command-line "tab-to-space" and "space-to-tab"
  14527.         expansion utility.  Several command-line options to specify
  14528.         size/settings and the ability to protect material enclosed
  14529.         by delimiters (quotes, brackets, carats, etc.) from
  14530.         expansion.  Version 1.03, binary only.
  14531.         Author:  Paul Klink
  14532.  
  14533. ZPlot        Graphs formulas based on 4-D complex number planes.  ZPlot
  14534.         currently supports the Mandelbrot set, Julia sets, and
  14535.         Phoenix curves, with over 500 mapping variations.  The math
  14536.         functions supported include sin(z), sinh(z), z^z, e^z, z^n,
  14537.         sqrt(z), cos(z), cosh(z), tan(z), tanh(z), log(z), ln(z)
  14538.         and n^z.  Version 1.3d, binary only
  14539.         Author:  Terry Gintz
  14540. This is disk 390 of the freely distributable AMIGA software library.
  14541. Below is a listing of the significant directories and their contents.
  14542.  
  14543.  
  14544. Flip        Allows you to quickly and easily switch between various
  14545.         screens.  Can close screens, pull them up, and activate
  14546.         windows.  Has the unique feature of sorting screens in a
  14547.         way that all title bars are visible at one time.  This is
  14548.         version 2.0, binary only.
  14549.         Author:  Lars Eggert
  14550.  
  14551. ReadmeMaster    A nifty little database for finding those programs that
  14552.         you know exist somewhere (???) in the AmigaLibDisk library.
  14553.         Maintains a keyword dictionary of the Contents descriptions
  14554.         that allows searching by disk number, program title, author's
  14555.         name, or some other descriptive word.  Currently supports
  14556.         disks 1-360, an update to the version on disk number 163.
  14557.         Binary only.
  14558.         Author:  Harold Morash
  14559.  
  14560. SetClock    A utility to set or read the hardware clock on a Spirit
  14561.         Technology memory expansion board.  Works in a manner
  14562.         similar to the SetClock utility which is supplied by
  14563.         Commodore with Amigas that have hardware clocks as
  14564.         standard equipment.  Includes source in PCQPascal and
  14565.         assembler.
  14566.         Author:  Willi Kusche
  14567.  
  14568. SM        Small utility to center the display.  Recoded version of
  14569.         "ScreenShift" by Anson Mah (Disk 88), only half the size.
  14570.         Includes source.
  14571.         Author:  Anson Mah, Lattice V5.04 recoding by Oliver Wagner
  14572. This is disk 391 of the freely distributable AMIGA software library.
  14573. Below is a listing of the significant directories and their contents.
  14574.  
  14575.  
  14576. Curses        A link library containing many of the terminal independant
  14577.         standard "curses" functions.   Designed primarily for
  14578.         those interested in porting unix screen based programs to
  14579.         the Amiga.  Version 1.10, binary only.
  14580.         Author:  Simon John Raybould
  14581.  
  14582. Eco        An ECHO replacement which allows many escape sequences for
  14583.         colors, text styles, cursor positioning, system variables,
  14584.         and much more.  Has PURE bit set and can be made resident.
  14585.         Version 3.40, includes source.
  14586.         Author:  Dario de Judicibus
  14587.  
  14588. FractalLab    Investigate the realm of fractals and allow your imagination
  14589.         to run wild.  Virtually an unlimited number of these self-
  14590.         similar curves can be created with FractalLab.  Includes
  14591.         several interesting samples.  Version 1.0, binary only.
  14592.         Author:  Terry Gintz
  14593.  
  14594. ListPlot    A 2D plotting program built around the PLPLOT plotting
  14595.         library.  Its principle advantage is that it supports
  14596.         a variety of graphics devices.  By default, output is
  14597.         sent to a window on the Amiga's screen.  Through command
  14598.         line options, the graph can be sent to any preferences
  14599.         printer with graphics capability, stored as an IFF file,
  14600.         stored in HPGL format, stored in Aegis Draw format, or
  14601.         stored as an Encapsulated Postscript File.  A variety of
  14602.         line styles and colors are available.  Includes source.
  14603.         Author:  Frederick R. Bartram and Anthony M. Richardson
  14604. This is disk 392 of the freely distributable AMIGA software library.
  14605. Below is a listing of the significant directories and their contents.
  14606.  
  14607.  
  14608. BTNTape        A "Better Than Nothing" SCSI tape device handler.  It 
  14609.         provides flat file access to a SCSI tape drive from 
  14610.         application programs using simple DOS calls to Read() 
  14611.         and Write().  It can also be used with the Amiga TAR 
  14612.         utility for disk backups.  Files may span multiple tape
  14613.         volumes and may start at any tape block.  This handler 
  14614.         requires a "SCSI-direct" compatible hard disk driver. 
  14615.         Version 1.0, includes source.
  14616.         Author:  Robert Rethemeyer
  14617.  
  14618. CPlot        Graphs linear functions in two dimensions, similiar to 
  14619.         a Mandelbrot plot.  You start with a linear function like
  14620.         10sin(x**2+y**2) and CPlot treats each point on the screen
  14621.         as an X-Y coordinate, color-scaling it according to its 
  14622.         magnitude for a preset range of inputs.  Includes some 
  14623.         very nice sample creations.  Version 1.0, binary only.
  14624.         Author:  Terry Gintz
  14625.  
  14626. Pmode        Very simple command line utility to send escape sequences
  14627.         to the printer to change print styles.  Specifically 
  14628.         tested a NEC P6 Plus, but it should work with many printers.
  14629.         Included source should make it easy to add/modify escape
  14630.         sequences.
  14631.         Author:  Dario de Judicibus
  14632.  
  14633. SetNoClick    Very simple program to set the NOCLICK flag in the public 
  14634.         section of a trackdisk unit.  Only works with version 36
  14635.         and up of trackdisk.device.  Includes source.
  14636.         Author:  Marc Boucher
  14637.  
  14638. Spades        Amiga'ized version of the popular card game.  This is 
  14639.         a single player version, where you play one hand and 
  14640.         the computer plays your partner and also your two 
  14641.         opponents.  Version 1.1, includes source.
  14642.         Author:  Greg Stelmack
  14643. This is disk 393 of the freely distributable AMIGA software library.
  14644. Below is a listing of the significant directories and their contents.
  14645.  
  14646.  
  14647. FileIO        The dissidents file requester.  This is version 1.9, an
  14648.         update to version 1.6 on disk 348.  Binary only.
  14649.         Author:  Jeff Glatt, Dissidents Software
  14650.  
  14651. FontConvert    A printer font conversion program to convert standard
  14652.         Amiga fonts into a form suitable for downloading to
  14653.         a printer that supports user defined printer fonts.
  14654.         Version 1.0, includes source.
  14655.         Author:  Olaf 'Olsen' Barthel
  14656.  
  14657. FuncLib        A program that allows you to add or remove rexx function
  14658.         libraries.
  14659.         Author:  Jeff Glatt, Dissidents Software
  14660.  
  14661. ILBMLib        A shared library (ilbm.library) to read/write IFF files,
  14662.         derived from the EA IFF code, along with various
  14663.         enhancements.  Version 0.3, a partial update to version
  14664.         on disk 348.
  14665.         Author:  Jeff Glatt, Dissidents Software
  14666.  
  14667. LibTool        A program that allows you to develop C or assembly code,
  14668.         and then quickly turn it into a shared library.  Also
  14669.         generates all support files for your library including
  14670.         Pragma files (both Manx and Lattice), bmap files, include
  14671.         files, C interface glue files.  Can be used to make a
  14672.         device, too.
  14673.         Author:  Jeff Glatt, Dissidents Software
  14674.  
  14675. PrintSpool    A small print spooling shared library that provides an easy
  14676.         way to print graphics and text for any application.  It can
  14677.         print ascii text of any length or dump any part or all of a
  14678.         rastport.  Takes care of opening the printer.device and
  14679.         manages its own resources.  Version 0.1, binary only, with
  14680.         source code examples.
  14681.         Author:  Jeff Glatt, Dissidents Software
  14682.  
  14683. RexxIntuition    This is a ARexx function library that allows you to
  14684.         open windows/screens from an ARexx script, attach menus,
  14685.         gadgets, (file) requesters, load and save ILBM picture
  14686.         files, auto-requesters, print text and graphic dumps,
  14687.         and completely interact with the user in an intuition
  14688.         environment.  Adds all of those Amiga features that
  14689.         ARexx lacks.
  14690.         Author:  Jeff Glatt, Dissidents Software
  14691.  
  14692. RexxLib        A shared library that can be easily used by any C or
  14693.         assembly programmer to add an ARexx interface to his
  14694.         programs.  Handles all of the messy details including
  14695.         message creation/deletion and error handling.
  14696.         Author:  Jeff Glatt, Dissidents Software
  14697. This is disk 394 of the freely distributable AMIGA software library.
  14698. Below is a listing of the significant directories and their contents.
  14699.  
  14700.  
  14701. Aniptrs3    Some more animated pointers to choose from to "liven"
  14702.         up your display environment.  Other pointers from Bob
  14703.         are on disks 332 and 364.  Binary only.
  14704.         Author:  Bob McKain, pointer animation program by Tim Kemp
  14705.  
  14706. 'Liner        A shareware outliner whose function is to create outlines
  14707.         for notes or export to other programs.  'Liner can save an
  14708.         outline as ASCII text, and is clipboard compatible.
  14709.         Enhancements over the previous version include support for
  14710.         ARexx, Workbench, overscanned screens, more than one line
  14711.         of text per outline number, a preferences file, and
  14712.         search/replace.  Version 2.00, an upgrade to version 1.32
  14713.         on disk 285.  Includes C source.
  14714.         Author:  Dave Schreiber
  14715.  
  14716. Pics        Some miscellaneous pictures with a "cartoon" theme.
  14717.         Author:  Bob McKain
  14718.  
  14719. PrintImage    A simple program that provides an easy way to print
  14720.         IFF ILBM images.  Version 1.0, includes source.
  14721.         Author:  Olaf 'Olsen' Barthel
  14722. This is disk 395 of the freely distributable AMIGA software library.
  14723. Below is a listing of the significant directories and their contents.
  14724.  
  14725.  
  14726. DragonCave    A nicely done Sokoban like game for the Amiga.  Features
  14727.         include sound effects, two or three dimensional graphics,
  14728.         100 levels (50 of which can be customized with the built-
  14729.         in editor), undo of up to 1000 preceding steps, transparent
  14730.         copying of data files to ram: for reduced load times, both
  14731.         English and German versions, and more.  Version 1.00,
  14732.         binary only.
  14733.         Author:  Hartmut Stein and Michael Berling
  14734.  
  14735.  
  14736.  
  14737. This is disk 396 of the freely distributable AMIGA software library.
  14738. Below is a listing of the significant directories and their contents.
  14739.  
  14740.  
  14741. ColorCatch    A utility that lets you grab colors from a screen and
  14742.         save them as an executable file.  Version 1.0, includes
  14743.         source in assembler.
  14744.         Author:  Preben Nielsen
  14745.  
  14746. NewLook        A program that changes the system gadgets in all the
  14747.         screens and windows.  Version 1.0, includes source in
  14748.         assembler.
  14749.         Author:  Preben Nielsen
  14750.  
  14751. PBar        An editor to change the pattern in the windows drag bar
  14752.         and save the pattern as an executable file with an icon
  14753.         looking like the pattern.  Version 1.0, includes source
  14754.         in assembler.
  14755.         Author:  Preben Nielsen
  14756.  
  14757. PCalender    A little calender program which lets you look through
  14758.         years and months using the arrow-keys.  Version 1.0,
  14759.         includes source in assembler.
  14760.         Author:  Preben Nielsen
  14761.  
  14762. PClock        A little clock program which shows the time and the
  14763.         available CHIP and FAST memory.  Version 1.0, includes
  14764.         source in assembler.
  14765.         Author:  Preben Nielsen
  14766.  
  14767. PFiler        A very good and small file requester to link onto your
  14768.         own programs.  Version 1.0, includes source in assembler.
  14769.         Author:  Preben Nielsen
  14770.  
  14771. Resident    A resident startup module for Aztec C.  Version 1.0,
  14772.         includes source.
  14773.         Author:  Olaf 'Olsen' Barthel
  14774.  
  14775. RoadRoute    Trip planner program to find "best road route" between
  14776.         any two points of travel.  Features include the user
  14777.         customization of CITIES and ROADS files to suit travel
  14778.         interests and provision for very large city menus and
  14779.         itineraries.  Also includes RoadScan, a checker for
  14780.         RoadRoute files (CITIES and ROADS).  Very large files
  14781.         may contain goofs (cities with no roads, the same road
  14782.         entered twice, etc.), or oddities (direct road not as
  14783.         fast as multipoint).  These are pointed out, together
  14784.         with areas where users might wish to make economies in
  14785.         the data base.  Version 1.6, an update to version 1.5
  14786.         on disk 358, includes source.
  14787.         Author:  Jim Butterfield
  14788.  
  14789. TurboTopaz    Two Text speed up programs like FastFonts.  Allows
  14790.         replacement of the Topaz-80 font from both CLI and
  14791.         WorkBench.  Includes a program to measure to speed of
  14792.         Text speed up programs.  Version 1.0, includes source
  14793.         in assembler.
  14794.         Author:  Preben Nielsen
  14795. This is disk 397 of the freely distributable AMIGA software library.
  14796. Below is a listing of the significant directories and their contents.
  14797.  
  14798.  
  14799. DKBTrace    A complete ray tracer that supports arbitrary quadric
  14800.         surfaces (spheres, ellipsoids, cones, cylinders, planes,
  14801.         etc.), constructive solid geometry, and various shading
  14802.         models (reflection, refraction, marble, wood, and many
  14803.         others).  It also has special case code to handle spheres,
  14804.         planes, triangles, and smooth triangles.  By using these
  14805.         special primitives, the rendering can be done much more
  14806.         quickly than by using the more general quadrics.  This
  14807.         is version 2.0 and includes source in C.
  14808.         Author:  David Buck
  14809. This is disk 398 of the freely distributable AMIGA software library.
  14810. Below is a listing of the significant directories and their contents.
  14811.  
  14812.  
  14813. DClock        A "Dumb Clock" utility that displays the date and time
  14814.         in the Workbench screen title bar.  Includes an ARexx
  14815.         interface.  This is version 1.29, an update to version
  14816.         1.27 on disk 388.  Includes source.
  14817.         Author:  Olaf Barthel
  14818.  
  14819. Formatter    A faster and more user friendly floppy disk formatter
  14820.         that is also an example of how to format Amiga file
  14821.         systems in general and get AmigaDOS to accept them.
  14822.         Formatting without verify takes about 50 seconds,
  14823.         with verify takes about 100 seconds.  Version 2.7,
  14824.         includes source.
  14825.         Author:  Olaf Barthel
  14826.  
  14827. GMC        A console handler with command line editing and function
  14828.         key support.  GMC provides extended command line editing,
  14829.         function key assignment in four levels, extended command
  14830.         line history, online help for functions in the handler,
  14831.         and an iconify function.  Also includes an output buffer
  14832.         (dump to printer and window), filename completer, script
  14833.         function, undo function, prompt beeper, pathname in window
  14834.         title, close gadget for KS 2.0, etc.  This is version 9.6,
  14835.         an update to version 9.2 on disk 387.  Shareware, binary
  14836.         only.
  14837.         Author:  Goetz Mueller
  14838.  
  14839. HunkFunk    A program to "disassemble" any given AmigaDOS hunk file,
  14840.         which includes executables, linker libraries, linker
  14841.         object files, overlayed files, etc.  Written as an exercise
  14842.         by the author to learn a few things about AmigaDOS hunk
  14843.         structures.  Includes source.
  14844.         Author:  Olaf Barthel
  14845.  
  14846. KeyMacro    A keyboard macro program, configurable via a text file,
  14847.         that also supports hotkey program execution.  You can
  14848.         map up to eight functions to each key, including keys
  14849.         such as cursor keys, the return key, etc.  Version 1.6,
  14850.         an update to version 1.4 on disk 354.  Includes source.
  14851.         Author:  Olaf Barthel
  14852. This is disk 399 of the freely distributable AMIGA software library.
  14853. Below is a listing of the significant directories and their contents.
  14854.  
  14855.  
  14856. AutoCLI        A 'PopCLI' type replacement that works with WorkBench 2.0.
  14857.         Also fixes the problem with PopCLI crashing the machine if
  14858.         used on a PAL Amiga to open a CLI window with a vertical
  14859.         size greater than 200 lines.  Other features include an
  14860.         optional Function-key press with the qualifier to execute
  14861.         an S:script file.  Version 1.6, binary only.
  14862.         Author:  Nic Wilson
  14863.  
  14864. CCLib        An implementation of the standard C runtime library, with
  14865.         a few extra goodies thrown in.  Supports a large number of
  14866.         functions including stream I/O, low-level I/O, string,
  14867.         memory, linked list, sorting, time, process control and
  14868.         more.  Version 3.0, includes source and several utility
  14869.         programs.
  14870.         Author:  Robert W. Albrecht
  14871.  
  14872. PrettyWindows    Three different C routines to add various borders inside
  14873.         of windows.  Includes source and a demo.
  14874.         Author:  Thom Robertson
  14875.  
  14876. TrackDisplay    A simple program that continuously monitors and displays
  14877.         the current track for each floppy disk.  Includes source.
  14878.         Author:  Olaf Barthel
  14879. This is disk 400 of the freely distributable AMIGA software library.
  14880. Below is a listing of the significant directories and their contents.
  14881.  
  14882.  
  14883. DriveWars    DriveWars is a Shareware shoot'em up game that pits
  14884.         you, df0: or df1:, against a computer virus that is
  14885.         about to destroy all U.S. records of Iraq's positions
  14886.         during operation Desert Shield.  In version 1.0, you
  14887.         must fly df0: through the computers and destroy all
  14888.         contaminated chips and disks.
  14889.         Author:  Joe Angell
  14890.  
  14891. ParNet        The Software Distillery's NET: file system using Matt
  14892.         Dillon's parallel port code.  Using a special DB25 cable,
  14893.         two Amigas can be connected via the parallel port.  One
  14894.         Amiga can mount the other as a device and read/write the
  14895.         files as if they were local.  Version 2.4, binary only.
  14896.         Author:  Doug Walker, John Toebes, Matt Dillon
  14897.  
  14898. ReqLib        A runtime, reentrant library designed to make it easier
  14899.         for programmers to use powerful, easy to use requesters,
  14900.         for communicating with users.  Includes such functions
  14901.         as a color requester, file requester, message display 
  14902.         requester and many functions to make the creation of gadgets
  14903.         for your own custom requesters easier.  Binary only.
  14904.         Author:  Colin Fox and Bruce Dawson
  14905.  
  14906. SetCPU        A program designed to allow the user to detect and modify
  14907.         various parameters related to 32 bit CPUs.  Includes
  14908.         commands to enable or disable the text/data caches,
  14909.         switch on or off the '030 burst cache line fill request,
  14910.         use the MMU to run a ROM image from 32-bit memory, and
  14911.         to report various parameters when called from a script.
  14912.         This is version 1.60, an update to version 1.5 on disk 223.
  14913.         Includes source.
  14914.         Author:  Dave Haynie
  14915.  
  14916. SF2        File search utility.  Default searching starts from the
  14917.         root directory of the specified device and descends down
  14918.         into its subdirectories.  Searching includes looking into
  14919.         archive files generated by various compression utilities.
  14920.         Archive files ending with a .ARC, .LHZ, .ZIP and .ZOO
  14921.         are currently supported.  Lots of command line options.
  14922.         Requires ARP 1.3 (rev. 39.1).  Version 2.0, binary only,
  14923.         shareware.
  14924.         Author:  Andrea Suatoni
  14925. This is disk 401 of the freely distributable AMIGA software library.
  14926. Below is a listing of the significant directories and their contents.
  14927.  
  14928.  
  14929. CrcLists    Complete CRC check files for disks 001-400 using the brik
  14930.         program.  These were made directly from my master disks.
  14931.         This is an update to the lists on disk 293.
  14932.         Author:  Fred Fish
  14933.  
  14934. HappySong    A song created using the freely distributable program
  14935.                 MED V.2.10.  Player program included.
  14936.         Author:  Alex Van Starrex
  14937. This is disk 402 of the freely distributable AMIGA software library.
  14938. Below is a listing of the significant directories and their contents.
  14939.  
  14940.  
  14941. ADoc            A freely redistributable help utility for the Amiga.
  14942.                 Allows you to have permanent help on any subject you want.
  14943.                 Major feature is automatic searching of the word on which
  14944.                 you clicked.  Includes a 50 Kb help file (French only) on
  14945.         all Intuition and Dos function calls.  This is version
  14946.         3.10, binary only, French and English versions.
  14947.         Author:  Denis GOUNELLE
  14948.  
  14949. APrf            A freely redistributable printing utility for the Amiga.
  14950.                 Major features are full Intuition interface, preview
  14951.                 function, page selection, margins setup, line numbering,
  14952.                 and more.  This is version 2.62, binary only, French and
  14953.         English versions.
  14954.                 Author:  Denis GOUNELLE.
  14955.  
  14956. Pcopy        An intuition based disk copier for AmigaDOS disks featuring
  14957.         high speed diskcopy with write verify, data recovery from
  14958.         damaged tracks, full multitasking compatibility, and a user
  14959.         friendly interface.  This is version 2.12, an update to
  14960.         version 2.11 on disk 383, with new data recovery routines
  14961.         and some bug fixes.  Binary only.
  14962.         Author:  Dirk Reisig
  14963.  
  14964. PLW        Phone-Line-Watcher.  For users of Hayes compatible modems.
  14965.         Monitors the serial port and records all incoming calls.
  14966.         Allows a remote user to login, receive and leave a message,
  14967.         and transfer files via Zmodem in either direction.  Two
  14968.         level DOS access, disabled DOS requestors and more.  This
  14969.         is version 3.0, an update to version 2.8 on disk 372.  New
  14970.         features include the ability to define external programs
  14971.         as menu options that can be executed by the remote user.
  14972.         Shareware, binary only.
  14973.         Author:  Christian Fries
  14974.  
  14975. PrintStudio    Very nice intuition based general purpose print utility
  14976.         that prints text with a variety of options.  Prints
  14977.         several graphic formats with yet more options.  Print any
  14978.         part of a picture, print screens and windows, save screens
  14979.         and windows as IFF files, modify color palettes, change
  14980.         printing parameters and lots more!  This is version 1.25,
  14981.         an update to version 1.2 on disk 366.  Shareware, binary
  14982.         only.
  14983.         Author:  Andreas Krebs
  14984.  
  14985. StdFile        A module that can be linked with any Intuition based
  14986.         program to provide a standard file requestor similar to
  14987.         the one in AmigaDOS 2.0.  Even if you use the standard
  14988.         requestor under 2.0, it is useful to have one available
  14989.         for use if you need to run on pre-2.0 systems.  Includes
  14990.         source.
  14991.         Author:  Jeff Lydiatt and Peter da Silva
  14992. This is disk 403 of the freely distributable AMIGA software library.
  14993. Below is a listing of the significant directories and their contents.
  14994.  
  14995.  
  14996. FixDisk        A program to recover as much as possible from a defective
  14997.         disk.  It can sometimes recover damaged (unreadable)
  14998.         tracks, check file integrity, check the directory
  14999.         structure, undelete files, copy or show files, fix
  15000.         corrupted directory pointers, etc.  Full intuition
  15001.         interface.  This is version 1.2, an update to version
  15002.         1.0 on disk 223.  Binary only.
  15003.         Author:  Werner Guenther
  15004.  
  15005. KawaiEditor    A Kawai K4 editor (apparently some kind of midi
  15006.         based music synthesizer).  Version 1.0, shareware,
  15007.         binary only.
  15008.         Author:  Jan Saucke
  15009.  
  15010. NiftyTerm    NiftyTerm is an h19/VT102/VT52 emulator for the Amiga.
  15011.         It was originally designed to be used with DNet, but it
  15012.         has been expanded so that it may be used as a normal
  15013.         terminal emulator.  Niftyterm was designed to be a good
  15014.         emulation of these terminals, as well as being fairly
  15015.         small and fast.  Version 1.0, binary only, source available
  15016.         from authors.
  15017.         Author:  Christopher Newman, Todd Williamson
  15018.  
  15019. PokerDemo    Demo version of some Solitaire card games from UnSane
  15020.         Creations.  Includes "Accordion", "Calculation", "Poker
  15021.         Solitaire", and "SeaHaven Towers".  Binary only.
  15022.         Author:  Steve Francis
  15023.  
  15024. RexxHostLib    This is a shared library package to simplify the ARexx
  15025.         host creation/management procedure.  Rexx-message
  15026.         parsing is also included making it possible to control
  15027.         ARexx from programs such as AmigaBASIC (can you
  15028.         imagine AmigaBASIC controlling AmigaTeX?).  This is
  15029.         version 36.14, an update to version 34.12 on disk 355.
  15030.         Differences include a few bug fixes and new functions.
  15031.         Includes source.
  15032.         Author:  Olaf Barthel
  15033. This is disk 404 of the freely distributable AMIGA software library.
  15034. Below is a listing of the significant directories and their contents.
  15035.  
  15036. LHArc        An archive program like Arc and Zoo, with a heavy emphasis
  15037.         maximum compression for minimum archive size, using LZHUF
  15038.         compression.  This is version 1.30, an update to version
  15039.         1.21 on disk 383.  Binary only.
  15040.         Author:  Paolo Zibetti
  15041.  
  15042. NGTC        Release One of a trivia game based on "Star Trek: The Next
  15043.         Generation" TV series.  Contains over 500 questions on
  15044.         Season One of the series with over 50 audio/video clues.
  15045.         This disk contains the game module and part 1 of the
  15046.         Trivia Database.  You MUST have disk 405 which contains the
  15047.         rest of the Trivia Database and the required player program.
  15048.         Created with The Director.  Binary only.
  15049.         Author:  Gregory Epley
  15050. This is disk 405 of the freely distributable AMIGA software library.
  15051. Below is a listing of the significant directories and their contents.
  15052.  
  15053.  
  15054. GIFMachine    A program that will convert CompuServe GIF image files
  15055.         into IFF SHAM and 24bit ILBMs.  It offers a number of
  15056.         extra options like dithering, horizontal and vertical
  15057.         flip, as well as automatic border removal.  Requires
  15058.         KickStart version 2.0 or greater to run.  Version 2.104,
  15059.         includes source.
  15060.         Author:  Christopher Wichura
  15061.  
  15062. NGTC        Release One of a trivia game based on "Star Trek: The Next
  15063.         Generation" TV series.  Contains over 500 questions on
  15064.         Season One of the series with over 50 audio/video clues.
  15065.         This disk contains part 2 of the Trivia Database and the
  15066.         "Projector" player.  You MUST have disk 404 which contains
  15067.         the rest of the Trivia Database and the game module.
  15068.         Created with The Director.  Binary only.
  15069.         Author:  Gregory Epley
  15070. This is disk 406 of the freely distributable AMIGA software library.
  15071. Below is a listing of the significant directories and their contents.
  15072.  
  15073.  
  15074. ATCopy        A program to copy files from the Amiga side of a system
  15075.         equipped with a PC/AT bridgeboard, to the PC side, using
  15076.         wildcards.  Copies directly through the shared memory.
  15077.         Supports CLI and WorkBench usage.  Version 2.0, shareware,
  15078.         binary only.
  15079.         Author:  Peter Vorwerk
  15080.  
  15081. DirWork        A fast small simple efficent shareware DirUtility that
  15082.         gets directories off floppies in about half the normal
  15083.         time.  Configurable options and buttons, as well as all
  15084.         the usual features.  This is Version 1.12, an update to
  15085.         the one on disk 328.  Binary only.
  15086.         Author:  Chris Hames
  15087.  
  15088. DMS        DISK-Masher is a utility that allows users to compress and
  15089.         archive entire floppy disks.  Offers four different types
  15090.         of compression, extended virus checking of boot blocks,
  15091.         and data encryption.  Requires at least 512K of memory.
  15092.         This is version 1.01, binary only.
  15093.         Author:  SDS Software
  15094.  
  15095. GnuAwk        GNU awk is the GNU Project's implementation of the AWK
  15096.         programming language.  It conforms to the definition
  15097.         and description of the language in The AWK Programming
  15098.         Language, by Aho, Kernighan, and Weinberger, with the
  15099.         additional features defined in the System V Release 4
  15100.         version of UNIX awk.  Version 2.10 beta, includes source.
  15101.         Author:  Paul Rubin, Jay Fenlason, Arnold Robbins, et al.
  15102.  
  15103. GnuGrep        The grep program from the GNU project.  Replaces grep
  15104.         fgrep, egrep, and bmgrep.  This is an update to version
  15105.         1.5 on disk 295 and now handles AmigaDOS style wildcard
  15106.         specifications.  Includes source.
  15107.         Author:  Many (see README file)
  15108.  
  15109. MadBlanker    A cute screen blanker that bounces a transparent rectangle
  15110.         around on the screen, like a theater spotlight, with
  15111.         configurable options which include size and whether or not
  15112.         you want the rectangle to change size.  Version 2.0,
  15113.         includes source.
  15114.         Author: K. Mardam-Bey
  15115. This is disk 407 of the freely distributable AMIGA software library.
  15116. Below is a listing of the significant directories and their contents.
  15117.  
  15118.  
  15119. DMouse        A versatile screen & mouse blanker, auto window activator,
  15120.         mouse accelerator, popcli, pop window to front, push
  15121.         window to back, etc, widget.  This is DMouse version 1.24,
  15122.         an update to version 1.20 on disk 258.  Includes source.
  15123.         Author:  Matt Dillon
  15124.  
  15125. Flex        Flex is a replacement for the UNIX "lex" (lexical
  15126.         analyzer generator) program that is faster than
  15127.         lex, and freely redistributable.  This is version 2.3,
  15128.         an update to the version on disk 156.  Includes source.
  15129.         Authors:  Jef Poskanzer, Vern Paxson, William Loftus,
  15130.               et. al.
  15131.  
  15132. WonderSound    Wondersound is an additive harmonic instrument design
  15133.         tool with a separate envelope design window and 16
  15134.         relative harmonic strength and phase angle controls.
  15135.         Version 1.4, binary only.
  15136.         Author:  Jeffrey Harrington
  15137. This is disk 408 of the freely distributable AMIGA software library.
  15138. Below is a listing of the significant directories and their contents.
  15139.  
  15140.  
  15141. DCmd        A utility that monitors a CLI's console IO and copies it
  15142.         to a user specified file.  The console IO is unaffected
  15143.         by this monitoring.  Version 1.00, includes source.
  15144.         Author:  Matthew Dillon
  15145.  
  15146. KickDate    Saves and retrieves the current system date stamp to
  15147.         the first sector of the kickstart disk.  This is handy
  15148.         for A1000 users with autobooting hard drives, since it
  15149.         can save the system time across system resets and power
  15150.         cycles.  Version 1.0, includes source.
  15151.         Author:  Joe Porkka
  15152.  
  15153. MoniDie        A cute little "screen hack".  Be sure to turn up the
  15154.         sound.  Binary only, source available from author.
  15155.         Author:  David Donley
  15156.  
  15157. Post        An excellent PostScript interpreter for the Amiga which
  15158.         supports the full Adobe language and type 1 PostScript
  15159.         fonts.  Includes Charter font in Roman, Italic, Bold, and
  15160.         Bold-Italic, and Courier font in Roman, Roman-Oblique,
  15161.         Bold, and Bold-Oblique.  Requires Arp library V39+ and
  15162.         ConMan V1.3+.  Version 1.3, includes source in C.
  15163.         Author:  Adrian Aylward
  15164. This is disk 409 of the freely distributable AMIGA software library.
  15165. Below is a listing of the significant directories and their contents.
  15166.  
  15167.  
  15168. Trek        An excellent shareware Star Trek game.  The object of
  15169.         the game is to stay alive, healthy, and maintain the
  15170.         Enterprise in good condition.  As Captain of the ship,
  15171.         you must go on missions where you show your common sense
  15172.         and level headedness.  An overly cautious Captain will
  15173.         loose his ship as well as a careless or irrational
  15174.         Captain.  This distribution unpacks into two almost
  15175.         full disks.  Version 1.0, binary only.
  15176.         Author:  Tobias Richter
  15177. This is disk 410 of the freely distributable AMIGA software library.
  15178. Below is a listing of the significant directories and their contents.
  15179.  
  15180.  
  15181. MechFight    A role playing game where you explore a world, buy or
  15182.         find items, and fight against robots and aliens.  During
  15183.         the game you are asked to perform certain tasks.  This
  15184.         is version 1.0, binary only.
  15185.         Author:  Florian Marquardt
  15186.  
  15187. Vlt        VLT is both a VT100 emulator and a Tektronix (4014 plus
  15188.         subset of 4105) emulator, currently in use at SLAC
  15189.         (Stanford Linear Accelerator Center).  Although the VT100
  15190.         part was originally based on Dave Wecker et al.'s VT100,
  15191.         many enhancements were made.  Features include use of ARP,
  15192.         an ARexx port, XMODEM 1K/CRC and Kermit protocols, support
  15193.         for additional serial ports, external file transfer protocols
  15194.         (XPR), a "chat" mode, and scrollback/review/history buffer.
  15195.         It comes in two versions, one with Tektronix emulation, and
  15196.         one without.  The Tektronix emulation allows saving IFF files,
  15197.         PostScript files, and printing bitmaps to the printer.  This
  15198.         is version 4.846, an update to version 4.428 on disk 308.
  15199.         Binary only.
  15200.         Author:  Willy Langeveld
  15201. This is disk 411 of the freely distributable AMIGA software library.
  15202. Below is a listing of the significant directories and their contents.
  15203.  
  15204.  
  15205. BPDI        Demo version of a new strategy game written in GFA-BASIC.
  15206.         German version only.  Binary only.
  15207.         Author:  Dirk Hasse
  15208.  
  15209. DiskPrint    Prints labels for 3.5" disks, primarily for PD library
  15210.         disks.  Label data files can be loaded into memory so
  15211.         labels for special disks are available without having to
  15212.         type anything in or without having to wait for AmigaDOS
  15213.         to read in the full directory.  Version 2.3e, shareware,
  15214.         binary only.
  15215.         Author:  Jan Geissler
  15216.  
  15217. Mind        A design for artificial intelligence (AI) based upon
  15218.         linguistics.  The included animation shows how one node
  15219.         on a syntax tree flushes out the currently active concept
  15220.         in a mind contemplating a scene of the external world
  15221.         through the eye.  Includes five documents describing the
  15222.         theory behind the animation.
  15223.         Author:  Arthur Murray
  15224.  
  15225. PCStatus    Bridgeboard user's program that displays the status of the
  15226.         CAPS, NUM, INS, and SCROLL key in a separate window on
  15227.         every PC screen.  Also, both the Amiga and the PC will
  15228.         use the same status of the Caps Lock key.  Version 2.0,
  15229.         shareware, binary only.
  15230.         Author:  Alexander Hagen
  15231.  
  15232. Tron        Another game about the lightcycle race sequence in the 
  15233.         science fiction computer film "Tron".  One or two players
  15234.         and other options.  Written in GFA-BASIC and then com-
  15235.         piled.  This is version 1.23, an update to version 1.1
  15236.         on disk 355.  Now includes source in GFA-BASIC.
  15237.         Author:  Dirk Hasse
  15238. This is disk 412 of the freely distributable AMIGA software library.
  15239. Below is a listing of the significant directories and their contents.
  15240.  
  15241.  
  15242. AutoAddRAM     Allows you to add several non-autoconfig memory boards
  15243.         at once, optionally specifying priority and memory chunk
  15244.         name.  This is version 2.03, binary only.
  15245.         Author:  Jonathan Potter
  15246.  
  15247. Check4Mem    Allows you to check from a batch file for a specified
  15248.         amount of memory with certain attributes.  If the
  15249.         requirements are not met, a WARN returncode is generated.
  15250.         This is version 3, an update to the version on disk 242.
  15251.         Binary only.
  15252.         Author:  Jonathan Potter
  15253.  
  15254. CopperBars     A simple but pretty demo of some rolling copper bars.
  15255.         Author:  Jonathan Potter
  15256.  
  15257. CopperMaster     This program allows you to easily create your own custom
  15258.         copper lists for the Workbench screen.
  15259.         Author:  Jonathan Potter
  15260.  
  15261. CustReq        A glorified ASK command for your startup-sequence.  It
  15262.         generates a requester with the specified text, positive
  15263.         and negative gadgets (either of which can be the default),
  15264.         and an optional timeout value.  This is version 4, an
  15265.         update to the version on disk 242, binary only.
  15266.         Author:  Jonathan Potter
  15267.  
  15268. DirectoryOpus    A slightly disabled demonstration version of a powerful
  15269.         commercial directory utility.  Very user friendly and
  15270.         configurable, with many features.  Binary only.
  15271.         Author:  Jonathan Potter
  15272.  
  15273. FAClock     Front Analog Clock.  This clock program always stays at
  15274.         the very front of the display.  Binary only.
  15275.         Author:  Jonathan Potter
  15276.  
  15277. FullView    A text viewer that uses gadgets at the bottom of the screen
  15278.         (thus can display text 80 columns wide), opens up to the
  15279.         full height of the Workbench screen, has fast scrolling, and
  15280.         can work with files compressed by PowerPacker.  Also shows
  15281.         IFF pictures.  This is version 2.02, an update to version
  15282.         1.1 on disk 287, binary only.
  15283.         Author:  Jonathan Potter
  15284.  
  15285. Image-Ed    An icon editor that allows you to draw and edit images up
  15286.         to 150 by 90, in up to 16 colors.  Allows freehand drawing,
  15287.         empty or filled rectangles, ellipses, triangles, lines
  15288.         curves, and polygons, copy, flip about x or y axis,
  15289.         stretching and condensing, flood fill and complement,
  15290.         text with selection and loading of font style, undo,
  15291.         magnified and normal sized images, and two active drawing
  15292.         screens at once.  This is version 2.4, an update to version
  15293.         2.2 on disk 242.  Shareware, binary only, source available
  15294.         from author.
  15295.         Author:  Jonathan Potter
  15296.  
  15297. JoyMouse     A simple program that allows you to use a joystick as a
  15298.         mouse.  Binary only.
  15299.         Author:  Jonathan Potter
  15300.  
  15301. JPDirUtil    A directory-utilities type program with many built-in
  15302.         commands, and 16 customizable gadgets.  User configurable
  15303.         in many ways.  Can be iconified to Workbench screen.  This
  15304.         is version 1.12, an update to version 1.11 on disk 287.
  15305.         Binary only.
  15306.         Author:  Jonathan Potter
  15307.  
  15308. NoReq        A very short program that alternately turns on and off the
  15309.         DOS requesters.  Useful for bulletin boards or other systems
  15310.         that may be unattended for long periods of time. Includes
  15311.         source in assembly.
  15312.         Author:  Jonathan Potter
  15313.  
  15314. OSK        A software keyboard, which allows you to type using the
  15315.         mouse.  Can be made to send keystrokes to any window, and
  15316.         can be iconified.  This is version 1.2, an update to the
  15317.         version on disk 287.  Binary only.
  15318.         Author:  Jonathan Potter
  15319.  
  15320. PopInfo        A small utility which "pops open" to give you information
  15321.         about the status of your devices and memory.  This is
  15322.         version 4.0, an update to version 3.0 on disk 242.  Binary
  15323.         only.
  15324.         Author:  Jonathan Potter
  15325.  
  15326. SuperPlay     A versatile sound playing utility, that will play any file,
  15327.         with user definable volume and speed.  Will also play files
  15328.         randomly from a list.  Binary only.
  15329.         Author:  Jonathan Potter
  15330.  
  15331. SwapName     A variant on the "rename" command that instead swaps the
  15332.         names of two files.  Binary only.
  15333.         Author:  Jonathan Potter
  15334.  
  15335. TicTacToe     A simple TicTacToe game.  Binary only.
  15336.         Author:  Jonathan Potter
  15337.  
  15338. ZeroVirus    A fully integrated virus checker and killer, with bootblock
  15339.         save and restore features.  Finds both bootblock and file
  15340.         based viruses.  Uses Brainfiles to recognise viruses, and
  15341.         has "on-line" Brainfile editing facilities.  Can be iconified
  15342.         to Workbench screen.  This is version III 1.15, an update to
  15343.         version 2.01 on disk 287.  Binary only.
  15344.         Author:  Jonathan Potter
  15345. This is disk 413 of the freely distributable AMIGA software library.
  15346. Below is a listing of the significant directories and their contents.
  15347.  
  15348.  
  15349. Aerotoons    Animations with anthropomorphed aircraft as the center
  15350.         of their humor.  Includes "Swiss Army F-16 In Combat"
  15351.         and "Stealthy Manuever II".
  15352.         Author:  Eric Schwartz
  15353.  
  15354. Juggette    Some cute "juggler" animations from Eric Schwartz.
  15355.         Includes "Juggette Anim", "Juggette_2", and "Juggler
  15356.         Demo 2".
  15357.         Author:  Eric Schwartz
  15358. This is disk 414 of the freely distributable AMIGA software library.
  15359. Below is a listing of the significant directories and their contents.
  15360.  
  15361.  
  15362. Anims        Some more cute animations from Eric Schwartz.  Includes
  15363.         "Batman", "LateNight", and "Terminal".
  15364.         Author:  Eric Schwartz
  15365.  
  15366. Din        A library that allows you to share image and text objects
  15367.         between programs.  The din.library is ideal if you want
  15368.         to write an editor and a DTP program that can share text,
  15369.         or a drawing program and a DTP program that can share a
  15370.         brush.  Requires AmigaDOS 2.0.  This is version 1.0, some
  15371.         source included.
  15372.         Author:  Jorrit Tyberghein
  15373.  
  15374. Lila        A shareware utility that allows you to print listings or
  15375.         other text files on Postscript printers, with header,
  15376.         page numbers, and multicolumn pages.  Can print in portrait
  15377.         or landscape orientation.  This is version 9004b, an update
  15378.         to version 8912a on disk 368, binary only.
  15379.         Author:  Bertrand Gros
  15380.  
  15381. PPAnim        An anim player for normal IFF ANIM opt 5 (DPaint III,...)
  15382.         files or ANIM files crunched with PowerPacker.  The
  15383.         decrunching is done automatically as the file is read.
  15384.         Features many command line options, palette change during
  15385.         animation, full overscan PAL/NTSC support and yet it is
  15386.         only 7K.  Compatible with AmigaOS 2.0.  Some new 2.0
  15387.         features (ASL requester) supported.  Version 1.0, binary
  15388.         only.
  15389.         Author:  Nico Francois
  15390.  
  15391. PPLib        A shared library to make life easy for people who wish to
  15392.         write programs that support PowerPacker.  Loading crunched
  15393.         files from C or assembly is made fast, short and easy.
  15394.         This is version 34.2, an update to version 34.1 on disk
  15395.         371, and fixes a relatively serious bug.  Library binary
  15396.         only, source examples included.
  15397.         Author:  Nico Francois
  15398.  
  15399. Wrap        A program to wrap a Sculpt-Animate 4D image around a
  15400.         sphere or cylinder.  You can even use reliefed surfaces
  15401.         to construct planetary objects or other textured shapes.
  15402.         Version 1.32, shareware, binary only.
  15403.         Author:  Martin Koistinen
  15404. This is disk 415 of the freely distributable AMIGA software library.
  15405. Below is a listing of the significant directories and their contents.
  15406.  
  15407.  
  15408. CBBS        A W0RLI-like BBS system for use in amateur radio.
  15409.         Originally written for IBM-PC compatibles, it was ported
  15410.         to the Amiga by Pete Hardie.  This is version 6.71a, an
  15411.         update to Version 6.1c on disk 241.  Binary only, source
  15412.         available from Pete Hardie.
  15413.         Authors:  Hank Oredson, the CBBS group, Pete Hardie
  15414.  
  15415. FileTypes    This program can recognize different kinds of files in a
  15416.         directory.  Currently recognized types are executable and
  15417.         IFF (all types, ILBM, 8SVX etc.).  Includes listing the
  15418.         whole contents of a directory or only files of one or more
  15419.         types. This is version 2.1, and includes assembly source.
  15420.         Author: Sebastian Leske
  15421.  
  15422. Uedit        A nice shareware editor with learn mode, a command
  15423.         language, menu customization, hypertext, online help,
  15424.         a teach mode, split windows, copy and paste, undo,
  15425.         and other user configurability and customizability
  15426.         features.  This is version 2.6c, an update to version
  15427.         2.5d on disk 287.  Binary only.
  15428.         Author:  Rick Stiles
  15429. This is disk 416 of the freely distributable AMIGA software library.
  15430. Below is a listing of the significant directories and their contents.
  15431.  
  15432.  
  15433. Budget        A program to help with managing personal finances.
  15434.         Version 1.301, binary only.
  15435.         Author:  Le Lay Serge Camille
  15436.  
  15437. Clock        Two programs to put clocks on the WB screen.  The
  15438.         executables are small (2Kb) and take little processor
  15439.         time (1.5%) to run.  Version 1.4.  Both programs
  15440.         require ARP.  Source in C is included.
  15441.         Author:  Stuart Mitchell
  15442.  
  15443. Intoxicated    A nice little screen hack which affects the mouse.
  15444.         Saying any more would spoil the fun.  Includes source.
  15445.         Author:  Thomas Albers
  15446.  
  15447. Quantizer    FLCLQ color quantizer which converts 24 bit true color
  15448.         images into 256, or less, color images.  Uses a fairly
  15449.         sophisticated algorithm, mixing median-cut, popularity,
  15450.         and a custom algorithm.  Includes a version for Amiga's
  15451.         with a math coprocessor.  Version 1.0, shareware,
  15452.         binary only.
  15453.         Author:  Christophe Labouisse and Frederic Louguet
  15454.  
  15455. SoundEditor    An 8SVX stereo sound file editor written in assembly
  15456.         language for speed and minimum size.  This is V.98,
  15457.         an update to V.80 on disk 355.  Many new features
  15458.         including a working digitizer, raw loads, raw mac
  15459.         loads, time markers, rate converters, delay, ramp,
  15460.         filters, scroll, and it will iconify.  Binary only.
  15461.         Authors:  Howard Dortch, Mike Coriell, Matt Gerald
  15462.  
  15463. Utils        A group of small utility programs requiring ARP.  "Du"
  15464.         displays the disk space used by a directory, "Head"
  15465.         displays the first lines of a file and "Cookie" displays
  15466.         a humorous message.  All executables are very small
  15467.         (less than one disk block each).  Assembly source is
  15468.         included.
  15469.         Author:  Stuart Mitchell
  15470.  
  15471. WTF        WTF (Window To Front) is a little hack which brings a
  15472.         window to the front when double-clicked.  Includes source.
  15473.         Author:  Thomas Albers
  15474. This is disk 417 of the freely distributable AMIGA software library.
  15475. Below is a listing of the significant directories and their contents.
  15476.  
  15477.  
  15478. Alert        Program to create custom alert boxes and standalone
  15479.         programs to display them.  Each alert can be up to 7 lines
  15480.         of up to 77 characters per line.  Version 3.6, shareware,
  15481.         binary only.
  15482.         Author:  Thomas Jansen
  15483.  
  15484. Coyote        Another cute animation from Eric Schwartz.  This one is
  15485.         "Coyote 2: The Road Test", Eric's tribute to Chuck Jones.
  15486.         Has the typical Roadrunner and Coyote mayhem.
  15487.         Author:  Eric Schwartz
  15488.  
  15489. DataEasy    A database program which includes a phone dialer, speech
  15490.         output, a simple screen editor for making and modifying
  15491.         the database definitions, a screen print function, form
  15492.         letter printing, sorting, searching, and two small sample
  15493.         databases.  Version 1.1, binary only, source available
  15494.         from author.
  15495.         Author:  J. Dale Holt
  15496.  
  15497. MemLook        Gives a graphical view of your machine's entire memory
  15498.         area.  Features memory gauge and controllable scrolling
  15499.         speed via the cursor keys.  Version 2.0, an update to
  15500.         version 1.1B on disk 364.  Includes source in assembly.
  15501.         Author:  Thomas Jansen
  15502.  
  15503. MostCurrent    Two programs that are to be used with B. Lennart Olsson's
  15504.         Aquarium program.  The first program creates a new button
  15505.         called "Most Current".  The second program updates the
  15506.         index file so that the "Most Current" button is set for
  15507.         all entries that are the most current versions of their
  15508.         set.  Version 1.0, includes source in C.
  15509.         Author:  Peter A. Phelps
  15510.  
  15511. Quiz        A simple Quiz game.  Current quiz subjects include "Bible",
  15512.         "Indians", "New England", "Physics", and "States".  Binary
  15513.         only.
  15514.         Author:  J. Dale Holt
  15515.  
  15516. WBGauge        A utility to patch AmigaOS 2.0 to bring back the little
  15517.         gauge in the left border of disk windows, showing the ratio
  15518.         of available space on the disk.  Version 1.0, binary only.
  15519.         Author:  Jean-Michel Forgeas
  15520.  
  15521. WhatIs        A neat little utility which not only recognizes a wide
  15522.         variety of file types (executables, IFF, icons, zoo files,
  15523.         etc), but prints interesting information about the structure
  15524.         or contents of the recognized file types, such as what
  15525.         libraries, devices, resources, fonts, etc. a program uses.
  15526.         This is version 2.0, an update to version 1.2a on disk 334,
  15527.         and is for AmigaDOS 2.0 only.  Binary only.
  15528.         Author:  Jorrit Tyberghein
  15529. This is disk 418 of the freely distributable AMIGA software library.
  15530. Below is a listing of the significant directories and their contents.
  15531.  
  15532.  
  15533. AtMovies    Another of Eric's cute animations, this one starring
  15534.         his cartoon creation "Amy the Squirrel" and her boyfriend
  15535.         in some hijinks at the movies.
  15536.         Author:  Eric Schwartz
  15537.  
  15538. BootCACHE    Utility to turn off the 68020/68030 instruction and data
  15539.         caches upon rebooting.  This improves chances of old
  15540.         programs (especially games) working on Amigas with one
  15541.         of these processors (e.g. the A3000).  Version 1.0,
  15542.         includes source in assembly.
  15543.         Author:  Nico Francois
  15544.  
  15545. LJP        A program to print text files on an HP LaserJet printer.
  15546.         Supports landscape or portrait modes, use of any built-in
  15547.         font, automatic downloading of soft fonts, extremely fast
  15548.         printing, one or two logical pages on a single paper,
  15549.         multiple styles of page headers, adjustable page length
  15550.         and width, user specified pitch and point of a font,
  15551.         selectable margins and tab spacing, multiple copies,
  15552.         optional line numbers, and more.  Version 1.01, binary
  15553.         only.
  15554.         Author:  Khalid Aldoseri
  15555.  
  15556. ModulaDefs    Implementation and Definition modules for the Amiga's
  15557.         Graphics, Intuition, and Math libraries, to be used with
  15558.         the Modula 2 compiler from disk 24.  Includes a source
  15559.         example of using the modules.  Binary only for the rest
  15560.         of the distribution.
  15561.         Author:  Jonas Green
  15562.  
  15563. PSX        A public screen manager for AmigaDOS 2.0.  Lets you open,
  15564.         manipulate, and close public screens, set the global
  15565.         public screen bits, and provides a good example of using
  15566.         GadTools and ReadArgs.  Includes source.
  15567.         Author:  Steve Tibbett
  15568.  
  15569. PubScreens    Two utilities to manipulate public screens.  You can open
  15570.         and close them, or ask for information.  PublicS is the
  15571.         workbench version of PubScreen.  AmigaDOS 2.0 only. This
  15572.         is version 1.0, binary only.
  15573.         Author:  Jorrit Tyberghein
  15574.  
  15575. Running        A classical maze and puzzle game.  You run around in a
  15576.         maze and try to catch the ghosts or spiders.  It is
  15577.         completely multitasking friendly and compatible with
  15578.         AmigaDOS 1.2/1.3 and 2.0.  You can design your own levels.
  15579.         Binary only.
  15580.         Author:  Jorrit Tyberghein
  15581.  
  15582. ScreenX        A program designed to make getting at screens easier,
  15583.         particularly screens that are lost behind other screens
  15584.         that don't give you depth gadgets.  You can pop them to
  15585.         the front, push them to the back, save the screen to an
  15586.         IFF file, print it, and even try to close it.  This is
  15587.         version 3.0, an update to version 2.1 on disk 158.
  15588.         Binary only.
  15589.         Author:  Steve Tibbett
  15590. This is disk 419 of the freely distributable AMIGA software library.
  15591. Below is a listing of the significant directories and their contents.
  15592.  
  15593.  
  15594. ParM        Parameterable Menu.  ParM allows you to build menus to
  15595.         run whatever program you have on a disk.  ParM can run
  15596.         programs either in workbench or CLI mode.  This is an
  15597.         alternative to MyMenu which can run only when WorkBench
  15598.         is loaded.  ParM can have it's own little window, or can
  15599.         attach menus to the CLI window you are running it from.
  15600.         This is version 2.5r, an update to version 1.1 on disk
  15601.         375.  Includes source.
  15602.         Author:  Sylvain Rougier and Pierre Carrette
  15603.  
  15604. ReqAztec    An enhanced version of the interface to req.library for
  15605.         Aztec C 5.0.  Includes source in assembly.
  15606.         Author:  Pierre Carrette.
  15607.  
  15608. ReqLib        A runtime, reentrant library designed to make it easier
  15609.         for programmers to use powerful, easy to use requesters,
  15610.         for communicating with users.  Includes such functions
  15611.         as a color requester, file requester, message display 
  15612.         requester and many functions to make the creation of gadgets
  15613.         for your own custom requesters easier.  This is version
  15614.         2.5, an update to version 1.2 on disk 400.  Binary only.
  15615.         Author:  Colin Fox and Bruce Dawson
  15616.  
  15617. SetColors    A Palette replacement program that does a lot more in only
  15618.         3K.  Can save and load color files, and update preferences.
  15619.         Includes source in C.
  15620.         Author:  Pierre Carrette.
  15621.  
  15622. Yacc        This is a port of Berkeley Yacc for the Amiga.  This
  15623.         Yacc has been made as compatible as possible with the
  15624.         AT&T Yacc, and is completely public domain.  Note that
  15625.         it is NOT the so-called Decus Yacc, which is/was simply
  15626.         a repackaging of the proprietary AT&T Yacc.  This is
  15627.         an update to the version on disk 299.  Includes source.
  15628.         Author:  Bob Corbett et. al.
  15629. This is disk 420 of the freely distributable AMIGA software library.
  15630. Below is a listing of the significant directories and their contents.
  15631.  
  15632. BootX        Yet another virus killer.  BootX can check the bootblock
  15633.         of a disk, check memory for any resident viruses, and
  15634.         scan a disk for link viruses.  It can load bootblock
  15635.         libraries for you to write on your disks as an alternative
  15636.         for the boring DOS install bootblock.  It can load brain
  15637.         files so you can add any new bootblocks that BootX does
  15638.         not yet recognize.  BootX is written completely in assembly
  15639.         for maximum speed and minimum size.  Version 3.40, binary
  15640.         only.
  15641.         Author:  Peter Stuer
  15642.  
  15643. Iff2Src        A utility to convert IFF pictures or brushes to source
  15644.         (C or assembly).  The bitplanes, mask, colormap and image
  15645.         are written to a file.  You can convert multiple files at
  15646.         once.  Supports new 2.0 AppIcon windows (like IconEd).
  15647.         AmigaDOS 2.0 only.  Version 1.0, binary only.
  15648.         Author:  Jorrit Tyberghein
  15649.  
  15650. MenuWriter    Allows you to write a menu to the bootblock fo a disk.
  15651.         Allows up to 30 entries of 39 characters long, with 
  15652.         commands up to 31 characters long.  The loader also
  15653.         allows batch files to be executed.  Includes a built
  15654.         in virus detector.  Version 3.1, binary only, source
  15655.         available from author.
  15656.         Author:  Peter Stuer
  15657.  
  15658. QuickHelp    With the QuickHelp utilities you can make your own help
  15659.         files like "man" in UNIX (it is not compatible however).
  15660.         AmigaDOS 2.0 only.  Version 2.0, binary only.
  15661.         Author:  Jorrit Tyberghein
  15662.  
  15663. ShowGadgets    A simple utility to view all gadgets in a window.
  15664.         Includes source.
  15665.         Author:  Jorrit Tyberghein
  15666.  
  15667. SpaceWar    A two player game with each player controlling a spaceship.
  15668.         The object is to shoot the other player, gaining one point
  15669.         for each kill.  The game ends when a player reaches fifty
  15670.         points.  Version 1.11, binary only.
  15671.         Author:  Jeff Petkau
  15672.  
  15673. SysInfo        A program which reports interesting information about the
  15674.         configuration of your machine, including some speed
  15675.         comparisons with other configurations, versions of the
  15676.         OS software, etc.  Version 1.94, an update to version 1.4
  15677.         on disk 368.  Binary only.
  15678.         Author:  Nic Wilson
  15679.  
  15680. TTDDD        Textual TDDD is an ASCII version of Turbo Silver's TDDD
  15681.         object and cell description files.  The TTDDD format
  15682.         enables users to algorithmically generate objects, scenes,
  15683.         and animations.  Includes programs to convert between TDDD
  15684.         and TTDDD formats.  Version 1.0, shareware, binary only.
  15685.         Author:  Glenn M. Lewis
  15686.  
  15687. WinMan        A very simple utility to manipulate windows. It adds some
  15688.         menus to the workbench, which you can use to shrink,
  15689.         maximize, tile or cascade your windows.  AmigaDOS 2.0 only.
  15690.         Version 1.0, includes source.
  15691.         Author:  Jorrit Tyberghein
  15692. This is disk 421 of the freely distributable AMIGA software library.
  15693. Below is a listing of the significant directories and their contents.
  15694.  
  15695.  
  15696. DMouse        A versatile screen & mouse blanker, auto window activator,
  15697.         mouse accelerator, popcli, pop window to front, push
  15698.         window to back, etc, widget.  This is DMouse version 1.25,
  15699.         an update to version 1.24 on disk 407.  Includes source.
  15700.         Author:  Matt Dillon
  15701.  
  15702. EZAsm        Combines parts of the "C" language with 68000 assembly,
  15703.         giving it the "feel" of a higher level language.  Supports
  15704.         all 1.3 functions.  Uses braces and "else" like "C".
  15705.         Resulting code is optimized as much as possible.  Takes
  15706.         source file you create and outputs a .asm file.  Includes
  15707.         example source and executable files.  Version 1.3, binary
  15708.         only.
  15709.         Author:  Joe Siebenmann
  15710.  
  15711. NoVirus        Another Anti-Virus utility.  This one features known and
  15712.         new virus detection, view boot block, save and restore
  15713.         bootblocks, several "Install" options and more.  Written 
  15714.         in assembly.  This is version 3.31, an update to version
  15715.         1.56 on disk 180, and is a limited demo of the commercial
  15716.         version.  Binary only.
  15717.         Author:  Nic Wilson
  15718.  
  15719. Zon        An arcade/adventure game that mixes a unique blend of
  15720.         puzzle solving and arcade adventure.  Your mind and your
  15721.         reflexes will both be tested to their limits as you
  15722.         work your way towards your goal, recovering the Rings
  15723.         of Zon.  Has 19 levels of action, save/restore your
  15724.         game on any level, stereo digitized soundtracks and
  15725.         sound effects, over 100 objects to discover and explore,
  15726.         up to 300 moving objects on the screen at once, and more.
  15727.         Volume 1, shareware, binary only.
  15728.         Author:  George Broussard
  15729. This is disk 422 of the freely distributable AMIGA software library.
  15730. Below is a listing of the significant directories and their contents.
  15731.  
  15732.  
  15733. Gravity        A program which simulates the movements of astronomical
  15734.         objects under the influence of gravity.  For example, you
  15735.         can simulate the solar system or two stars circling around
  15736.         each other.  Version 1.0, binary only.
  15737.         Author:  Guido Burkard
  15738.  
  15739. Imploder    Allows you to reduce the size of executable files while
  15740.         letting them retain full functionality.  Uses efficient
  15741.         algorithms (both time and space) as well as taking into
  15742.         full consideration the complexity of the Amiga environment.
  15743.         Very well done. Version 3.1, binary only.
  15744.         Author:  Peter Struijk and Albert J. Brouwer
  15745.  
  15746. PopUpMenu    A small program that makes it possible for you to use
  15747.         pop-up-menus with any program that uses standard intuition
  15748.         menus.  Version 3.5, includes source.
  15749.         Author:  Martin Adrian
  15750.  
  15751. SystemTracer    A tool to view and manipulate various AmigaDOS 1.2 and
  15752.         1.3 system structures.  Version 1.0, includes source.
  15753.         Author:  Guido Burkard
  15754.  
  15755. TrackDOS     A program that allows easy transfer of data between DOS,
  15756.         memory and trackdisk.device.  DOS means the data contained
  15757.         within a file, memory means the data contained anywhere
  15758.         within the memory map and trackdisk.device means data
  15759.         stored on a disk not accessable with DOS (eg. bootblocks
  15760.         special loader disks etc.).  The transfer of data between
  15761.         these three areas is not normally easy or convenient.
  15762.         TrackDos was written to overcome this.  This is version
  15763.         1.04, an update to the version on disk 365.  Binary only.
  15764.         Author:  Nic Wilson
  15765.  
  15766. TrekTrivia    Very nice mouse-driven trivia type program for Star Trek 
  15767.         fans.  Contains 100 questions with additional trivia disks
  15768.         available from the author.  Includes selectable skill
  15769.         levels, a cheat mode, and 250K of digitized music.  This
  15770.         is version 3.0, an update to version 2.0 on disk 252.
  15771.         Binary only, shareware.
  15772.         Author:  George Broussard
  15773. This is disk 423 of the freely distributable AMIGA software library.
  15774. Below is a listing of the significant directories and their contents.
  15775.  
  15776.  
  15777. Hollywood    An easy to play trivia game with such subjects as M*A*S*H,
  15778.         Star Trek (old and TNG), Indiana Jones, general television
  15779.         trivia, and more.  Each topic contains fifty questions and
  15780.         a related picture.  Each time you answer a question right,
  15781.         a small portion of the picture is added to the screen.
  15782.         Shareware, binary only.
  15783.         Author:
  15784.  
  15785. LCDCalc        Probably the prettiest looking four founction (with memory)
  15786.         calculator ever written for the Amiga.  Written in J-Forth.
  15787.         Version 1.023, binary only.
  15788.         Author:  Mike Haas
  15789.  
  15790. Pogo        Another of Eric's cute animations.  This one has Pogo and
  15791.         crew trying to hold a conversation with the beautiful
  15792.         Miss Mam'a'selle.
  15793.         Author:  Eric Schwartz
  15794.  
  15795. SetRamsey    A program that allows you to test the current settings of
  15796.         the RAMSEY ram controller chip on an Amiga 3000 under
  15797.         Kickstart 1.3 or 2.0, and change them if you wish.  Useful
  15798.         for hardware debugging to control static column mode, burst
  15799.         mode, or change the refresh rate.  Version 1.02, binary only.
  15800.         Author:  Nic Wilson
  15801. This is disk 424 of the freely distributable AMIGA software library.
  15802. Below is a listing of the significant directories and their contents.
  15803.  
  15804.  
  15805. AutoCLI        A 'PopCLI' type replacement that works with WorkBench 2.0.
  15806.         Also fixes the problem with PopCLI crashing the machine if
  15807.         used on a PAL Amiga to open a CLI window with a vertical
  15808.         size greater than 200 lines.  Other features include an
  15809.         optional Function-key press with the qualifier to execute
  15810.         an S:script file.  Version 1.88, and update to version 1.6
  15811.         on disk 399, with more enhancements.  Binary only.
  15812.         Author:  Nic Wilson
  15813.  
  15814. MED        A music editor much like SoundTracker.  A song consists
  15815.         of up to 50 blocks of music, which can be played in any
  15816.         order.  Editing features include cut/paste/copy tracks
  15817.         or blocks, changing the vibrato, tempo, crescendo, and
  15818.         note volume.  Other features include switching of the
  15819.         low-pass-filter on or off on a per song basis, and a cute
  15820.         little animated pointer of a guy doing "jumping jacks" in
  15821.         time to the music!  This is version 2.13, an update to
  15822.         version 2.00 on disk 349.  Binary only.
  15823.         Author:  Teijo Kinnunen
  15824.  
  15825. TurboTitle    A program created for the purpose of subtitling Japanese
  15826.         Animation films and to create a standard Amiga subtitle
  15827.         format.  Is perfectly suited for subtitling any foreign
  15828.         film.  Version 0.71, shareware, binary only.
  15829.         Author:  Robert Jenks
  15830. This is disk 425 of the freely distributable AMIGA software library.
  15831. Below is a listing of the significant directories and their contents.
  15832.  
  15833.  
  15834. A-Gene        Demo version of a shareware genealogy database program.
  15835.         The PAL version has been distributed in Australia and 
  15836.         England for some time.  This NTSC demo version is complete
  15837.         except that it is limited to 600 persons/300 marriages,
  15838.         does not support a text-editor to add free-form reports to
  15839.         records and does not show Digi-view pictures from within
  15840.         the program.  The color requester is not included as this
  15841.         entails adding a library file to libs: and is not really
  15842.         needed.  A-Gene needs 1Mb of ram, and a printer/2nd disk
  15843.         drive are a big help.  Version 3.10, binary only.
  15844.         Author:  Mike Simpson.
  15845.  
  15846. CheckBook    Checkbook accountant is a checkbook recording program
  15847.         intended to be used as a companion to a checkbook register,
  15848.         not a replacement.  Offers a simple way of balancing
  15849.         checkbooks, tracking bank transactions, and recording
  15850.         budgeted transactions.  Version 0.9, binary only.
  15851.         Author:  Jeffrey Almasol
  15852.  
  15853. Downhill    A skiing arcade game.  Ski skylar mountain, a dangerous,
  15854.         steep, downright scary mountain with bonus flags to pick
  15855.         up, rocks, bushes, and branches to jump over, all while
  15856.         avoiding obstacles such as trees.  The longer you stay up
  15857.         the faster you ski and the more points you get.  Binary
  15858.         only, joystick required, works only under AmigaDOS 1.3.
  15859.         Author:  David Alves
  15860.  
  15861. HeadGames    A "Shoot-Em-Up" game done with SEUCK game constructor,
  15862.         featuring digitized heads as enemies.  Binary only.
  15863.         Author:  Neil Sorenson
  15864. This is disk 426 of the freely distributable AMIGA software library.
  15865. Below is a listing of the significant directories and their contents.
  15866.  
  15867.  
  15868. Conman        Extremely useful replacement for the standard console
  15869.         handler, provides line editing and command line    histories.
  15870.         Completely transparent to any application program that
  15871.         uses CON: windows.  This program is shareware, and well
  15872.         worth a donation to the author.  This is version 1.3e, 
  15873.         an update to version 1.3 on disk 165.  Changes include
  15874.         updates for WorkBench 2.0 console refresh and cut/paste,
  15875.         and improvements to window resizing.  Binary only.
  15876.         Author:  William Hawes
  15877.  
  15878. Metro        In METRO, you play the role of a city planner.  Using
  15879.         limited funds, you must construct a mass-transit subway
  15880.         system capable of meeting the needs of your city.  Build
  15881.         wisely and your system will be a success, but poor planning
  15882.         will lead to disaster and financial ruin.  Shareware,
  15883.         binary only, source available from author.
  15884.         Author:  Mark A. Thomas and David P. Townsend
  15885.  
  15886. RickParksArt    A collection of artwork from one of the leading Amiga
  15887.         artists.  Includes "Bryce", "Clipper", "Einstein",
  15888.         "Falconer", "Lincoln", "Lion", "Mickey", "Norman", and
  15889.         "Stymie".  Superb hand drawn images with lots of detail.
  15890.         Author:  Rick Parks
  15891.  
  15892. This is disk 427 of the freely distributable AMIGA software library.
  15893. Below is a listing of the significant directories and their contents.
  15894.  
  15895.  
  15896. BlackJack    A blackjack simulation program with the ability to simulate
  15897.         nearly any casino blackjack game in the world.  Allows the
  15898.         use of the most popular playing strategies and modifications
  15899.         to them.  Has color coded strategy tables to enhance the
  15900.         learning of the strategy.  Tracks basic statistics such as
  15901.         number of hands played, bankroll limits, casino profitability
  15902.         and others.  Allows from 1 to 7 players, including the
  15903.         computer.  Has online help, a demo mode, and a special
  15904.         practice mode.  Version 1.01, shareware, binary only.
  15905.         Author:  Dan Cogliano
  15906.  
  15907. Chemesthetics    Chemesthetics is a program that draws molecules using the
  15908.         calotte model.  This means that atoms are drawn as bowls.
  15909.         Using this model, even extremely dangerous molecules like
  15910.         dioxine look quite nice.  Chemesthetics has a fully
  15911.         intuitionized user interface and pictures can be saved as
  15912.         IFF graphics files.  Version 2.00, includes source.
  15913.         Author:  Joerg Fenin / Metalworx
  15914.  
  15915. Cyrillic    Cyrillic (Russian) 12-point font.
  15916.         Author:  Elaine and Timm Martin
  15917.  
  15918. STV        Simple text viewer with mouse and keyboard scrolling, text
  15919.         search, and hooks to be launched onto custom screens.  Works
  15920.         great under both Workbench v1.3 and v2.0 and from the CLI
  15921.         or icon.  Version 1.00a, includes full C source.
  15922.         Author:  Timm Martin.
  15923. This is disk 428 of the freely distributable AMIGA software library.
  15924. Below is a listing of the significant directories and their contents.
  15925.  
  15926.  
  15927. BCBMusic    A set of three original songs written and composed using
  15928.         the freely distributable MED v2.10 music editor.  These
  15929.         songs do not require a separate player program because it
  15930.         is actually compiled in with the song.  WB2.0 compatible.
  15931.         Binary only.
  15932.         Author:  Brian C. Berg
  15933.  
  15934. CyroUtils    Four handy animation utilities from Cryogenic Software.
  15935.         Includes an animation creation tool that allows you to
  15936.         combine selected pictures into a standard animation,
  15937.         an animation information tool that is used to extract 
  15938.         certain information from a given animation, an animation
  15939.         combining tool that allows you to join two animations
  15940.         into a larger one, and an animation splitting tool that
  15941.         allows you to split one animation into two smaller ones.
  15942.         Binary only.
  15943.         Author:  Cyrogenic Software
  15944.  
  15945. ShadowMaker    Demo version of an Intuition based Font shadow generator.
  15946.         In seconds you can convert your favorite fonts into color
  15947.         fonts with professional video shadows built right in.
  15948.         This demo version is missing the characters 'w', 'x', 'y',
  15949.         and 'z'.  Binary only.
  15950.         Author:  Stephen Lebans
  15951.  
  15952. Train        An electric train contruction set game simulation.
  15953.         Shareware, binary only, source available from author.
  15954.         Author:  Dennis Saunders
  15955.  
  15956. WonderSound    Wondersound is an additive harmonic instrument design
  15957.         tool with a separate envelope design window and 16
  15958.         relative harmonic strength and phase angle controls.
  15959.         Version 1.6, an update to version 1.4 on disk 407.
  15960.         Binary only.
  15961.         Author:  Jeffrey Harrington
  15962. This is disk 429 of the freely distributable AMIGA software library.
  15963. Below is a listing of the significant directories and their contents.
  15964.  
  15965.  
  15966. ATCopy        A program to copy files from the Amiga side of a system
  15967.         equipped with a PC/AT bridgeboard, to the PC side, using
  15968.         wildcards.  Copies directly through the shared memory.
  15969.         Supports CLI and WorkBench usage.  This is version 2.1,
  15970.         an update to version 2.0 on disk 406.  Shareware, binary
  15971.         only.
  15972.         Author:  Peter Vorwerk
  15973.  
  15974. CLImax        A command like NewCLI or NewShell except that it creates a
  15975.         borderless CLI or Shell window on a custom screen.  Now you
  15976.         can use the whole display just like a non-windowing computer.
  15977.         Requires ConMan 1.3 or newer.  Release three, vastly improved
  15978.         over the first release on disk 224.  Includes source. 
  15979.         Author:  Paul Kienitz.
  15980.  
  15981. Dr        Another alternative CLI directory lister command.  This one
  15982.         features extreme optimization for speed, a variety of output
  15983.         formats, hiding of .info files by default, and AmigaDOS
  15984.         pattern matching.  It is pure (residentable).  It is intended
  15985.         to outperform all other directory listers.  Includes the
  15986.         additional utilities ForEvery and Whichever.  Release 1.2,
  15987.         includes source.
  15988.         Author:  Paul Kienitz.
  15989.  
  15990. FixCLI        A tiny pure command which fixes problems with CLI's not
  15991.         created by other CLI processes.  A new CLI or Shell created
  15992.         by such programs as PopCLI or DMouse gets no path and no
  15993.         current directory.  FixCLI very quickly and efficiently gives
  15994.         a path to a CLI that does not have one (it looks for other
  15995.         processes that have valid paths) and sets the current
  15996.         directory as specified if none is already set.  Put it in
  15997.         your S:Shell-Startup script.  Includes source.
  15998.         Author:  Paul Kienitz.
  15999.  
  16000. MoveSYS        Reassigns SYS:, C:, S:, L:, LIBS:, DEVS:, and FONTS: to a new
  16001.         disk or directory in one step.  Can be used from CLI or
  16002.         Workbench; just click it and shift-double-click a disk or
  16003.         drawer icon.  More flexible and robust than some other
  16004.         programs written for the same purpose.  It's small and pure. 
  16005.         Second release (the one on disk 224 worked from CLI only).
  16006.         Includes source.
  16007.         Author:  Paul Kienitz.
  16008.  
  16009. RunBack        A very compact version of the popular utility for starting a
  16010.         CLI process in the background, without preventing the CLI
  16011.         window from closing.  This version is pure and only 468 bytes
  16012.         long.  Requires the NULL: device, which is included.  Using
  16013.         NULL: makes it more flexible and robust than older RunBacks. 
  16014.         Can optionally delay up to nine seconds after starting the
  16015.         command.  Includes source in assembly.
  16016.         Author:  Paul Kienitz.
  16017.  
  16018. Scrub        A floppy drive cleaning program which automatically detects
  16019.         which drive has a cleaner diskette in it.  Spins it for
  16020.         thirty seconds while moving the heads around.  Pure. 
  16021.         Includes source.
  16022.         Author:  Paul Kienitz.
  16023.  
  16024. Timer        The timer device made easy!  Example of how to create both
  16025.         synchronous and asynchronous waits.  Includes a sample C
  16026.         program, a detailed technical discussion, and modules that
  16027.         you can plug in to your C programs.
  16028.         Author:  Timm Martin
  16029.  
  16030. Tripppin    A Workbench game based on an out-of-print board game.  The
  16031.         object is a race in which each move you make restricts your
  16032.         opponent's choice of countermoves.  Features a computer
  16033.         opponent of adjustable toughness.  Includes source.
  16034.         Author:  Paul Kienitz.
  16035.  
  16036. Uedit-Stuff    A variety of configuration material for Uedit.  Includes
  16037.         stuff for remembering multiple chunks of deleted text,
  16038.         interfacing through Rexx with a terminal program, displaying
  16039.         matching '(' characters when you press ')', expanding
  16040.         abbreviations into phrases as you type, easily shifting lines
  16041.         and blocks of text left or right, improvements to several
  16042.         existing Uedit features, and more.
  16043.         Author:  Paul Kienitz.
  16044.  
  16045. V        A front-end for Commodore's More or some other text viewer
  16046.         that can be made resident.  Can be used from Workbench,
  16047.         greatly reducing disk loading time because V is much smaller
  16048.         than More, which need not be loaded if it is resident.  From
  16049.         CLI, causes More to create a new window, specified with an
  16050.         environment variable, rather than using the CLI window.  V is
  16051.         itself residentable.  Much improved since the version on
  16052.         disk 224, to which it is only distantly related.  Includes
  16053.         source in assembly.
  16054.         Author:  Paul Kienitz.
  16055. This is disk 430 of the freely distributable AMIGA software library.
  16056. Below is a listing of the significant directories and their contents.
  16057.  
  16058.  
  16059. Lotto        Small lotto number selector with C source.
  16060.         Author:  Timm Martin
  16061.  
  16062. Pointer        Use the SID sleepy pointer in your programs.  Includes
  16063.         C source, a sample program, and modules that you can plug
  16064.         in to your C programs.
  16065.         Author:  Timm Martin
  16066.  
  16067. SculptTools    Programs to create objects for use in Sculpt 4D.  Includes
  16068.         Brush_4D to convert IFF brushes to objects in full color
  16069.         with HAM and EHB support and wrap to various shapes (update
  16070.         to version on disk 361), Fractal_4d to create fractal
  16071.         mountains with various coloring from brush, checkers or
  16072.         based on altitude, and Spiral_4d to create a variety of
  16073.         objects based around tubes and helixes.  Binary only.
  16074.         Author:  Bruce Thomson
  16075.  
  16076. SmartFields    SmartFields is a replacement for Intuition string gadgets.
  16077.         It allows you to incorporate into your Amiga C programs
  16078.         the powerful editing capabilities often found in mini-
  16079.         computers.  Includes full C source and documentation.
  16080.         Author:  Timm Martin.
  16081. This is disk 431 of the freely distributable AMIGA software library.
  16082. Below is a listing of the significant directories and their contents.
  16083.  
  16084. A68Kex        Twelve examples demonstrating the use of Charlie Gibbs A68K
  16085.         assembler.  Over a quarter megabyte of assembly source code.
  16086.         Author:  E. Lenz
  16087.  
  16088. AdvTemplates    A collection of PD spreadsheet templates for business and
  16089.         law, originally intended for Lotus 123 on IBM PC's.  They
  16090.         have been transfered to the Amiga, loaded into Gold Disk's
  16091.         The Advantage, and saved as native Advantage files.
  16092.         Requires Advantage V1.1 or higher.
  16093.         Author:  Amiga port by Michal Todorovic
  16094.  
  16095. CheetSheet    A compilation of cheats, hints, backdoors, helpful bugs,
  16096.         passwords, codes, solves, and walkthroughs for over 150
  16097.         Amiga games.  January 1st, 1991 edition.
  16098.         Author:  Mark Shnayer
  16099.  
  16100. EZAsm        Combines parts of the "C" language with 68000 assembly,
  16101.         giving it the "feel" of a higher level language.  Supports
  16102.         all 1.3 functions.  Uses braces and "else" like "C".
  16103.         Resulting code is optimized as much as possible.  Takes
  16104.         source file you create and outputs a .asm file.  Includes
  16105.         example source and executable files.  Version 1.31, an
  16106.         update to version 1.3 on disk 421.  Binary only.
  16107.         Author:  Joe Siebenmann
  16108. This is disk 432 of the freely distributable AMIGA software library.
  16109. Below is a listing of the significant directories and their contents.
  16110.  
  16111. APalAsm        A Programmable Array Logic (PAL) program based on an old
  16112.         MMI Fortran IV program from the 'PAL Handbook' Second
  16113.         Edition and Third Edition by MMI.  This Version (1.00) is
  16114.         completely rewritten for Fortran 77.  The outputs produced
  16115.         are sent to separate files instead of the screen.  There
  16116.         are plenty of example PAL files to test, inspect, or just
  16117.         to learn what PAL's are all about.  The Fortran source is
  16118.         included with the instructions to compile using AC/Fortran
  16119.         version 2.3.
  16120.         Author:  Bob Metzler
  16121.  
  16122. Badger        Reminder program for your startup-sequence.  Badger will
  16123.         open a window and display any important events that are 
  16124.         'due'.  Badger will not bother you if there is nothing to
  16125.         report.  Events are entered via menu and prompts.  This
  16126.         is version 2.01e, an update to the version on disk 365,
  16127.         and includes many new features.  Shareware, binary only.
  16128.         Author:  George Kerber
  16129.  
  16130. Conquest    Lore of Conquest is a war game similar in concept to the
  16131.         board game Risk.  You are the lord of an entire world,
  16132.         destined to rule the galaxy.  Some worlds are virgin fruits,
  16133.         ready for you to colonize.  Some worlds have natives who do
  16134.         not wish to accept your rule, these you must conquer for
  16135.         they will yield more valuable resources.  As you claim the
  16136.         galaxy you will find, you are not the only one extending
  16137.         your dominion.  This is a two-player game, so be prepared
  16138.         to defend yourself and take what is yours!  Version 1.2,
  16139.         binary only, shareware.
  16140.         Author:  Michael Bryant
  16141.  
  16142. FifoDev        FIFO: is like PIPE: but is based on fifo.library rather
  16143.         than its own implementation.  Fifo.library is a general
  16144.         fifo library implementation that supports named fifos,
  16145.         writing to a fifo from a hardware exception, multiple
  16146.         readers on a fifo with each getting the same data stream,
  16147.         efficient reading, and automatic or manual flow control.
  16148.         Programs that require non-blocking IO can access one side
  16149.         of a FIFO: connection via the fifo.library instead of the
  16150.         FIFO: device.  Includes some source.
  16151.         Author:  Matt Dillon
  16152.  
  16153. Reader        A program to scan a word list to locate which words can
  16154.         be made from the letters given.  Allows matching of words
  16155.         by length and by giving the letters known, ie. m.t.h for
  16156.         the word MATCH.  Great for word games and crosswords.
  16157.         Results output to screen and a RAM: based file.  The word
  16158.         list is in ascii and so can be edited if desired.  New
  16159.         words can be added and it could be used for different
  16160.         languages if required.  Supplied with over 24,200 words
  16161.         (mostly English spellings).  Version 1.0, includes source.
  16162.         Author:  Gary Brittain
  16163.  
  16164. SBackup        Programmers utility to assist in maintaining old versions
  16165.         of source code.  SBackup maintains 2-99 old versions in
  16166.         any location desired.  Version 1.00e, binary only.
  16167.         Author:  George Kerber
  16168.  
  16169. TMonth        TMonth will execute any program the first time it's executed
  16170.         each month.  Very useful, for example, to execute the ATOM-
  16171.         CLOCK program to set your clock each month.  Version 1.0f,
  16172.         binary only.
  16173.         Author:  George Kerber
  16174.  
  16175. Whence        Whence will locate any program/file in your current path.
  16176.         Similar to the the UNIX whence command.  Version 1.0, binary
  16177.         only.
  16178.         Author:  George Kerber
  16179.  
  16180. This is disk 433 of the freely distributable AMIGA software library.
  16181. Below is a listing of the significant directories and their contents.
  16182.  
  16183.  
  16184. DiskPrint    Prints labels for 3.5" disks, primarily for PD library
  16185.         disks.  Label data files can be loaded into memory so
  16186.         labels for special disks are available without having to
  16187.         type anything in or without having to wait for AmigaDOS
  16188.         to read in the full directory.  This is version 2.3.5,
  16189.         an update to version 2.3e on disk 411.  Shareware,
  16190.         binary only.
  16191.         Author:  Jan Geissler
  16192.  
  16193. Gwin        GWIN or Graphics WINdow is an integrated collection of
  16194.         graphics routines callable from C.  These routines make it
  16195.         easy to create sophisticated graphics programs in the C
  16196.         environment.  One line calls give you a custom screen (ten
  16197.         types available), menu items, requestors, text, circles,
  16198.         polygons, etc.  GWIN is a two dimensional floating point
  16199.         graphics system with conversion between world and screen
  16200.         coordinates.  GWIN includes built in clipping that may be
  16201.         turned off for speed.  Use of color and XOR operations are
  16202.         greatly simplified.  Many examples of the use of GWIN are
  16203.         included in an examples directory, including a line/bar graph
  16204.         program, geographic mapping program, SPICE 2G.6 graphics post
  16205.         processor, and others.  Extensive documentation is included.
  16206.         This is version 1.1, an update to version 1.0 on disk 322,
  16207.         recompiled to be compatible with MANX Aztec C Release 5.
  16208.         Author:  Howard C. Anderson.
  16209.  
  16210. SysInfo        A program which reports interesting information about the
  16211.         configuration of your machine, including some speed
  16212.         comparisons with other configurations, versions of the
  16213.         OS software, etc.  Version 1.98, an update to version 1.94
  16214.         on disk 420.  Binary only.
  16215.         Author:  Nic Wilson
  16216. This is disk 434 of the freely distributable AMIGA software library.
  16217. Below is a listing of the significant directories and their contents.
  16218.  
  16219.  
  16220. Backup        Backup and Restore allow you to backup any directory
  16221.         tree with optional compression, and later extract all
  16222.         or part of the tree.  The protection, date, and file
  16223.         comment are saved with each file.  This is version 2.06,
  16224.         an update to version 2.04 on disk 258.  Includes source.
  16225.         Author:  Matt Dillon
  16226.  
  16227. DynaCADD    Part 1 of a two part demo distribution of DynaCADD from
  16228.         Ditek International.  DynaCADD is a professional 2D and
  16229.         3D CAD package.  This demo is fully functional except
  16230.         for disabled save and export functions.  Requires a
  16231.         system with 68020/68030 and a 68881/68882 math processor.
  16232.         This disk contains all the files necessary to recreate
  16233.         the DynaCADD demo disk number 1.  The files for demo disk
  16234.         number 2 can be found on library disk number 435.  This
  16235.         is version 1.84, binary only.
  16236.         Author:  Ditek International
  16237.  
  16238. GMC        A console handler with command line editing and function
  16239.         key support.  GMC provides extended command line editing,
  16240.         function key assignment in four levels, extended command
  16241.         line history, online help for functions in the handler,
  16242.         and an iconify function.  Also includes an output buffer
  16243.         (dump to printer and window), filename completer, script
  16244.         function, undo function, prompt beeper, pathname in window
  16245.         title, close gadget for KS 2.0, etc.  This is version 9.8,
  16246.         an update to version 9.6 on disk 398.  Shareware, binary
  16247.         only.
  16248.         Author:  Goetz Mueller
  16249.  
  16250. TypingTutor    A simple typing tutor program which measures your typing
  16251.         speed and adjusts the level of difficulty accordingly.
  16252.         Shareware, binary only.
  16253.         Author:  William Jordan
  16254. This is disk 435 of the freely distributable AMIGA software library.
  16255. Below is a listing of the significant directories and their contents.
  16256.  
  16257.  
  16258. DeluxeBeep    A little program that uses the exec SetFunction call to
  16259.         play a sound sample of your choice whenever a program
  16260.         calls the Intuition DisplayBeep routine.  Includes source
  16261.         and instructions on how to install your own sounds.
  16262.         Author:  Jan van den Baard
  16263.  
  16264. DynaCADD    Part 2 of a two part demo distribution of DynaCADD from
  16265.         Ditek International.  DynaCADD is a professional 2D and
  16266.         3D CAD package.  This demo is fully functional except
  16267.         for disabled save and export functions.  Requires a
  16268.         system with 68020/68030 and a 68881/68882 math processor.
  16269.         This disk contains all the files necessary to recreate
  16270.         the DynaCADD demo disk number 2.  The files for demo disk
  16271.         number 1 can be found on library disk number 434.  This
  16272.         is version 1.84, binary only.
  16273.         Author:  Ditek International
  16274.  
  16275. Labeler        A label generation program for Epson compatible printers.
  16276.         Has both English and German versions.  This is version 3.0,
  16277.         binary only, shareware, source available from author.
  16278.         Author:  Siegfried Rings
  16279. This is disk 436 of the freely distributable AMIGA software library.
  16280. Below is a listing of the significant directories and their contents.
  16281.  
  16282.  
  16283. AztecArp    An Arp interface package fixed to work with Aztec `C'
  16284.         version 5.0.  This is version 1.9, an update to the
  16285.         version on disk 376, and includes a number of bug fixes
  16286.         and a couple of new features (such as vsprintf/vfprintf/
  16287.         vprintf-like Arp routines and fixes for Kickstart 2.0).
  16288.         Includes source in `C' and assembly language.
  16289.         Author:  Olaf 'Olsen' Barthel
  16290.  
  16291. BatchRequester    A simple program which opens an Arp filerequester and
  16292.         writes the result to an environment variable.  Very useful
  16293.         if used in batchfiles.  Version 1.1, source code in Oberon.
  16294.         Author:  Christoph Teuber
  16295.  
  16296. Berserker    Detects and eliminates viruses.  Knows all `popular' viruses
  16297.         and their kin, including the new `Centurion' and `Traveling
  16298.         Jack' link viruses.  Comes with a resident handler which
  16299.         continually checks memory to prevent virus infection and a
  16300.         utility to fix programs corrupted by the `Centurion' and
  16301.         `Traveling Jack' viruses.  Version 5.02, an update to the
  16302.         version on disk 355.  Contains partial source in assembly.
  16303.         Author:  Ralf Thanner
  16304.  
  16305. Input        How to read keyboard input simply and quickly.  Includes
  16306.         C source, a sample program, technical discussion, and
  16307.         programming modules that you can "plug in" to your own C
  16308.         programs.  Includes source.
  16309.         Author:  Timm Martin.
  16310.  
  16311. KeyMacro    A keyboard macro program, configurable via a text file,
  16312.         that also supports hotkey program execution.  You can
  16313.         map up to eight functions to each key, including keys
  16314.         such as cursor keys, the return key, etc.  Version 1.8,
  16315.         an update to version 1.6 on disk 398.  Includes source.
  16316.         Author:  Olaf 'Olsen' Barthel
  16317.  
  16318. LhLib        A shared reentrant Amiga runtime library featuring highly
  16319.         optimized assembly language versions of the LhArc data
  16320.         compression / decompression routines.  Compresses faster
  16321.         and more efficiently than any other currently available
  16322.         implementation of the Lzhuf algorithm.  Two example appli-
  16323.         cations for data compression/decompression, an interface
  16324.         to the Amiga Oberon Compiler, and documentation how to use
  16325.         the library in your own programs are included.  This is
  16326.         version 1.8, binary only.
  16327.         Authors:  Holger P. Krekel and Olaf 'Olsen' Barthel
  16328.  
  16329. MemGuard    A program similar to MemWatch, which continually checks
  16330.         the low memory vector table for random trashing.  Has
  16331.         been optimized and greatly enhanced to support the 68010,
  16332.         68020, 68030, etc. microprocessors.  Unlike MemWatch,
  16333.         MemGuard does not run as task in a dummy loop but rather
  16334.         as a low level interrupt routine which is capable of
  16335.         trapping memory trashing even before exec might know of
  16336.         it, and even while task switching is forbidden.  Version
  16337.         IV, an update to version IIIa on disk 354, binary only.
  16338.         Author:  Ralf Thanner
  16339.  
  16340. MMB        With MMB, users of 3 button mice under WB 2.0 can use the
  16341.         middle mouse button as a shift key to do multiple selects.
  16342.         Binary only.
  16343.         Author:  Garry Glendown
  16344.  
  16345. MT420d        Printer driver for the Mannesmann Tally MT420d.  Update to
  16346.         the old version on disk 164.  Includes a few bug-fixes.
  16347.         Author:  Sascha Wildner
  16348.  
  16349. Zoom        A fast and efficient floppy disk archiving utility based
  16350.         on the data compression / decompression algorithms used by
  16351.         lh.library.  Has an Intuition and a Shell interface, fully
  16352.         supports Kickstart 2.0, is able to add texts and notes to
  16353.         archived output files, knows 66 different bootblock viruses,
  16354.         includes a number of compression parameters (such as
  16355.         encryption of the output file) and a lot more. Version 3.10,
  16356.         binary only.
  16357.         Author:  Olaf 'Olsen' Barthel
  16358. This is disk 437 of the freely distributable AMIGA software library.
  16359. Below is a listing of the significant directories and their contents.
  16360.  
  16361.  
  16362. CLIwindow    CLIwindow allows you to manipulate the dimensions of a
  16363.         CLI window.  It can be moved, enlarged, or shrunk.  This
  16364.         is version 1.00.  Includes source in assembly.
  16365.         Author:  Roger Fischlin
  16366.  
  16367. Flip        Very small program which replaces the left-Amiga-N and M
  16368.         commands with screen and window flipping commands.  It's
  16369.         an excellent example of how to use PC-relative addressing
  16370.         within input handlers.  Version 2.0, includes a technical
  16371.         discussion and source in C and assembly.
  16372.         Author:  Mike Monaco and Timm Martin.
  16373.  
  16374. FMouse        A mouse pointer accelerator, similar to Matt Dillon's
  16375.         DMouse.  Includes a screen blanker and "hot keys".  This
  16376.         is version 1.01.  Includes source in assembly.
  16377.         Author:  Roger Fischlin
  16378.  
  16379. PatchCompiler    A program to generate patches using a Pascal like language
  16380.         to describe what needs to be patched.  This is version 1.0.
  16381.         Includes source in assembly.
  16382.         Author:  Roger Fischlin
  16383.  
  16384. WaitAnyKey    A CLI command which will wait until the user presses any
  16385.         key.  Useful for batch files, to pause until any key is
  16386.         struck.  Version 1.00, includes source in assembly.
  16387.         Author:  Roger Fischlin
  16388. This is disk 438 of the freely distributable AMIGA software library.
  16389. Below is a listing of the significant directories and their contents.
  16390.  
  16391. GadgetED    A program for creating and editing intuition gadgets.
  16392.         Includes a palette editor, generation of either C or
  16393.         assembly source, and binary saving for later loading
  16394.         and editing.  Version 2.0, includes source.
  16395.         Author:  Jan van den Baard
  16396.  
  16397. MenuC        A menu and gadget compiler.  Takes a simple ascii file
  16398.         describing menues and gadgets and creates the appropriate
  16399.         IntuiText structures needed to actually create working
  16400.         menues and gadgets, in either C or assembly source.  This
  16401.         is version 0.8, binary only.
  16402.         Author:  Bruce Mackey
  16403.  
  16404. ToolLib        A shared library containing 45 useful functions for all
  16405.         kinds of programs.  There are functions for ports, sorting,
  16406.         gadgets, memory, string, directory and file handling, etc.
  16407.         Version 7.6, includes source.
  16408.         Author:  Jan van den Baard
  16409. This is disk 439 of the freely distributable AMIGA software library.
  16410. Below is a listing of the significant directories and their contents.
  16411.  
  16412.  
  16413. AIBB        Amiga Intuition Based Benchmarks is a program designed to
  16414.         test various aspects of CPU performance using a full
  16415.         intuition interface.  Tests include "WritePixel", Sieve,
  16416.         Sort, Savage, Dhrystone, and Matrix.  Version 2.0, binary
  16417.         only.
  16418.         Author:  LaMonte Koop
  16419.  
  16420. Curses        A link library containing many of the terminal independant
  16421.         standard "curses" functions.   Designed primarily for
  16422.         those interested in porting UNIX screen based programs to
  16423.         the Amiga.  Version 1.22, an update to version 1.10 on
  16424.         disk 391.  Includes source and examples.
  16425.         Author:  Simon John Raybould
  16426.  
  16427. DeluxeChanger    Converts binary files to assembler, basic, or C source code
  16428.         data initialization statements.  It is useful to add
  16429.         graphics or sound samples to programs as initialized data.
  16430.         Version 1.0, includes source in assembler.
  16431.         Author:  Andreas Ropke
  16432.  
  16433. HDClick        A program selector, typically installed in the startup
  16434.         sequence as the first command.  Has user defined gadgets,
  16435.         a configuration file, an iconify function, and works with
  16436.         both NTSC and PAL systems.  This is version 1.21, binary
  16437.         only.
  16438.         Author:  Claude Mueller
  16439.  
  16440. M2Utils        Various source modules for Benchmark Modula-2.  Includes
  16441.         ColorReq, an interface to the Dissidents color.library;
  16442.         IFFLib, an interface to Christian Webers iff.library; and
  16443.         ARP, an interface to ARP V1.3.
  16444.         Author:  Sascha Wildner
  16445. This is disk 440 of the freely distributable AMIGA software library.
  16446. Below is a listing of the significant directories and their contents.
  16447.  
  16448.  
  16449. 3DPlot        A 3D function plotting program that does hidden line, solid,
  16450.         or contour plots of equations of the form Z=F(X,Y).  You can
  16451.         scale the plot, set plot limits, change rotation, etc.  Can
  16452.         save and load the plots themselves, as well as the data.
  16453.         Version 2.0, includes source.
  16454.         Author:  Randy Finch
  16455.  
  16456. DMake        Matt's version of the UNIX make utility.  Features multiple
  16457.         dependancies, wildcard support, and more.  This is version
  16458.         1.0, an update to version 1.0 on disk 246, but now includes
  16459.         source.
  16460.         Author:  Matt Dillion 
  16461.  
  16462. MegaD        Yet another disk utility program for the Amiga.  This one
  16463.         allows an unlimited number of directories to be accessed
  16464.         simultaneously.  Version 1.01, shareware, binary only.
  16465.         Author:  John L. Jones
  16466. This is disk 441 of the freely distributable AMIGA software library.
  16467. Below is a listing of the significant directories and their contents.
  16468.  
  16469.  
  16470. Deksid        A disk and file hexadecimal editor.  Useful for editing
  16471.         binary files.  Version 1.10, shareware, binary only.
  16472.         Author:  Christian Warren, Marc Dionne
  16473.  
  16474. DiskPrint    Prints labels for 3.5" disks, primarily for PD library
  16475.         disks.  Label data files can be loaded into memory so
  16476.         labels for special disks are available without having to
  16477.         type anything in or without having to wait for AmigaDOS
  16478.         to read in the full directory.  This is version 2.3.5b,
  16479.         an update to version 2.3.5 on disk 433, and fixes a
  16480.         minor problem with some printers.  Shareware, binary only.
  16481.         Author:  Jan Geissler
  16482.  
  16483. Dme        Version 1.42 of Matt's text editor.  Dme is a simple 
  16484.         WYSIWYG editor designed for programmers.  It is not a
  16485.         WYSIWYG word processor in the traditional sense.  Features
  16486.         include arbitrary key mapping, fast scrolling, title-line
  16487.         statistics multiple windows, and ability to iconify windows.
  16488.         Update to version 1.38 on disk number 284, includes source.
  16489.         Author:  Matt Dillon
  16490. This is disk 442 of the freely distributable AMIGA software library.
  16491. Below is a listing of the significant directories and their contents.
  16492.  
  16493.  
  16494. ToolManager    With ToolManager you can add your own programs to the
  16495.         tools menu of the 2.0 Workbench.  Requires Workbench
  16496.         2.0.  Version 1.2, includes source.
  16497.         Author:  Stefan B.
  16498.  
  16499. UUCP        An implementation of uucp for the Amiga, including mail
  16500.         and news.  This is Matt's version for the Amiga, based
  16501.         on William Loftus's Amiga UUCP 0.40 release with news
  16502.         code from his 0.60 release, and months of work by Matt to
  16503.         make fixes and add enhancements.  This is version 1.08D,
  16504.         an update to version 1.06D on disk 360, and consists of
  16505.         three parts.  Parts 1 and 2 are on this disk, and part 3
  16506.         is on disk 443.  Includes source.
  16507.         Author:  Various, major enhancements by Matt Dillon
  16508.  
  16509.  
  16510. This is disk 443 of the freely distributable AMIGA software library.
  16511. Below is a listing of the significant directories and their contents.
  16512.  
  16513.  
  16514. DICE        Dillon's Integrated C Enviroment.  A C frontend, pre-
  16515.         processor, C compiler, assembler, linker, and support
  16516.         libraries.  Features include ANSI compatibility, many
  16517.         code optimizations, and autoinit routines (user routines
  16518.         called during startup before main is called).  This is
  16519.         version 2.06.14, an update to version 2.02 on disk 359.
  16520.         Shareware, binary only.
  16521.         Author:  Matthew Dillon
  16522.  
  16523. UUCP        An implementation of uucp for the Amiga, including mail
  16524.         and news.  This is Matt's version for the Amiga, based
  16525.         on William Loftus's Amiga UUCP 0.40 release with news
  16526.         code from his 0.60 release, and months of work by Matt to
  16527.         make fixes and add enhancements.  This is version 1.08D,
  16528.         an update to version 1.06D on disk 360, and consists of
  16529.         three parts.  Parts 1 and 2 are on disk 442, and part 3
  16530.         is on this disk.  Includes source.
  16531.         Author:  Various, major enhancements by Matt Dillon
  16532. This is disk 444 of the freely distributable AMIGA software library.
  16533. Below is a listing of the significant directories and their contents.
  16534.  
  16535.  
  16536. ChinaChallenge    A game similar to Shanghai or Mahjong.  The goal is to
  16537.         remove all parts of the pile, the so called Dragon, step
  16538.         by step.  This dragon is composed of 120 different game
  16539.         pieces.  You can always find four pieces displaying the
  16540.         same picture or chinese symbols.  This is version II,
  16541.         an update to the version on disk 312.  Changes include
  16542.         some bug fixes, unlimited undo, saving and loading of
  16543.         games, background music, title screen, etc.  Binary only.
  16544.         Author:  Dirk Hoffmann
  16545.  
  16546. EliteBBS    An online message and file handling system.  Features
  16547.         include a message base, private mail, file library,
  16548.         support for xmodem, ymodem, and zmodem, fully buffered
  16549.         serial I/O routines for top speed, time limits, and
  16550.         more.  Version V.31, binary only.
  16551.         Author:  Nick Smith
  16552.  
  16553. MissileCmd    A fast Missile Command game written in assembly.  Features
  16554.         include using a hires interlaced screen, time based events
  16555.         for correct operation on any speed Amiga, multitasking
  16556.         friendly, and sound effects.  Binary only.
  16557.         Author:  Max Bithead
  16558.  
  16559. RegExpLib    Shared library that implements regular expression pattern
  16560.         matching.  Version 1.0, binary only.
  16561.         Author:  Stephen Moehle
  16562.  
  16563. UltraF-4    Demo version of a super graphic based floppy format program
  16564.         that can format four floppy disks at the same time and even
  16565.         format disks that other programs give up on.  Binary only.
  16566.         Author:  Terry Bullard and Signa Bullard
  16567. This is disk 445 of the freely distributable AMIGA software library.
  16568. Below is a listing of the significant directories and their contents.
  16569.  
  16570.  
  16571. MWTape        A tape handler which uses scsi.device to implement serial
  16572.         access to typical streaming tape devices.  Includes source.
  16573.         Author:  Markus Wandel
  16574.  
  16575. OptMouse    A program which allows you to use a Mouse Systems M3 serial
  16576.         mouse on the Amiga and instructions which allow a serial
  16577.         mouse to be modified to plug directly into the Amiga mouse
  16578.         port.  Useful as an example of how to "fake" mouse movements
  16579.         and may be of use in writing drivers for digitizers, light
  16580.         pens, and the like.  Includes source.
  16581.         Author:  Ed Hanway
  16582.  
  16583. Tar        A port of a UNIX tar clone that can work with the TAPE:
  16584.         handler (also on this disk) to read and write UNIX tar
  16585.         compatible tapes.  Includes source.
  16586.         Author:  John Gilmore, FSF, Jonathan Hue, et. al.
  16587.  
  16588. TurboText    An almost fully operational demonstration copy of a new
  16589.         sophisticated text editor for the Amiga.  Features many
  16590.         unique capabilities including an impressive ARexx interface
  16591.         with over 140 commands available, full outlining abilities,
  16592.         clipboard support, complete reconfigurability, recorded
  16593.         macros, programmer's calculator, emulations of many popular
  16594.         text editors, and much more.  This demo version does not
  16595.         allow saving or printing of documents and limits the size
  16596.         of cut and paste operations.  Version 1.0, binary only.
  16597.         Author:  Martin Taillefer
  16598.  
  16599. UUCP        A bug fix for UUCP 1.08 released on disks 442 and 443, which
  16600.         had already been finalized at the time this fix reached me so
  16601.         could not be included there.  Fixes a serious bug in uucico.
  16602.         Author:  Matt Dillon
  16603. This is disk 446 of the freely distributable AMIGA software library.
  16604. Below is a listing of the significant directories and their contents.
  16605.  
  16606.  
  16607. CanonBJ        A printer driver for the Canon BJ series of printers.
  16608.         Faster and supports more graphic and text modes than
  16609.         the standard Commodore driver.  Shareware, binary only.
  16610.         Author:  Wolf Faust
  16611.  
  16612. GamePort    A toolkit with link time and shared libraries that allow
  16613.         easy access to the GamePort device.  Includes examples
  16614.         and test programs.  Version 1.1, binary only.
  16615.         Author:  Paris Bingham
  16616.  
  16617. Input        A toolkit with link time and shared libraries that allow
  16618.         easy access to the Input device.  Includes examples
  16619.         and test programs.  Version 1.1, binary only.
  16620.         Author:  Paris Bingham
  16621.  
  16622. PointerLib    A disk based shared library which provides programmers
  16623.         with easy access to custom pointers and a consistent
  16624.         user selected busy pointer.  Includes source.
  16625.         Author:  Luke Wood
  16626.  
  16627. Post        An excellent PostScript interpreter for the Amiga which
  16628.         implements the full Adobe language.  Supports type 1 and
  16629.         type 3 fonts, screen output, file output, and printer
  16630.         output.  Requires Arp library V39+ and ConMan V1.3+.  This
  16631.         is version 1.4, an update to version 1.3 on disk 408.
  16632.         Includes source in C.
  16633.         Author:  Adrian Aylward
  16634. This is disk 447 of the freely distributable AMIGA software library.
  16635. Below is a listing of the significant directories and their contents.
  16636.  
  16637.  
  16638. AmiBack        Demo version of a new backup utility.  Features include
  16639.         backup to any AmigaDOS compatible device (such as floppies,
  16640.         removable hard disks, fixed media hard disk, and tape
  16641.         drives), no copy protection, configuration files, complete
  16642.         backups, incremental backups, selective backups, file
  16643.         exclusion filter, setting of archive bit, etc.  Demo version
  16644.         does not have restore, compare, or scheduler.  Version 1.0,
  16645.         binary only, requires AmigaDOS 2.0.
  16646.         Author:  MoonLighter Software
  16647.  
  16648. BackPac        Demo version of a new backup program.  Features include
  16649.         intuition interface, data compression, 907K written per
  16650.         floppy, full and incremental backups, full or selected
  16651.         restores, inclusion/exclusion patterns, user defined config
  16652.         files, multitasking friendly.  Version 1.3, binary only.
  16653.         Author:  Canadian Prototype Replicas
  16654.  
  16655. DFC        Disk Format and Copy program.  A nice, general purpose,
  16656.         disk formatter and copier.  This is version 5, an update
  16657.         to the version on disk 131.  Includes source.
  16658.         Author:  Tom Rokicki and Sebastiano Vigna
  16659.  
  16660. FlashBack    Demo version of a new backup utility.  Fully functional
  16661.         version except for the restore operation.  Features include
  16662.         backup of multiple partitions in one pass, backup of non-
  16663.         AmigaDOS partitions, backup to a file, automated unattended
  16664.         backups, pattern matching, and streaming tape support.
  16665.         Version 2.05, binary only.
  16666.         Author:  Leon Frenkel, Advanced Storage Systems
  16667.  
  16668. SMan        A Mandelbrot generation program.  Uses the mouse to select
  16669.         regions within borders of the Mandelbrot set to zoom up
  16670.         to magnifications of 10**19.  Includes math coprocessor
  16671.         support and options to save images as an IFF file.  Shows
  16672.         example of assembly programming of extended precision for
  16673.         the 68881.  Includes source.
  16674.         Author:  David McKinstry
  16675.  
  16676. TCL        Port of Tool Command Language, a simple textual language
  16677.         intended primarily for issuing commands to interactive
  16678.         programs such as text editors, debuggers, illustrators,
  16679.         shells, etc.  It has a simple syntax and is programmable
  16680.         so TCL users can write command procedures to provide more
  16681.         powerful commands than those in the built in set.
  16682.         Alpha 2 version, binary only.
  16683.         Author:  Dr. John Ousterhout, Amiga port by Hackercorp
  16684. This is disk 448 of the freely distributable AMIGA software library.
  16685. Below is a listing of the significant directories and their contents.
  16686.  
  16687.  
  16688. AmigaPet    Another cute screen hack.  Version 2.52b, binary only,
  16689.         source available from author.
  16690.         Author:  Patrick Evans
  16691.  
  16692. FifoDev        FIFO: is like PIPE: but is based on fifo.library rather
  16693.         than its own implementation.  Fifo.library is a general
  16694.         fifo library implementation that supports named fifos,
  16695.         writing to a fifo from a hardware exception, multiple
  16696.         readers on a fifo with each getting the same data stream,
  16697.         efficient reading, and automatic or manual flow control.
  16698.         Programs that require non-blocking IO can access one side
  16699.         of a FIFO: connection via the fifo.library instead of the
  16700.         FIFO: device.  Version 2, an update to version on disk 432.
  16701.         Includes some source.
  16702.         Author:  Matt Dillon
  16703.  
  16704. Mkid        A program identifier database package that provides a logical
  16705.         extension to "ctags".  The ID facility stores the locations
  16706.         for all uses of identifers, preprocessor names, and numbers
  16707.         (in decimal, octal, or hex).  Includes source.
  16708.         Author:  Greg McGary, Amiga port by Randell Jesup
  16709.  
  16710. NightMare    A handy little program that uses "shock" techniques to scare
  16711.         people.  Fun to watch while someone else is using your
  16712.         computer.  Version 1.0, binary only, source available from
  16713.         author.
  16714.         Author:  Patrick Evans
  16715.  
  16716. OnTime        Holds up a task until a given time and then releases it to
  16717.         run.  Version 1.0a, binary only, source available from author.
  16718.         Author:  Patrick Evans
  16719.  
  16720. PicToANSI    Converts a one bit plane 320x200 IFF picture to a file that
  16721.         displays the picture on any ANSI compatible terminal.
  16722.         Binary only, source available from author.
  16723.         Author:  Patrick Evans
  16724.  
  16725. SolitaireX    A solitaire game.  Features include all possible moves shown
  16726.         with a pulsing green box around the card, reshuffle, unlimited
  16727.         undo, and tournament mode.  Binary only.
  16728.         Author:  Stephen Orr, Gregory M. Stelmack
  16729.  
  16730. ST2Amiga    A program to convert Atari ST format relocatable executables
  16731.         to Amiga format relocatable executables, for subsequent
  16732.         loading into the ReSource disassembler and conversion to
  16733.         Amiga.  ST2Amiga should also compile and run on an ST.
  16734.         Version 1.1, includes C source.
  16735.         Author:  David Campbell
  16736.  
  16737. Swish        A small simple screen hack that pushes the screen around
  16738.         using the view port, and simulates a floating motion.
  16739.         Binary only, source available from author.
  16740.         Author:  Patrick Evans
  16741. This is disk 449 of the freely distributable AMIGA software library.
  16742. Below is a listing of the significant directories and their contents.
  16743.  
  16744.  
  16745. Globulus    Demo version of a new arcade game that is reminiscent of
  16746.         the old Q-bert game.  You control a cute little character
  16747.         and hop him around pathways in a diagonal kind of world,
  16748.         while trying to avoid bad things and catch good things.
  16749.         Binary only.
  16750.         Author:  Innerprise
  16751.  
  16752. Handshake    A full featured VT52/VT100/VT102/VT220 terminal emulator.
  16753.         The author has taken great pains to support the full VT102
  16754.         spec.  Supports ANSI colors, screen capture, XPR external
  16755.         protocols, user selectable fonts, ARexx, and more.  This is
  16756.         version 2.20c, an update to version 2.12a on disk number
  16757.         172.  Binary only, shareware.
  16758.         Author:  Eric Haberfellner
  16759.  
  16760. Iff2Ansi    Turns any two-color low-res IFF picture into ANSI text that
  16761.         can be displayed on any ANSI compatible terminal.  This is
  16762.         version 0.1, includes source in assembly.
  16763.         Author: Carnivore/BeerMacht
  16764.  
  16765. Shazam        A picture viewer for Dynamic HiRes images created with
  16766.         Macro Paint, the 4096 color high resolution paint program
  16767.         from Lake Forest Logic.  Version 1.1, includes two sample
  16768.         Dynamic HiRes images and source for display program.
  16769.         Author:  Lake Forest Logic
  16770.  
  16771. WonderSound    Wondersound is an additive harmonic instrument design
  16772.         tool with a separate envelope design window and 16
  16773.         relative harmonic strength and phase angle controls.
  16774.         Version 1.7, an update to version 1.6 on disk 428.
  16775.         Binary only.
  16776.         Author:  Jeffrey Harrington
  16777. This is disk 450 of the freely distributable AMIGA software library.
  16778. Below is a listing of the significant directories and their contents.
  16779.  
  16780.  
  16781. AmyVsWalker    Another cute animation from Eric Schwartz.  This one has
  16782.         Amy the Squirrel attempting to take a wrench to the a
  16783.         "Walker" from "The Empire Strikes Back".
  16784.         Author:  Eric Schwartz
  16785.  
  16786. MinRexx        A simple ARexx interface which can be easily patched into
  16787.         almost any program.  Includes as an example the freedraw
  16788.         program from disk number 1.  This is version 0.4, an
  16789.         update to the version on disk 188.  Includes source.
  16790.         Author:  Tomas Rokicki
  16791.  
  16792. Tabu        Quarter inch cartridge (QIC) tape backup utility.  Works
  16793.         with Microbotics HardFrame.  May work with other controllers
  16794.         as well (untested).  Includes source.
  16795.         Author:  Roy C. Sigsbey
  16796.  
  16797. UUCP        A bug fix for UUCP 1.08 released on disks 442 and 443, which
  16798.         had already been finalized at the time this fix reached me
  16799.         so could not be included there.  Includes a new getty and
  16800.         some bug fixes.
  16801.         Author:  Matt Dillon
  16802. This is disk 451 of the freely distributable AMIGA software library.
  16803. Below is a listing of the significant directories and their contents.
  16804.  
  16805.  
  16806. 'Liner          A shareware outliner whose function is to create outlines
  16807.         for notes or export to other programs.  'Liner can save
  16808.         an outline as ASCII text and is clipboard compatible.
  16809.         This version utilizes a number of AmigaOS 2.0 features and
  16810.         thus requires 2.0.  Support for the new ECS Denise display
  16811.         modes is also included.  Version 2.11, an upgrade to
  16812.         version 2.00 on disk 394.  Includes source in C.
  16813.         Author:  Dave Schreiber
  16814.  
  16815. Convert        Converts 39 different image formats into CBM standard
  16816.         24 bit IFF files for display on devices such as Black
  16817.         Belt Systems HAM-E product.  Version 1.6, binary only.
  16818.         Author:  Pete Patterson and Ben Williams
  16819.  
  16820. ProDrivers    AmigaDOS 1.3 printer drivers for the IBM 4201 and 4202 
  16821.         series of printers.  Version 1.0, binary only.
  16822.         Author:  David White
  16823.  
  16824. RCS        The Revision Control System (RCS) manages multiple
  16825.         revisions of text files. RCS automates the storing,
  16826.         retrieval, logging, identification, and merging of
  16827.         revisions. RCS is useful for text that is revised
  16828.         frequently, for example programs, documentation,
  16829.         graphics, papers, form letters, etc.  This is an update
  16830.         to RCS version 1.2 on disks 281 and 282, and includes
  16831.         only the files that have changed.
  16832.         Author:  Walter Tichy.  Amiga port by Raymond Brand
  16833.              and Rick Schaeffer.
  16834.  
  16835. RRamDisk    Another recoverable ram disk.  This one supports up to 32
  16836.         units and can be autobooted.  Unused sectors are deleted
  16837.         from memory.  The ram disk can be formatted, copied to, or
  16838.         used just like a normal disk drive.  Binary only.
  16839.         Author:  Bob Dayley
  16840.  
  16841. SnoopDos    A utility for monitoring AmigaDOS calls.  In particular,
  16842.         it allows you to see what libraries, devices, fonts,
  16843.         environment variables or startup files a program is
  16844.         looking for.  Very useful when you're trying to install
  16845.         a new application.  Version 1.2, an update to version 1.0
  16846.         on disk 388.  Includes source in C.
  16847.         Author:  Eddy Carroll
  16848. This is disk 452 of the freely distributable AMIGA software library.
  16849. Below is a listing of the significant directories and their contents.
  16850.  
  16851.  
  16852. Budget        A program to help with managing personal finances.
  16853.         Version 1.302, an update to version 1.301 on disk 416.
  16854.         Binary only.
  16855.         Author:  Le Lay Serge Camille
  16856.  
  16857. FLODemo        Floorplan Construction Set demo.  Fully functional except
  16858.         the Save IFF function is disabled and 15 pages of clip
  16859.         rooms have been replaced by a single sample page.  This
  16860.         is version 1.48, binary only.
  16861.         Author:  Jim Hennessey, Gramma Software
  16862.  
  16863. ImageLab    A program which performs image processing on IFF pictures.
  16864.         Includes standard image processing functions such as
  16865.         convolution, averaging, smoothing, enhancement, histograms,
  16866.         FFT's, etc.  Also includes file conversion functions,
  16867.         a clipboard, and other useful functions.  Version 2.4,
  16868.         an update to version 2.2 on disk 243, includes bug fixes,
  16869.         PAL support, overscanned and super-bitmap image support,
  16870.         improved paint operation, better area selection, HAM
  16871.         histograms, and FFTs.  Binary only.
  16872.         Author:  Gary Milliorn
  16873.  
  16874. MandelPAUG    A version of MandFXP with complete online help, a fully
  16875.         implemented Mandelbrot and Julia set "movie mode", and
  16876.         many improvements in the user interface.  Version 2.1,
  16877.         binary only, source available.
  16878.         Author:  Bruce Dawson, Steve Larocque, Jerry Hedden
  16879. This is disk 453 of the freely distributable AMIGA software library.
  16880. Below is a listing of the significant directories and their contents.
  16881.  
  16882. AmigaTration    A "Concentration" like game for the Amiga, where you must
  16883.         locate matching tiles on a grid that can range from 4x4
  16884.         (easy) to 12x12 (difficult).  Version 1.0, binary only.
  16885.         Author:  Gabe Dalbec
  16886.  
  16887. Lemmings    Demo version of an enchanting new game from Psygnosis.
  16888.         The lemmings are cute little guys you have to guide across
  16889.         the screen from one level to the next, over and under and
  16890.         around various obstacles, by using your mouse and changing
  16891.         each lemming's characteristics to get them to perform
  16892.         various useful tasks such as building bridges or digging
  16893.         through obstacles.  Binary only.
  16894.         Author:  Dave Jones, Gary Timmons, Scott Johnston, and
  16895.              Brian Johnston
  16896.  
  16897. ProjMot        A Projectile Motion plotter.  Plots the path of a projectile
  16898.         fired with a variable initial velocity and angle. Display
  16899.         can be scaled, and time can be accelerated.  The program
  16900.         returns the distance traveled and the time it took.  This is
  16901.         version 1.01, includes source.
  16902.         Author:  Chris Hopps
  16903.  
  16904. Quick        A utility program specifically targeted at hard drive users
  16905.         to eliminate the frustration of launching programs on the
  16906.         Amiga.  It eliminates the need to open Workbench windows
  16907.         and/or remember and type in long pathnames to executables.
  16908.         Version 1.0, binary only.
  16909.         Author:  Greg Gorby
  16910. This is disk 454 of the freely distributable AMIGA software library.
  16911. Below is a listing of the significant directories and their contents.
  16912.  
  16913.  
  16914. Decigel        A software fix for programs that use instructions which
  16915.         are priviledged on the 68010/020/030.  Update to the
  16916.         version on disk 18.  Includes source in assembly.
  16917.         Author:  Byrce Nesbitt
  16918.  
  16919. Enforcer    Enforcer uses the MMU to build a shroud of protection
  16920.         over anything that is not legal memory.  Any empty holes
  16921.         in the address space are marked as illegal.  Reads of
  16922.         the system ROMs are allowed, but not writes.  With the
  16923.         exception of longword reads of location 4, the lowest
  16924.         1K of memory is completely protected.  When an illegal
  16925.         access is detected, the power LED will flash and a
  16926.         detailed message will be sent out the serial port.
  16927.         Binary only.
  16928.         Author:  Bryce Nesbitt
  16929.  
  16930. Redaktu        A PostScript program which runs on PixelScript to edit
  16931.         other PostScript programs.  Several examples and a
  16932.         detailed explanation are included.
  16933.         Author:  John Starling
  16934.  
  16935. StillStore    A program designed for freelance, corporate, and broadcast
  16936.         television.  It loads and displays IFF images of any
  16937.         resolution interchangeably from a list file or as inputted
  16938.         directly (I.E. random access).  The user may easily skip
  16939.         forward or backward one or more pictures in the list.  A
  16940.         "generic" display is always just a few seconds away.  The
  16941.         program can be used "on air" with no concern that a pull
  16942.         down menu will suddenly appear in the viewable area.  It
  16943.         also provides for a precise cue for changing windows or
  16944.         screens.  While the main purpose is to load "news windows"
  16945.         of 1/4 screen size, StillStore can also handle full-sized
  16946.         and overscanned images.  Also includes slide show modes and
  16947.         a screen positioning feature.  Stillstore is written in the
  16948.         Director language from the Right Answers Group. This is
  16949.         version 1.2.1, an update to version 1.2 on disk 317.  Binary
  16950.         only, source available from authors.
  16951.         Author:  R. J. (Dick) Bourne and Richard Murray
  16952.  
  16953. Vortex        A universal accented character converter for Amiga, IBM-PC,
  16954.         MacIntosh, and C64 files written in most west european
  16955.         languages (Danish, Finnish, French, German, Italian, Islandic,
  16956.         Norwegian, Spanish, Swedish, and more.  Works with either
  16957.         ASCII or Word Perfect files.  Version 1.5, includes source.
  16958.         Author:  Michel Laliberte
  16959. This is disk 455 of the freely distributable AMIGA software library.
  16960. Below is a listing of the significant directories and their contents.
  16961.  
  16962.  
  16963. AngusCopy    A disk copy program with intuition user interface.
  16964.         Version 2.0, shareware, includes source in Modula II.
  16965.         Author:  Andreas Gunser
  16966.  
  16967. ConvMacF    Converts MacIntosh type 1 Adobe fonts to a format usable on
  16968.         the Amiga.  Reads a compressed MacIntosh format Adobe font
  16969.         file and unpacks it to an ASCII text file, which permits
  16970.         sending the font to a printer as a PostScript program.
  16971.         Includes source.
  16972.         Author:  Unknown, Amiga port by Joe Pearce
  16973.  
  16974. MemMon        A small memory monitor.  Version II, shareware, includes
  16975.         source in Modula II.
  16976.         Author:  Andreas Gunser
  16977.  
  16978. Vlt        VLT is both a VT100 emulator and a Tektronix (4014 plus
  16979.         subset of 4105) emulator, currently in use at SLAC
  16980.         (Stanford Linear Accelerator Center).  Although the VT100
  16981.         part was originally based on Dave Wecker et al.'s VT100,
  16982.         many enhancements were made.  Features include use of ARP,
  16983.         an ARexx port, XMODEM 1K/CRC and Kermit protocols, support
  16984.         for additional serial ports, external file transfer protocols
  16985.         (XPR), a "chat" mode, and scrollback/review/history buffer.
  16986.         It comes in two versions, one with Tektronix emulation, and
  16987.         one without.  The Tektronix emulation allows saving IFF files,
  16988.         PostScript files, and printing bitmaps to the printer.  This
  16989.         is version 5.034, an update to version 4.846 on disk 410.
  16990.         Binary only.
  16991.         Author:  Willy Langeveld
  16992. This is disk 456 of the freely distributable AMIGA software library.
  16993. Below is a listing of the significant directories and their contents.
  16994.  
  16995.  
  16996. CheatSheet    A compilation of cheats, hints, backdoors, helpful bugs,
  16997.         passwords, codes, solves, and walkthroughs for over 150
  16998.         Amiga games.  February 1st, 1991 edition, an update to
  16999.         January 1st edition on disk 431.
  17000.         Author:  Mark Shnayer
  17001.  
  17002. CManual        Parts 1 and 2 of a complete C manual for the Amiga which
  17003.         describes how to open and work with Screens, Windows,
  17004.         Graphics, Gadgets, Requesters, Alerts, Menus, IDCMP,
  17005.         Sprites, VSprites, AmigaDOS, Low Level Graphics Routines,
  17006.         Hints and Tips, etc.  The manual also explains how to use
  17007.         your C Compiler and gives you important information about
  17008.         how the Amiga works and how your programs should be designed.
  17009.         The manual consists of 15 chapters together with more than
  17010.         100 fully executable examples with source code.  When
  17011.         unpacked, the manual and examples nearly fill up four
  17012.         standard Amiga floppies.  This is version 2.0, an update to
  17013.         version 1.0 on disk 337.  Because of its size, it is
  17014.         distributed on two library disks, parts 1 and 2 on disk 456
  17015.         and parts 3 and 4 on disk 457.
  17016.         Author:  Anders Bjerin
  17017. This is disk 457 of the freely distributable AMIGA software library.
  17018. Below is a listing of the significant directories and their contents.
  17019.  
  17020.  
  17021. CManual        Parts 3 and 4 of a complete C manual for the Amiga which
  17022.         describes how to open and work with Screens, Windows,
  17023.         Graphics, Gadgets, Requesters, Alerts, Menus, IDCMP,
  17024.         Sprites, VSprites, AmigaDOS, Low Level Graphics Routines,
  17025.         Hints and Tips, etc.  The manual also explains how to use
  17026.         your C Compiler and gives you important information about
  17027.         how the Amiga works and how your programs should be designed.
  17028.         The manual consists of 15 chapters together with more than
  17029.         100 fully executable examples with source code.  When
  17030.         unpacked, the manual and examples nearly fill up four
  17031.         standard Amiga floppies.  This is version 2.0, an update to
  17032.         version 1.0 on disk 337.  Because of its size, it is
  17033.         distributed on two library disks, parts 1 and 2 on disk 456
  17034.         and parts 3 and 4 on disk 457.
  17035.         Author:  Anders Bjerin
  17036.  
  17037. Line        A shell written to enhance the bare-bones CLI with features
  17038.         that many people find useful in the UNIX csh, including
  17039.         history, aliases, a directory stack, etc.  Version 1.15,
  17040.         includes source.
  17041.         Author:  John D. Aycock
  17042.  
  17043. QuickReq        An "Ask utility" to replace the "ask" command from AmigaDOS.
  17044.         QuickReq can load arguments from files thus making it
  17045.         possible to handle long questions and texts.  Also supports
  17046.         optional line breaks in BodyText, an option to center text
  17047.         to window, DisplayBeep when requester is activated, setting
  17048.         your own FrontPen number, specifying requesters width and
  17049.         height and all kinds of overscan displays.  First public
  17050.         release.  Version 2.0, includes source.
  17051.                 Author:  Markus Aalto
  17052. This is disk 458 of the freely distributable AMIGA software library.
  17053. Below is a listing of the significant directories and their contents.
  17054.  
  17055. ATCopy        A program to copy files from the Amiga side of a system
  17056.         equipped with a PC/AT bridgeboard, to the PC side, using
  17057.         wildcards.  Copies directly through the shared memory.
  17058.         Supports CLI and WorkBench usage.  This is version 2.2,
  17059.         an update to version 2.1 on disk 429.  New features
  17060.         include much faster copying and selection of all options
  17061.         using WorkBench.  Shareware, binary only.
  17062.         Author:  Peter Vorwerk
  17063.  
  17064. Csh        Version 4.02a of a csh like shell derived from Matt Dillon's
  17065.         shell, version 2.07.  This is an update to version 4.01a on
  17066.         disk 331.  Changes include bug fixes, preservation of file
  17067.         protection bits by cp, some new commands, and reformatted
  17068.         documentation.  Includes source.
  17069.         Author:  Matt Dillon, Steve Drew, Carlo Borreo, Cesare Dieni
  17070.  
  17071. GIFMachine    A program that will convert CompuServe GIF image files
  17072.         into IFF SHAM and 24bit ILBMs.  It offers a number of
  17073.         extra options like dithering, horizontal and vertical
  17074.         flip, as well as automatic border removal.  Requires
  17075.         KickStart version 2.0 or greater to run.  This is version
  17076.         2.116, an update to version 2.104 on disk 405.  Includes
  17077.         source.
  17078.         Author:  Christopher Wichura
  17079.  
  17080. TeXify        A package of ARexx scripts, for CygnusEd users, which
  17081.         allows total control of AmigaTex from within CED.  This
  17082.         is version 1.10e, binary only.
  17083.         Author:  Wolf Faust
  17084. This is disk 459 of the freely distributable AMIGA software library.
  17085. Below is a listing of the significant directories and their contents.
  17086.  
  17087.  
  17088. AmiDock        An Amiga version of the NeXT's "dock", but more versatile
  17089.         and not as limited.  Provides you with a number of buttons
  17090.         on the WorkBench screen that, when pressed, will launch
  17091.         other programs.  These buttons are fully configurable to
  17092.         run any program you want.  Version 1.2.4, binary only.
  17093.         Author:  Gary Knight
  17094.  
  17095. Conquest    Lore of Conquest is a war game similar in concept to the
  17096.         board game Risk.  You are the lord of an entire world,
  17097.         destined to rule the galaxy.  Some worlds are virgin fruits,
  17098.         ready for you to colonize.  Some worlds have natives who do
  17099.         not wish to accept your rule, these you must conquer for
  17100.         they will yield more valuable resources.  As you claim the
  17101.         galaxy you will find, you are not the only one extending
  17102.         your dominion.  This is a two-player game, so be prepared
  17103.         to defend yourself and take what is yours!  Version 1.3, an
  17104.         update to version 1.2 on disk 432.  Binary only, shareware.
  17105.         Author:  Michael Bryant
  17106.  
  17107. Rxgen        An ARexx library that allows you to call any function of
  17108.         almost any Amiga library from an ARexx program.  This is
  17109.         version 1.0, binary only.
  17110.         Author:  Francois Rouaix
  17111.  
  17112. XprZmodem    An Amiga shared library which provides ZModem file
  17113.         transfer capability to any XPR-compatible communications
  17114.         program.  This is version 2.10, an update to version 2.0
  17115.         on disk 261.  Includes source.
  17116.         Author:  Rick Huebner
  17117.  
  17118. Zoom        A fast and efficient floppy disk archiving utility based
  17119.         on the data compression / decompression algorithms used by
  17120.         lh.library.  Has an Intuition and a Shell interface, fully
  17121.         supports Kickstart 2.0, is able to add texts and notes to
  17122.         archived output files, knows 66 different bootblock viruses,
  17123.         includes a number of compression parameters (such as
  17124.         encryption of the output file) and a lot more.  Version 4.1,
  17125.         an update to version 3.10 on disk 436. Binary only.
  17126.         Author:  Olaf 'Olsen' Barthel
  17127. This is disk 460 of the freely distributable AMIGA software library.
  17128. Below is a listing of the significant directories and their contents.
  17129.  
  17130.  
  17131. JMenu        This program allows an AmigaDOS script to display a menu,
  17132.         wait for the user to make a selection either with the mouse
  17133.         or the keyboard, and return the selection back to the script
  17134.         through an environment variable.  It can also immediately
  17135.         execute any valid AmigaDOS command based upon the menu
  17136.         selection.  The maximum size of the menu is based on the
  17137.         screen resolution and font size, up to a maximum of 26
  17138.         selections of a maximum of 80 characters each and an optional
  17139.         title area of up to 4 lines.  Version 1.1, binary only.
  17140.         Author:  James Collins
  17141.  
  17142. NetHack        A screen oriented fantasy game where your goal is to grab as
  17143.         much treasure as you can, retrieve the Amulet of Yendor, and
  17144.         escape the Mazes of Menace alive.  On the screen is a map
  17145.         of where you have been and what you have seen on the current
  17146.         dungeon level.  As you explore more of the level, it appears
  17147.         on the screen in front of you.  Nethack generates a new
  17148.         dungeon every time it is played, thus even veteran players
  17149.         will continue to find it entertaining and exciting.  This
  17150.         is version 3.0, patch level 10, an update to version 2.3 on
  17151.         disks 189 and 190.  Binary only, source available.
  17152.         Author:  Various, see documentation.
  17153.  
  17154. ShadowMaker    Demo version of an Intuition based Font shadow generator.
  17155.         In seconds you can convert your favorite fonts into color
  17156.         fonts with professional video shadows built right in.
  17157.         The only restriction for this demo is that the final font
  17158.         height at SAVE times must be less than 40 pixels in height.
  17159.         Version 1.5, an update to version on disk 428.  Binary only.
  17160.         Author:  Stephen Lebans
  17161. This is disk 461 of the freely distributable AMIGA software library.
  17162. Below is a listing of the significant directories and their contents.
  17163.  
  17164. DFrags        Disk Fragmentation reporting utility.  Displays disk
  17165.         fragmentation for both floppy and hard disk devices.
  17166.         Does not attempt to change any data, just gives a report.
  17167.         Version 2.02, shareware, binary only.
  17168.         Author:  Custom Services
  17169.  
  17170. DiskPrint    Prints labels for 3.5" disks, primarily for PD library
  17171.         disks.  Label data files can be loaded into memory so
  17172.         labels for most PD disks are available after a few mouse-
  17173.         clicks.  Features include three different label sizes,
  17174.         default file, different label library functions, Amiga-
  17175.         LibDisk contents read-in and easy handling.  This is
  17176.         version 2.7.2, an update to version 2.3.5b on disk 441.
  17177.         Shareware, binary only.
  17178.         Author:  Jan Geissler
  17179.  
  17180. Logic        A small game that is somewhat reminiscent of "life".
  17181.         Version 2.0, includes source in assembly.
  17182.         Author:  Thomas Jansen
  17183.  
  17184. MandAnim    A Mandelbrot Animation program that allows you to easily
  17185.         generate series of lo-res/16-color pictures.  Features
  17186.         full mouse and/or keyboard operation, zooms, auto-save,
  17187.         high (+cheat) speed, iconization, preview, ease, etc.
  17188.         The generated pictures all remember their positions and
  17189.         settings so they can be reloaded.  This is version 1.2,
  17190.         an update to version 1.1 on disk 387.  Binary only.
  17191.         Author:  Ekke Verheul.
  17192.  
  17193. NewList        A powerful LIST replacement.  Supports many features
  17194.         including sorts, character filters, case sensativity,
  17195.         most options offered by LIST, date construction,
  17196.         UNIX wildcards, and much more.  Sort routines are VERY
  17197.         fast and memory usage is minimal.  Version 4.5, binary
  17198.         only.
  17199.         Author:  Phil Dietz
  17200.  
  17201. SBall        A game using the joystick to control a "bouncing ball".
  17202.         Binary only.
  17203.         Author:  Hertzig Wolfgang and Meisner Christian
  17204.  
  17205. TDraw        An easy to use Window Title Bar Pattern Editor for use
  17206.         with TBar.  Load, save, test, and edit patterns.  Saves
  17207.         script files that can be executed later to change window
  17208.         patterns at anytime (like on boot-up).  Includes TRand,
  17209.         a utility to pick a random TBar file so your WorkBench
  17210.         will look different each time you reboot.  Version 1.0,
  17211.         binary only.
  17212.         Author:  Phil Dietz
  17213.  
  17214. Tron        Another game based on the lightcycle race sequence in the
  17215.         science fiction computer film "Tron".  This is version 1.0,
  17216.         unrelated to other Tron releases in the library.  Includes
  17217.         source in assembly.
  17218.         Author:  Thomas Jansen
  17219. This is disk 462 of the freely distributable AMIGA software library.
  17220. Below is a listing of the significant directories and their contents.
  17221.  
  17222.  
  17223. CacheDisk    Improves floppy disk throughput by caching entire tracks of
  17224.         data.  Buffers disk reads and writes for maximum speed gain
  17225.         and has a user setable number of buffers for each drive.
  17226.         Version 1.0, binary only.
  17227.         Author:  Terry Fisher
  17228.  
  17229. DisTerm        The dissidents telecommunication program.  Has built in
  17230.         phone directory requester, autodial, various file transfer
  17231.         protocols, ascii send and capture, full/half duplex, split
  17232.         window, color requester, macro keys, selectable baud, CR/LF
  17233.         expansion, automatically configured per phone entry.  Binary
  17234.         only.
  17235.         Author:  Jeff Glatt
  17236.  
  17237. Humartia    An arcade game where each player controls a jet and must
  17238.         destroy the opponents jet, which is accomplished when a
  17239.         jet has been hit 75 by either missiles or air mines.
  17240.         Binary only.
  17241.         Author:  Jason Bauer
  17242.  
  17243. SeaLance    Game based on a Trident submarine simulator.  You must use
  17244.         the weapons at your disposal to liberate the earth's cities
  17245.         from alien occupation.  Binary only.
  17246.         Author:  Jason Bauer
  17247.  
  17248. Up&Down        The object of this game is to get four of your chips in a
  17249.         row (across, down, or diagonally) without letting your
  17250.         opponent get his chips in a row first.  Binary only.
  17251.         Author:  Jason Bauer
  17252. This is disk 463 of the freely distributable AMIGA software library.
  17253. Below is a listing of the significant directories and their contents.
  17254.  
  17255.  
  17256. ExecRexx    A program that turns an ARexx script into an executable
  17257.         which can be run from WorkBench or the CLI.  Binary only.
  17258.         Author:  Jeff Glatt
  17259.  
  17260. FileIO        A file requester library based upon an example by R.J. Mical.
  17261.         Has numerous features, including uses other than disk I/O.
  17262.         Version 1.C, update to version 1.9 on disk 393.  Binary only.
  17263.         Author:  Jeff Glatt, Jim Fiore, R.J. Mical
  17264.  
  17265. ILBM        The ilbm reader/writer library 0.5 and examples.  Also can
  17266.         be used for non-ILBM files.  100% compatible with original
  17267.         Electronic Arts code.  Binary only.
  17268.         Author:  Jeff Glatt
  17269.  
  17270. LibTool        A utility that can quickly convert C or assembly code into
  17271.         an Amiga shared library.  Also makes all support files
  17272.         including C and assembly include files, bmap files, Manx and
  17273.         Lattice pragmas, C glue stubs.  Can also make a device.
  17274.         Binary only.
  17275.         Author:  Jeff Glatt
  17276.  
  17277. PrintSpool    A shared library to easily add text or graphics print
  17278.         spooling to any C or assembly program.  Binary only.
  17279.         Author:  Jeff Glatt
  17280.  
  17281. RexxIntuition    An ARexx function library which allows ARexx scripts to open
  17282.         windows/screens, add menus, add proportional, boolean, and
  17283.         string gadgets, use requesters, load/save ILBM pictures, use
  17284.         a color requester, print text in various colors, sizes, and
  17285.         styles, draw colored lines and boxes, print text or graphics,
  17286.         etc.  Binary only.
  17287.         Author:  Jeff Glatt
  17288.  
  17289. RexxLib        A shared library that can be used to easily add an ARexx
  17290.         implementation to any program in a memory efficient manner.
  17291.         Binary only.
  17292.         Author:  Jeff Glatt
  17293. This is disk 464 of the freely distributable AMIGA software library.
  17294. Below is a listing of the significant directories and their contents.
  17295.  
  17296.  
  17297. Cross        A program that creates crossword puzzles.  Has a message
  17298.         data file to allow easy translation into almost any human
  17299.         language, with English and German currently supported.
  17300.         This is version 3.3, includes source in M2Amiga Modula-2.
  17301.         Author:  Jurgen Weinelt
  17302.  
  17303. FileWindow    A completely public domain file requester which may be used
  17304.         in any program, even commercial ones.  It uses dynamically
  17305.         allocated memory to hold the file names so the only limitation
  17306.         is the amount of memory available.  Includes a filter option
  17307.         to limit display of filenames to only ones with a specific
  17308.         extension.  Names are automatically sorted while they are
  17309.         being read and displayed.  This version has been enhanced
  17310.         by Bernd Schied for more device gadgets, renaming of files
  17311.         and directories, ANSI-C source, and more.  Update to version
  17312.         1.10 on disk 336.  Includes source.
  17313.         Author:  Anders Bjerin, Bernd Schied
  17314.  
  17315. PictureEditor    An "object-oriented" paint program that allows you to
  17316.         create, modify, load, and save hierarchical structured
  17317.         picture objects.  Version 1.12, shareware, binary only.
  17318.         Author:  Hans W. Stremlau
  17319.  
  17320. Scan        CLI utility to display the individual character contents 
  17321.         of any file.  Displays the ASCII and Hex values, count and
  17322.         percentage of total along with actual character (if 
  17323.         displayable).  Listing is displayed on a console window or
  17324.         optionally written to an output file.  Possible uses would
  17325.         be to scan files for binary characters, relative character
  17326.         counts, matching numbers of special characters, determining
  17327.         LF/CR configurations, etc.  Version 1.0, includes source.
  17328.         Author:  Dan Fish, console routine by Jim Cooper
  17329. This is disk 465 of the freely distributable AMIGA software library.
  17330. Below is a listing of the significant directories and their contents.
  17331.  
  17332.  
  17333. FCS        Prerelease version of an iterated Fractal Construction
  17334.         Set program, used to generate iterated fractal images
  17335.         such as Sierpinski's triangle, ferns, etc.  This is
  17336.         version 0.99, binary only.
  17337.         Author:  Garth Thornton
  17338.  
  17339. Lz        An lharc compatible archiver that is reported to be much
  17340.         faster than other available archivers and produce smaller
  17341.         archives.  Version 1.01, shareware, binary only.
  17342.         Author:  Jonathan Forbes
  17343.  
  17344. MRBackUp    A hard disk backup utility that does a file by file copy
  17345.         to standard AmigaDOS floppy disks.  Includes an intuition
  17346.         interface and file compression.  Version 5.02a, an update
  17347.         to version 3.4 on disk 327.  Shareware, binary only.
  17348.         Author:  Mark Rinfret
  17349.  
  17350. TextPlus    A word processor for the Amiga, with both German and 
  17351.         English versions.  TextPlus enables you to write letters,
  17352.         books, programs etc. in a very easy and comfortable way.
  17353.         This is version 2.2E, the same as on disk 375.  However,
  17354.         this release includes the source (the description on
  17355.         disk 375 claims the source is included but it was not).
  17356.         Author:  Martin Steppler
  17357. This is disk 466 of the freely distributable AMIGA software library.
  17358. Below is a listing of the significant directories and their contents.
  17359.  
  17360.  
  17361. DICE        Dillon's Integrated C Enviroment.  A C frontend, pre-
  17362.         processor, C compiler, assembler, linker, and support
  17363.         libraries.  Features include ANSI compatibility, many
  17364.         code optimizations, and autoinit routines (user routines
  17365.         called during startup before main is called).  This is
  17366.         version 2.06.15 (2.06B), an update to version 2.06.14 on
  17367.         disk 443.  Shareware, binary only.
  17368.         Author:  Matthew Dillon
  17369.  
  17370. HamLabDemo    Demo version of an expandable image format conversion
  17371.         utility.  Converts GIF, TIFF, PBMPLUS, Spectrum 512, MTV,
  17372.         QRT, and Sun images into HAM and SHAM.  Images can be
  17373.         scaled, dithered, color corrected, and cropped.  This
  17374.         demo version is limited to processing images of 512 by
  17375.         512 pixels or less.  Version 1.1, shareware, binary only.
  17376.         Author:  J. Edward Hanway
  17377.  
  17378. Mosaic        Mosaic is a game played with a set of 81 two-by-two tiles
  17379.         on a 24-by-24 playing area.  The objective of the game is
  17380.         to place your tiles such that squares of the same pattern
  17381.         are connected as much as possible.  Version 1.0, includes
  17382.         source.
  17383.         Author:  Kirk Johnson and Loren J. Rittle
  17384.  
  17385. StopWatch    A stop watch application with the precision of one milli-
  17386.         second (variable), which scans the joystick button.  Full
  17387.         multitasking capability and intuition interfacing, ARexx
  17388.         port for parameter and result handling, and supports all
  17389.         non-proportional WorkBench fonts.  Written in Modula 2 and
  17390.         assembly language.  Version 2.0, binary only.
  17391.         Author:  Christian Danner
  17392. This is disk 467 of the freely distributable AMIGA software library.
  17393. Below is a listing of the significant directories and their contents.
  17394.  
  17395.  
  17396. Multiplot    An intuitive data plotting program featuring flexible input
  17397.         options, arbitrary text addition, automatic scaling, zoom
  17398.         and slide with clipping at boundaries, a range of output
  17399.         file formats and publication quality printed output.
  17400.         Workbench printers are supported via transparent use of
  17401.         the PLT: device.  This is version XLNd, an update to version
  17402.         XLNc on disk 373. Includes bug fixes, many new features,
  17403.         postscript and HP LaserJet III support, logarithmic axes.
  17404.         Author:  Alan Baxter, Tim Mooney, Rich Champeaux, Jim Miller
  17405.  
  17406. PowerSnap    A utility that allows you to use the mouse to mark characters
  17407.         anywhere on the screen, and then paste them somewhere else,
  17408.         such as in another CLI or in a string gadget.  Checks what
  17409.         font is used in the window you snap from and will look for
  17410.         the position of the characters automatically.  Recognizes all
  17411.         non proportional fonts of up to 24 pixels wide and of any
  17412.         height.  Works with AmigaDOS 2.0 in both shell and WorkBench
  17413.         environments.  Version 1.0, binary only.
  17414.         Author:  Nico Francois
  17415. This is disk 468 of the freely distributable AMIGA software library.
  17416. Below is a listing of the significant directories and their contents.
  17417.  
  17418.  
  17419. Post        An excellent PostScript interpreter for the Amiga which
  17420.         implements the full Adobe language.  Supports type 1 and
  17421.         type 3 fonts, screen output, file output, and printer
  17422.         output.  Requires Arp library V39+ and ConMan V1.3+.  This
  17423.         is version 1.5, an update to version 1.4 on disk 446.
  17424.         Changes include better type 1 font rendering and some bug
  17425.         fixes.  Includes source in C.
  17426.         Author:  Adrian Aylward
  17427.  
  17428. Vlt        Vlt version 5.045, a partial update to version 5.034 on
  17429.         disk 455.  Includes new executables with and without
  17430.         Tektronix emulation, and a new xprascii library.  You
  17431.         still need the files from disk 455 to make a complete
  17432.         distribution.  Binary only.
  17433.         Author:  Willy Langeveld
  17434. This is disk 469 of the freely distributable AMIGA software library.
  17435. Below is a listing of the significant directories and their contents.
  17436.  
  17437.  
  17438. AirAce        A fast paced WWI biplane shoot'em up game built using
  17439.         Accolade's Shoot'Em Up Construction Kit.  Binary only.
  17440.         Author:  Robert Grace
  17441.  
  17442. FastLife    A fast life program featuring an intuition interface, four
  17443.         screen sizes, 19 generations/second, and 153 patterns in
  17444.         text file format.  Version 1.0, binary only.
  17445.         Author:  Ron Charlton
  17446.  
  17447. Triangle    A game like chinese checkers, consisting of fourteen pegs
  17448.         and one empty hole in a triangular formation.  The object
  17449.         of the game is to leave one peg in the original empty hole
  17450.         or have eight pegs on the board and no possible moves.
  17451.         Version 1.1, includes source in BASIC.
  17452.         Author:  Russell Mason
  17453.  
  17454. WordPuzzle    The object of this game is to find a word in a puzzle
  17455.         arrangement.  There are three different variations of the
  17456.         game.  Version 1.1, includes source in BASIC.
  17457.         Author:  Russell Mason
  17458. This is disk 470 of the freely distributable AMIGA software library.
  17459. Below is a listing of the significant directories and their contents.
  17460.  
  17461.  
  17462. BCF        FORTRAN-77 compiler, linker, and runtime support library.
  17463.         No Amiga specific hooks, just vanilla FORTRAN.  ANSI
  17464.         compatible with extensions.  Version 1.3c, binary only.
  17465.         Author:  Andre Kostli
  17466.  
  17467. KeyMenu        An alternative to Intuition's method of menu selection via
  17468.         the keyboard.  Uses one key to activate the menu for the
  17469.         currently active window, the cursor keys to move through
  17470.         the menu as you choose, and the return key to select the
  17471.         desired menu item or escape key to abort selection.  Works
  17472.         with AmigaDOS 2.0 mouse accelerator and has option to blank
  17473.         Intuition's pointer.  Version 1.03, includes assembly source.
  17474.         Author:  Ken Lowther
  17475.  
  17476. TripleYachtZ    An implementation and variation of the game "Yacht".  Plays
  17477.         both Single (the standard game) and Triple, which differs
  17478.         from normal Yacht-Z in that all scores in the 3rd column of
  17479.         your scorecard are worth three times as much as the normal
  17480.         value and those in the 2nd are worth double.  Version 1.2,
  17481.         binary only, source available from author.
  17482.         Author:  Stephan Iannce
  17483. This is disk 471 of the freely distributable AMIGA software library.
  17484. Below is a listing of the significant directories and their contents.
  17485.  
  17486.  
  17487. BTNTape        A "Better Than Nothing" SCSI tape device handler.  It
  17488.         provides flat file access to a SCSI tape drive from
  17489.         application programs using simple DOS calls to Read()
  17490.         and Write().  It can also be used with the Amiga TAR
  17491.         utility for disk backups.  It requires a "SCSI-direct"
  17492.         compatible SCSI bus adapter but will also work with the
  17493.         A2090(A).  It now supports many more tape drives, and has
  17494.         some new features.  This is version 2.0, an update to
  17495.         version 1.0 on disk 392.  Includes source.
  17496.         Author:  Robert Rethemeyer
  17497.  
  17498. MachIII        A "mouse accelerator" program that also includes hotkeys,
  17499.         features of sun mouse, clicktofront, popcli, title bar
  17500.         clock with a bbs online charge accumulator, Arexx support
  17501.         and much more.  Updates for Workbench 2.0 have been added
  17502.         along with many fixes and new features.  This is version
  17503.         3.1, an update to version 3.0 on disk 378.  Binary only.
  17504.         Author:  Brian Moats and Polyglot software
  17505.  
  17506. MoleWt        MoleWt is a molecular weight calculator.  The program
  17507.         accepts a chemical formula and returns the molecular weight.
  17508.         This is version 1.01, binary only.
  17509.         Author:  John Kennan
  17510.  
  17511. Uedit        A nice shareware editor with learn mode, a command
  17512.         language, menu customization, hypertext, online help,
  17513.         a teach mode, split windows, copy and paste, undo,
  17514.         features.  This is version 2.6e, an update to version
  17515.         2.6c on disk 415.  Binary only.
  17516.         Author:  Rick Stiles
  17517. This is disk 472 of the freely distributable AMIGA software library.
  17518. Below is a listing of the significant directories and their contents.
  17519.  
  17520.  
  17521. CNewsBin    This is part 1 of a C News distribution for the Amiga.
  17522.         This part includes all the binary and text files necessary
  17523.         to set up and run C News.  Part 2 is available on disk 473
  17524.         and contains the source.  C News uses UUCP, such as Matt
  17525.         Dillons implementation (see disks 479 and 480)  or that
  17526.         included with this software's previous version (disk 319).
  17527.         This package has been reworked and now includes a newsreader,
  17528.         AmigaRN (Sharware).  All major (and a few minor) features of
  17529.         Unix C News are implemented.  The Author refers to this as
  17530.         release 15-Dec-90, an update to the orginal version on disks
  17531.         318 and 319.
  17532.         Author:  Various, Amiga port by Frank Edwards
  17533.  
  17534. ICalc        An expression calculator that works with real and complex
  17535.         numbers, has arbitrarily-named variables and user-defined
  17536.         functions, startup files and more.  Version 1.0, includes
  17537.         source.
  17538.         Author:  Martin Scott
  17539.  
  17540. IFFBeep        A small utility that lets you replace the screen flash of
  17541.         DisplayBeep() with any IFF 8SVX sound file.  Also plays
  17542.         sounds on disk insertion/removal.  It can be run from the CLI
  17543.         or Workbench and includes an interactive "control panel".
  17544.         Version 2.0, binary only.
  17545.         Author:  Paul Wilkinson
  17546. This is disk 473 of the freely distributable AMIGA software library.
  17547. Below is a listing of the significant directories and their contents.
  17548.  
  17549.  
  17550. BigBrother    A virus infection detection program with some optional
  17551.         utilities.  It runs as a normal task and checks every
  17552.         1 second the important memory locations in the Amiga.
  17553.         As a bonus, BigBrother is capable of starting a new shell,
  17554.         starting script files, viewing and installing bootblocks.
  17555.         All this in a program less than 10K.  Includes assembly
  17556.         source.
  17557.         Author:  Erwin van Breemen
  17558.  
  17559. CNewsSrc    This is part 2 of a C News distribution for the Amiga.
  17560.         This part includes all the source for C News.  Part 1 is
  17561.         available on disk 472 and includes all the binary and text
  17562.         files necessary to set up and run C News on the Amiga.
  17563.         CNews uses UUCP, such as Matt Dillons implementation (see
  17564.         disks 479 and 480) or that included with this sofware's
  17565.         previous version (disk 319).  This package has been reworked
  17566.         and now includes a newsreader, AmigaRN (Sharware).  All
  17567.         major (and a few minor) features of Unix C News are
  17568.         implemented.  The Author refers to this as release 15-Dec-90,
  17569.         an update to the orginal version on disks 318 and 319.
  17570.         Author:  Various, Amiga port by Frank Edwards
  17571.  
  17572. Family_Sol    A preliminary version of the Authors "Family Solitair"
  17573.         card game.  A standard game of Solitair with options for
  17574.         multiple players, sound etc.  Binary only.
  17575.         Author:  Errol Wallingford
  17576.  
  17577. MissileCmd    A fast Missile Command game written in assembly.  Features
  17578.         include using a hires interlaced screen, time based events
  17579.         for correct operation on any speed Amiga, multitasking
  17580.         friendly, and sound effects.  This is version 2, an update
  17581.         to the version on disk 444, with bug fixes and enhancements.
  17582.         Binary only.
  17583.         Author:  Max Bithead
  17584. This is disk 474 of the freely distributable AMIGA software library.
  17585. Below is a listing of the significant directories and their contents.
  17586.  
  17587.  
  17588. Aequipot    A program that renders multicolor pictures using an algorithm
  17589.         based on electrostatic effects.  Renders in low-res and high-
  17590.         res, and in two speed/quality modes.  Includes both PAL and
  17591.         NTSC versions of the program. English and German docs. This
  17592.         is version 1.06, includes source in PCQ, freeware.
  17593.         Author:  Juergen Matern
  17594.  
  17595. AmiDock        AmiDock is an Amiga version of the NeXT's Dock facility.
  17596.         It will open up a small window on your WorkBench full
  17597.         of little IFF brushes, Each brush represents an application,
  17598.         like an ICON but it's a brush. Click on the brush and your
  17599.         application will start.  This is version 1.2.4. Shareware,
  17600.         binary only.
  17601.         Author:  Gary Knight
  17602.  
  17603. CrcLists    Complete CRC check files for disks 401-470 using the brik
  17604.         program.  These were made directly from my master disks.
  17605.         This is an update to the lists on disk 401.
  17606.         Author:  Fred Fish
  17607.  
  17608. Enforcer    Detects/protects against illegal memory hits. Compatible
  17609.         with all OS versions & machines (requires a Memory Management
  17610.         Unit or 68030 processor).  The low 1K of memory and all
  17611.         areas that are not RAM are protected from CPU reads or
  17612.         writes.  ROM is marked as read-only.  Version 2.6f, binary
  17613.         only.
  17614.         Author:  Bryce Nesbitt
  17615.  
  17616. GreekFont    A 12 point font with Greek letters.  Version 1.0.
  17617.         Author:  Daniel Moosbrugger
  17618.  
  17619. Imperium    Strategic, "RISK" style game for up to four players.
  17620.         Based in the ancient times of Rome, Athens, Alexandria
  17621.         and Carthago.  Binary only, shareware ($10), Manx-C source
  17622.         available from the author. English version 1.66E and German
  17623.         version 1.79D. Update to version 1.50E on Disk 362.
  17624.         Author:  Roland Richter
  17625. This is disk 475 of the freely distributable AMIGA software library.
  17626. Below is a listing of the significant directories and their contents.
  17627.  
  17628.  
  17629. AssignX        A 2.0-only utility to create assignments when you get a
  17630.         "Please insert volume" requester.  Also lets you cancel the
  17631.         request, forever.  Installs by dropping into your WBStartup
  17632.         drawer.  This is version 1.0, includes source.
  17633.         Author:  Steve Tibbett
  17634.  
  17635. Blankette    VERY tiny screen blanker/dimmer.  Very nice on your system,
  17636.         very little CPU time, compatible with just about everything.
  17637.         Dims screen rather than going black.  Includes assembler
  17638.         source.
  17639.         Author:  Max Bithead
  17640.  
  17641. CITAS        Convert ILBM To Assembler Source.  CITAS allows one to
  17642.         easily put graphics into his/her own programs.  CITAS
  17643.         takes a standard IFF ILBM image file and converts it into
  17644.         either assembler or 'C' source code.  Designed for blitter
  17645.         image control, all of the necessary labels are generated,
  17646.         along with color map information, mask generation, and other
  17647.         options.  This is version 2.0, shareware, binary only.
  17648.         Author:  Max Bithead
  17649.  
  17650. GadgetED    A program for creating and editing intuition gadgets.
  17651.         Includes a palette editor, generation of either C or
  17652.         assembly source, and binary saving for later loading
  17653.         and editing.  Also comes with "PatchGE", a program for
  17654.         converting the original format of GadgetED binaries to
  17655.         be loadable by this and future versions.  Version 2.3,
  17656.         an update to version 2.0 on disk 438, includes source.
  17657.         Author:  Jan van den Baard
  17658.  
  17659. ToolLib        A shared library containing 45 useful functions for all
  17660.         kinds of programs.  There are functions for ports, sorting,
  17661.         gadgets, memory, string, directory and file handling, etc.
  17662.         Version 8.1, an update to version 7.6 on disk 438, includes
  17663.         source.
  17664.         Author:  Jan van den Baard
  17665. This is disk 476 of the freely distributable AMIGA software library.
  17666. Below is a listing of the significant directories and their contents.
  17667.  
  17668.  
  17669. Browser        A programmer's "Workbench".  Allows you to easily and
  17670.         conveniently move, copy, rename, and delete files &
  17671.         directories from a CLI environment.  Also provides a
  17672.         method to execute either Workbench or CLI programs.
  17673.         Version 1.7, an update to version on disk number 180,
  17674.         binary only.
  17675.         Author:  Peter da Silva
  17676.  
  17677. MED        A music editor much like SoundTracker.  A song consists
  17678.         of up to 50 blocks of music, which can be played in any
  17679.         order.  Editing features include cut/paste/copy tracks
  17680.         or blocks, changing the vibrato, tempo, crescendo, and
  17681.         note volume.  Other features include switching of the
  17682.         low-pass-filter on or off on a per song basis, and a cute
  17683.         little animated pointer of a guy doing "jumping jacks" in
  17684.         time to the music!  Improvements include AmigaDos 2.0
  17685.         compatibility.  This is version 3.00, an update to
  17686.         version 2.13 on disk 424.  Binary only.
  17687.         Author:  Teijo Kinnunen
  17688.  
  17689. Mostra        Mostra is a shareware IFF utility featuring real-time
  17690.         unpacking scroll, dozens of options, "smart" analysis of
  17691.         any IFF file (FORMs, LISTs,...  also nested ILBM!), total
  17692.         control over display modes, simple slideshow processing,
  17693.         pattern matching, SHAM, an external link to show Dynamic
  17694.         Mode pictures, double buffering, fast decompression, color
  17695.         cycling, TeXdocs, startup files for easy custom configur-
  17696.         ations and complete WB support, through ToolTypes and
  17697.         Style icons!  This is version 1.14, an update to version
  17698.         1.0 on disk 330.  Binary only.
  17699.         Author:  Sebastiano Vigna 
  17700.  
  17701. ToolManager    ToolManager is a full featured program to add programs
  17702.         (either WorkBench or CLI) to the tools menu of the 2.x
  17703.         WorkBench.  Programs can be added by dragging their icons
  17704.         onto the ToolManager "config" window or the optional
  17705.         ToolManager icon or by editing the config file.  Requires
  17706.         Workbench 2.0.  This is version 1.3, an update to the 
  17707.         version on disk 442.  Includes source.
  17708.         Author:  Stefan Becker
  17709. This is disk 477 of the freely distributable AMIGA software library.
  17710. Below is a listing of the significant directories and their contents.
  17711.  
  17712.  
  17713. IRMaster    This is a hardware/software project to allow the Amiga
  17714.         to read an infrared remote control via the parallel port.
  17715.         Includes an ILBM of the schematic for a simple interface
  17716.         to the A1000 parallel port, some modifications are needed
  17717.         for other Amigas.  The source code and executable for
  17718.         a reader program are included.  For further functionality
  17719.         modifications to the source can be performed.
  17720.         Author:  Ron Peterson
  17721.  
  17722. MegaBall    This is a new version of the game "Ball" by the same
  17723.         author.  It is a Breakout type game, and is very good.
  17724.         Complete with impressive sound.  This one's addicting.
  17725.         Binary only.
  17726.         Author:  Ed Mackey
  17727.  
  17728. NoDelete    This program pops up a requestor to alert you of a file
  17729.         deletion being attempted via DeleteFile() and allows you
  17730.         accept or cancel it.  This also pertains to any files you
  17731.         attempt to delete via "delete".  Version 1.5a source is
  17732.         included.
  17733.         Author:  Uwe Sch"urkamp
  17734. This is disk 478 of the freely distributable AMIGA software library.
  17735. Below is a listing of the significant directories and their contents.
  17736.  
  17737.  
  17738. LSlabel        A simple label printing utility.  Very powerful as the user
  17739.         can/must do a lot of settings by himself.  Features include
  17740.         variable linefeeds (in 1/216 inch steps), a very exactly
  17741.         setting of the label length and freely configurable printer
  17742.         codes.  Version 1.0, binary only.
  17743.         Author:  Stefan Berendes.
  17744.  
  17745. MED-Songs    A selection of musical pieces created with MED, the musical
  17746.         editor program (see disk 476 for MED 3.00).  Includes
  17747.         MEDPlayer version 3.0.
  17748.         Author:  Hans-H. Adam 
  17749.  
  17750. MP        A small, useful utility for sending any MIDI data back and
  17751.         forth between an Amiga and a MIDI instrument.  Helpful for
  17752.         learning about MIDI, writing/debugging MIDI software,
  17753.         figuring out your instrument's system-exclusive implementa-
  17754.         tion, and more.  Very versatile.  Version 1.0, includes
  17755.         source.
  17756.         Author:  Daniel J. Barrett
  17757.  
  17758. NewList        A powerful LIST replacement.  Supports many features
  17759.         including sorts, character filters, case sensitivity,
  17760.         most options offered by LIST, date construction, UNIX
  17761.         wildcards, and much more.  Sort routines are very fast
  17762.         and memory usage is minimal.  Version 4.9, an update
  17763.         to version 4.5 on disk 461.  Binary only.
  17764.         Author:  Phil Dietz
  17765. This is disk 479 of the freely distributable AMIGA software library.
  17766. Below is a listing of the significant directories and their contents.
  17767.  
  17768.  
  17769. CheckPrt    A small program for checking the presence of a parallel
  17770.         printer from within a script file.  Binary only.
  17771.         Author:  Tom Kroener
  17772.  
  17773. TDP        A small trackdisplay program that uses whatever screen is
  17774.         up front.  Binary only.
  17775.         Author:  Tom Kroener
  17776.  
  17777. UUCP        An implementation of uucp for the Amiga, including mail
  17778.         and news.  This is Matt's version for the Amiga, based
  17779.         on William Loftus's Amiga UUCP 0.40 release with news
  17780.         code from his 0.60 release, and months of work by Matt to
  17781.         make fixes and add enhancements.  This is version 1.13D,
  17782.         an update to version 1.08D on disk 442, and consists of
  17783.         four parts.  Parts 1 and 2 are on this disk, and parts 3
  17784.         and 4 are on disk 480.  Includes source.
  17785.         Author:  Various, major enhancements by Matt Dillon
  17786. This is disk 480 of the freely distributable AMIGA software library.
  17787. Below is a listing of the significant directories and their contents.
  17788.  
  17789.  
  17790. Cryptor        A program that encrypts and decrypts data (files).  It
  17791.         uses a mathematical algorithm with password key protection.
  17792.         Has both English and German versions and documentation.
  17793.         This is version 1.0, binary only.
  17794.         Author:  Thomas Schossow
  17795.  
  17796. NoCare        This utility speeds up your windowing environment.  The
  17797.         OpenWindow vector is patched.  When someone tries to open
  17798.         a window in the workbench screen, the lower refreshbit in
  17799.         the nw_Flags field is cleared.  This way, only NOCAREREFRESH
  17800.         windows will be opened, resulting in faster window movements.
  17801.         Windows opened in customscreens are not affected.  This is
  17802.         version 1.5.  Assembly source included.
  17803.         Author:  Raymond Hoving
  17804.  
  17805. TplEdit        A gadtools template editor.  It is able to generate nearly
  17806.         standalone C source code.  The program will only run under
  17807.         OS 2.0, Kickstart 37.73 or higher.  This is version 1.00
  17808.         Alpha.  Includes source.
  17809.         Author:  Matt Dillon 
  17810.  
  17811. UUCP        An implementation of uucp for the Amiga, including mail
  17812.         and news.  This is Matt's version for the Amiga, based
  17813.         on William Loftus's Amiga UUCP 0.40 release with news
  17814.         code from his 0.60 release, and months of work by Matt to
  17815.         make fixes and add enhancements.  This is version 1.13D,
  17816.         an update to version 1.08D on disk 442, and consists of
  17817.         four parts.  Parts 1 and 2 are on disk 479, and parts 3
  17818.         and 4 are on this disk.  Includes source.
  17819.         Author:  Various, major enhancements by Matt Dillon
  17820. This is disk 481 of the freely distributable AMIGA software library.
  17821. Below is a listing of the significant directories and their contents.
  17822.  
  17823.  
  17824. K1        An editor program for the Kawai K1-II synthesizer.  Includes
  17825.         a bankloader for single-patches and multi-patches, a single-
  17826.         patch editor, a multi-patch editor, and support for the
  17827.         effect-session and K1 controllers.  Version 4.8, binary
  17828.         only.
  17829.         Author:  Andreas Jung
  17830.  
  17831. MCP        A "TRON" like cycle race game for up to four players.
  17832.         Version 13.76, update to version on disk 338, includes
  17833.         source in assembly.
  17834.         Author:  Jorg Sixt
  17835.  
  17836. TLPatch        A utility to allow corrections in pronunciation for programs
  17837.         that use the Translate() function.  It allows you to extract
  17838.         the exception table from the translator.library, use a text
  17839.         editor to edit the table, and then restore it back into the
  17840.         library.  Version 1.0, includes source.
  17841.         Author:  Richard Sheppard
  17842.  
  17843. WaveMaker    WaveMaker is intended to give beginning music and physics
  17844.         students a "hands on" feel for how complex waves are made
  17845.         by adding a harmonic series of sine waves.  A fundamental
  17846.         and up to seven harmonics are available.  The resulting
  17847.         waveform can be displayed on the screen or played on the
  17848.         audio device using the keyboard like a piano.  A game mode
  17849.         is also provided.  Version 1.2, an update to version 1.1 on
  17850.         disk 318, with several bugs fixed, more efficient code, and
  17851.         a new display option.  Includes source.
  17852.         Author:  Thomas Meyer
  17853. This is disk 482 of the freely distributable AMIGA software library.
  17854. Below is a listing of the significant directories and their contents.
  17855.  
  17856.  
  17857. Ephemer        A program which calculates the positions of the sun, moon,
  17858.         and planets for any date and any place.  Includes source
  17859.         in HiSoft BASIC.
  17860.         Author:  Yvon Alemany
  17861.  
  17862. Molec3D        An interactive 3D solid modelling program for molecules.
  17863.         Produces a graphic, three dimensional representation of
  17864.         molecules, based on 3D coordinates data from geometry
  17865.         optimization programs, X-ray measurements, or any other
  17866.         source.  Can handle up to 500 atoms at a time.  Requires
  17867.         1Mb or more of memory.  Version 1.022, binary only.
  17868.         Author:  Stefan Abrecht
  17869. This is disk 483 of the freely distributable AMIGA software library.
  17870. Below is a listing of the significant directories and their contents.
  17871.  
  17872.  
  17873. ButExchange    An input handler to help left handed Amiga users.  It reverses
  17874.         the function of the mouse buttons, so that the left button
  17875.         becomes the right and vice versa.  Very small, uses only 168
  17876.         bytes of memory.  Version 1.0, includes source in assembler.
  17877.         Author:  Preben Nielsen
  17878.  
  17879. ColorSamples    A few executable color samples made by ColorCatch from disk
  17880.         396.  Contains the 'old' colors from kickstart 1.3 and the
  17881.         'new' colors from kickstart 2.0.  Very useful because some
  17882.         programs/icons look awful when displayed in colors other
  17883.         than the ones they were created for.
  17884.         Author:  Preben Nielsen
  17885.  
  17886. InputLock    An input handler to help Amiga users who have cats other pets
  17887.         (or children) that mess with the Amiga as soon as it is left
  17888.         for a second.  It installs an input handler which lets you
  17889.         lock the keyboard and mouse by pressing a few buttons.  Very
  17890.         small, uses only 190 bytes of memory.  Version 1.0, includes
  17891.         source in assembler.
  17892.         Author:  Preben Nielsen
  17893.  
  17894. MED        MED is a music editor that can be used to compose music for
  17895.         demos/games etc.  It can be used as a stand-alone music
  17896.          program as well.  The features include built-in sample editor,
  17897.         synthetic sound editor, MIDI support (up to 16 tracks), and
  17898.         options to read/write NoiseTracker modules.  Included are
  17899.         routines that allow programmers to easily incorporate music
  17900.         made with MED in their programs.  This is version 3.10, an
  17901.         update to version 3.00 on disk 476.  Binary only.
  17902.         Author:  Teijo Kinnunen
  17903.  
  17904. MouseXY        A small utility that opens a little window in which it shows
  17905.         the mouse coordinates and the color at that position.  It can
  17906.         be moved from screen to screen and is able to show coordinates
  17907.         even when you are moving/resizing windows or moving Workbench
  17908.         icons.  Version 1.0, includes source in assembler.
  17909.         Author:  Preben Nielsen
  17910.  
  17911. PicSaver    A small utility that allows you cut rectangular portions of
  17912.         any screen and store them on disk as IFF ILBM files.  Also
  17913.         allows easy saving of windows and entire screens to disk.
  17914.         Version 1.0, includes source in assembler.
  17915.         Author:  Preben Nielsen
  17916.  
  17917. PointerX    Spins the hands of any pointer that looks like the standard
  17918.         AmigaDOS 2.0 Workbench "busy" pointer (a clock).  Will also
  17919.         work with any application that uses the same pointer.
  17920.         Includes source.
  17921.         Author:  Steve Tibbett
  17922.  
  17923. PSX        A public screen manager for AmigaDOS 2.0.  Lets you open,
  17924.         manipulate, and close public screens, set the global
  17925.         public screen bits, and provides a good example of using
  17926.         GadTools and ReadArgs.  Version 1.1, an update to version
  17927.         on disk 418.  Includes source.
  17928.         Author:  Steve Tibbett
  17929.  
  17930. PWKeys        An input handler that allows you to manipulate windows and
  17931.         screens by pressing keys on the keyboard.  It currently lets
  17932.         you perform 17 different functions.  Includes an interactive
  17933.         program to define hotkeys.  Very small, uses only 1124 bytes
  17934.         of memory.  Version 1.0, includes source in assembler.
  17935.         Author:  Preben Nielsen
  17936.  
  17937. TD        A program like TrackDisplay on disk 399 by Olaf Barthel.  It
  17938.         monitors and displays the current track for each floppy disk
  17939.         connected to the Amiga.  Version 1.0, includes source in
  17940.         assembler.
  17941.         Author:  Preben Nielsen
  17942. This is disk 484 of the freely distributable AMIGA software library.
  17943. Below is a listing of the significant directories and their contents.
  17944.  
  17945.  
  17946. BootPic        BootPic allows you to install nearly any IFF picture that
  17947.         you like in place of the WorkBench hand that appears after
  17948.         a reset.  Version 1.0, includes source in assembly.
  17949.         Author:  Andreas Ackermann
  17950.  
  17951. EZAsm        Combines parts of "C" with 68000 assembly language.  The
  17952.         resulting code is optimized as much as possible.  Now
  17953.         bundled with A68k and Blink for a complete programming
  17954.         environment.  New "c.lib" functions and more.  This is
  17955.         version 1.5, an update to version 1.31 on disk 431.
  17956.         Includes example source and executable files. Binary
  17957.         only.
  17958.         Author:  Joe Siebenmann
  17959.  
  17960. MSClock        A clock utility, which displays memory, date, time and
  17961.         online time (if connected to another computer via modem)
  17962.         in the titlebar of the WorkBench screen.  This is version
  17963.         1.3, includes source.
  17964.         Author:  Martin Steppler
  17965.  
  17966. Spright        Spright is a sprite making utility.  Simple or attached
  17967.         sprites can be saved to a file ready to be added to your
  17968.         program.  The colors used with the sprite(s) will also
  17969.         be saved.  Version 1.2, binary only.
  17970.         Author:  Todd Neumiller
  17971.  
  17972. TextPlus    A word processor for the Amiga, with both German and English
  17973.         versions.  This is version 3.0, an update to version 2.2E on
  17974.         disk 465.  New features include the ability to print footnotes
  17975.         and serial letters, multiple windows, an ARexx-interface with
  17976.         120 commands, powerful block-operations, ANSI-compatibility,
  17977.         ability to load files crunched by PowerPacker, etc.
  17978.         Shareware, binary only.
  17979.         Author:  Martin Steppler
  17980.  
  17981. Viewer        Displays IFF pictures fast! Version 1.0.  Includes source
  17982.         in EZAsm.
  17983.         Author:  Joe Siebenmann
  17984. This is disk 485 of the freely distributable AMIGA software library.
  17985. Below is a listing of the significant directories and their contents.
  17986.  
  17987.  
  17988. Drawmap        A program for drawing representations of the Earth's
  17989.         surface.  This version includes a completely rewritten
  17990.         user interface and some new functions.  Version 2.25d, an
  17991.         update to version 2.0 on disk 315.  Includes source.
  17992.         Authors:  Bryan Brown & Ulrich Denker
  17993.  
  17994. NiftyTerm    NiftyTerm is an h19/VT102/VT52 emulator for the Amiga.
  17995.         It was originally designed to be used with DNet, but it
  17996.         has been expanded so that it may be used as a normal
  17997.         terminal emulator.  Niftyterm was designed to be a good
  17998.         emulation of these terminals, as well as being fairly
  17999.         small and fast.  Version 1.2, an update to version 1.0 on
  18000.         disk 403.  Binary only, source available from authors.
  18001.         Author:  Christopher Newman, Todd Williamson
  18002.  
  18003. Spades        This is an Amiga version of the card game spades.  It is a
  18004.         one player version, where the computer plays your partner
  18005.         and two opponents.  This is version 1.2, an update to
  18006.         version 1.1 on Disk 392.  Includes source in C.
  18007.         Author:  Greg Stelmack
  18008. This is disk 486 of the freely distributable AMIGA software library.
  18009. Below is a listing of the significant directories and their contents.
  18010.  
  18011.  
  18012. Metafont    Amiga port of the Metafont package, a program to create
  18013.         TeX fonts.  Includes versions for 68000 and 68020.  Disk
  18014.         487 contains a copy of the Metafont font source files
  18015.         from the TeX distribution tape, including the Computer
  18016.         Modern Roman and the LaTeX fonts.  This is version 2.7,
  18017.         binary only.
  18018.         Author:  Donald E. Knuth, Stefan Becker (Amiga port)
  18019.  
  18020. SoundEd        Demo version of an 8SVX sound editing package, written
  18021.         in machine code for optimum speed and minimum size.
  18022.         Can also be used for digitizing with SoundEd or Perfect
  18023.         Sound hardware.  Version 1.0, demo, binary only.
  18024.         Author:  Howard Dortch and Mike Coriell
  18025. This is disk 487 of the freely distributable AMIGA software library.
  18026. Below is a listing of the significant directories and their contents.
  18027.  
  18028.  
  18029. AssignX        A 2.0-only utility to create assignments when you get a
  18030.         "Please insert volume" requester.  Also lets you cancel the
  18031.         request, forever.  Installs by dropping into your WBStartup
  18032.         drawer.  This is version 1.2, an update to version 1.0 on
  18033.         disk 475.  Includes source.
  18034.         Author:  Steve Tibbett
  18035.  
  18036. MFSrc        A copy of the Metafont font source files from the TeX
  18037.         distribution tape, suitable for use with the Amiga port
  18038.         of Metafont on disk 486.  Included are the Computer
  18039.         Modern Roman and the LaTeX fonts.  These should be
  18040.         sufficient to run a normal TeX installation.
  18041.         Author:  Various
  18042.  
  18043. PPrint        A printing utility, designed for all those who slowly but
  18044.         surely become frustrated with programmers who think that
  18045.         they can do a form feed better than their printer can.
  18046.         This one relies on the printer itself to do the formatting,
  18047.         and on the program to send the settings.  Features include
  18048.         a full icon driven user interface, the ability to convert
  18049.         tabs to any size, and the ability to save a number of
  18050.         standard settings.  Version 1.10, includes source.
  18051.         Author:  Marc Jackisch
  18052. This is disk 488 of the freely distributable AMIGA software library.
  18053. Below is a listing of the significant directories and their contents.
  18054.  
  18055.  
  18056. LordOfHosts    A strategy game for two players based on a board game called
  18057.             "Shogun".  Features include flexible mouse/joystick controls,
  18058.         undo and redo of up to 500 preceding steps, fully intuition-
  18059.         ized user interface.  Version 1.0, complete source code,
  18060.         precompiled include files and debugger files included.
  18061.         Author:  Tim Pietzcker
  18062.  
  18063. MidiTools    A group of several different utility programs for those
  18064.         who run a Midi system.  Update to version on disk 159.
  18065.         Includes three new programs, two of which are synthesizer
  18066.         editors, and compatibility with AmigaDOS 2.0.  Binary only.
  18067.         Author:  Jack Deckard
  18068.  
  18069. SGD        This program makes it possible to delete games, that are
  18070.         saved by any of the existing Sierra adventures (e.g.
  18071.         Leisure suit Larry).  The program has a LEARN-option for
  18072.         including new adventures.  Version 1.0, binary only.
  18073.         Author:  Maico Ditzel
  18074.  
  18075. SuperDuper    A very fast disk copier and formatter.  Can make up to four
  18076.         unverified copies from a ram buffer in 36 seconds.  Verified
  18077.         copies from a ram buffer take 67 seconds for one destination
  18078.         drive, plus 34 seconds for each additional destination.
  18079.         Binary only.
  18080.         Author:  Sebastiano Vigna
  18081.  
  18082. View80        Scrolling text file reader with three scrolling modes
  18083.         controllable via keyboard or mouse.  Opens file requestor
  18084.         if no filename is given.  Automatically configures screen
  18085.         size for PAL or NTSC machine.  Version 2.0, an update to
  18086.         version 1.1 on disk 365.  Binary only.
  18087.         Author:  Federico Giannici
  18088. This is disk 489 of the freely distributable AMIGA software library.
  18089. Below is a listing of the significant directories and their contents.
  18090.  
  18091.  
  18092. Automata    Automata is an extremely versatile, cellular automaton
  18093.         simulation.  Virtually every aspect of the simulation can
  18094.         be altered, saved, and later recalled.  Also supplies many
  18095.         powerful editing functions (such as patterns, rotations,
  18096.         reflections, etc) for creating and modifying cell configur-
  18097.         ations.  Additional features include editable icons, an
  18098.         immense variety of rules from which to choose, "music"
  18099.         which changes as the cell configuration changes and methods
  18100.         to speed execution from 3 to 60 (or more) generations per
  18101.         second.  Binary only.
  18102.         Author:  Jerry Mack
  18103.  
  18104. MkBmap        Builds Amiga format bitmapped fonts from PostScript fonts.
  18105.         Uses the library "post.library" (disk 468) to render the
  18106.         characters.  Best results are obtained with fully hinted
  18107.         type 1 fonts, such as those supplied by Adobe and other
  18108.         vendors.  Version 1.0, includes source.
  18109.         Author:  Adrian Aylward
  18110.  
  18111. SKsh        A ksh-like shell for the Amiga.  Some of its features
  18112.         include command substitution, shell functions with
  18113.         parameters, aliases, local variables, local functions,
  18114.         local aliases, powerful control structures and tests,
  18115.         emacs style line editing and history functions, I/O
  18116.         redirection, pipes, large variety of built-in commands,
  18117.         Unix style wildcards, Unix style filename conventions,
  18118.         filename completion, and coexistence with scripts from
  18119.         other shells.  Very well documented.  Version 1.7, an
  18120.         update to version 1.6 on disk 381.  Lots of new features
  18121.         and bug fixes.  Binary only.
  18122.         Author:  Steve Koren
  18123. This is disk 490 of the freely distributable AMIGA software library.
  18124. Below is a listing of the significant directories and their contents.
  18125.  
  18126.  
  18127. AmiCheck    An easy to use, intuitive, friendly checkbook program.
  18128.         Allows you to enter your checks in a very natural style,
  18129.         giving you a running balance as you do so.  Options
  18130.         include reconciling your checkbook, starting new registers
  18131.         with outstanding checks only, printing all, cleared,
  18132.         outstanding, or selected entries, and more.  Version 2.0,
  18133.         shareware, binary only, requires AmigaDOS 2.0.
  18134.         Author:  Jeff Hoag
  18135.  
  18136. AntiLemmin    Another great, humorous, animation from Eric Schwartz.  This
  18137.         one was obviously inspired by the wonderful Lemmings game.
  18138.         Lasts a full two minutes and ten seconds.  Requires at
  18139.         least 2 Mb of memory.
  18140.         Author:  Eric Schwartz
  18141.  
  18142. Recolor        A fully configurable icon recoloring tool that can swap or
  18143.         shift the colors of selected icons and truncate the depth of
  18144.         the icon color map.  Binary only.
  18145.         Author:  Michael Sinz
  18146. This is disk 491 of the freely distributable AMIGA software library.
  18147. Below is a listing of the significant directories and their contents.
  18148.  
  18149.  
  18150. bBaseII        A simple database program using an intuition interface.
  18151.         Stores, sorts, and searches for information.  Limited to
  18152.         9 fields in each record.  Features include fast sorting,
  18153.         search in any field, and best of all, it's really easy to
  18154.         use.  Binary only.
  18155.         Author:  Robert Bromley
  18156.  
  18157. DICE        Dillon's Integrated C Enviroment.  A C frontend, pre-
  18158.         processor, C compiler, assembler, linker, and support
  18159.         libraries.  Features include ANSI compatibility, many
  18160.         code optimizations, and autoinit routines (user routines
  18161.         called during startup before main is called).  This is
  18162.         version 2.06.21, an update to version 2.06.15 on disk
  18163.         466.  Includes bug fixes and experimental dynamic object
  18164.         module loading support.  Shareware, binary only.
  18165.         Author:  Matthew Dillon
  18166.  
  18167. fBlanker    A utility for blanking the screen after a defined period
  18168.         of no action.  Shows a multicolor Amiga checkmark.  This
  18169.         is version 1.1, binary only, requires AmigaDOS 2.0.
  18170.         Author:  Markus Stoll
  18171.  
  18172. Klondike    A single player card game.  Version 1.1c, binary only.
  18173.         Shareware.
  18174.         Author:  Peter Wiseman
  18175. This is disk 492 of the freely distributable AMIGA software library.
  18176. Below is a listing of the significant directories and their contents.
  18177.  
  18178.  
  18179. LoanCalc    Keyboard and mouse driven mortgage utility.  Although
  18180.         similar programs exist, this one is unique in that it
  18181.         is designed to track 'Open' mortgages that allow any size
  18182.         payment to be made at any time, as well as providing a
  18183.         printed amortization table for fixed mortgages with
  18184.         monthly, semi-monthly, bi-weekly and weekly payment
  18185.         schedules.  This is version 1.4, an update to version 1.2
  18186.         on disk 366.  Binary only.  
  18187.         Author:  Robert Bromley
  18188.  
  18189. SBProDemo    A restricted use trial version of Superbase Professional 4
  18190.         complete with sample application.  The limitations are
  18191.         35 records max per file, programs can be edited but not
  18192.         saved, and forms can be edited but not saved or printed.
  18193.         In every other respect this is identical to the release
  18194.         product.  SBpro4 is compatible with SB4 Windows V1.21.
  18195.         Version 1.0, binary only.
  18196.         Author:  Precision Software Limited.
  18197. This is disk 493 of the freely distributable AMIGA software library.
  18198. Below is a listing of the significant directories and their contents.
  18199.  
  18200.  
  18201. AmiBack        Demo version of a new backup utility.  Features include
  18202.         backup to any AmigaDOS compatible device (such as floppies,
  18203.         removable hard disks, fixed media hard disk, and tape
  18204.         drives), no copy protection, configuration files, complete
  18205.         backups, incremental backups, selective backups, file
  18206.         exclusion filter, setting of archive bit, etc.  Demo version
  18207.         does not have restore, compare, or scheduler.  Version 1.03,
  18208.         an update to version 1.0 on disk 447.  Binary only.
  18209.         Author:  MoonLighter Software
  18210.  
  18211. AmigaLib    A library of Workbench/ROM-Kernel interface routines for
  18212.         use with AbSoft Fortran.  Includes source.
  18213.         Author:  Jim Locker
  18214.  
  18215. AmiGantt    A project definition and management tool designed to create
  18216.         a simple, interactive method of outlining the task required
  18217.         to complete a particular project, using the GANTT chart as
  18218.         the input format.  AmiGantt displays the project in a multi-
  18219.         window mode with separate windows for the GANTT chart, task
  18220.         information input, resource histogram display, and Pert chart
  18221.         display.  Up to 500 tasks may be defined for any project, and
  18222.         a project may contain other projects as tasks.  Version 4.0.0,
  18223.         an update to version 3.0.0 on disk 248.  Shareware, binary
  18224.         only.
  18225.         Author:  Donald Tolson
  18226.  
  18227. BBFormat    A floppy disk formatter for diskettes with hard errors.
  18228.         Bad media areas are mapped out so AmigaDOS will not use
  18229.         them.  Presently not intuitionized, runs from CLI only.
  18230.         Version 5/7/91, includes source.
  18231.         Author:  David Varley
  18232.  
  18233. BizCalc        A do-it-all user friendly loan calculator that calculates
  18234.         weekly and biweekly loans.  Can generate amortization
  18235.         tables to the screen, to the printer, or to a file.  Uses
  18236.         menus, bottons, or keyboard commands, and iconifies.
  18237.         Has six decimal precision option and more.  This is
  18238.         version 1.1, an and expansion of MortCalc 2.5 on disk 385.
  18239.         Binary only.
  18240.         Author:  Michel Laliberte
  18241.  
  18242. Connex        A "connect-4" type game.  Shareware, binary only.
  18243.         Author:  Adrian Millett
  18244.  
  18245. ScreenMod    Allows you to modify most of the parameters of any screen
  18246.         structure in memory, including colors and viewmodes.  Use-
  18247.         ful for PAL programs which open their screens low.  Has a
  18248.         companion program to automate changes later on.  This is
  18249.         version 1.0, includes source.
  18250.         Author:  Syd Bolton
  18251. This is disk 494 of the freely distributable AMIGA software library.
  18252. Below is a listing of the significant directories and their contents.
  18253.  
  18254.  
  18255. Bref        A cross reference program for AmigaBASIC code.  Generates
  18256.         a list of the BASIC code with lines sequentially numbered,
  18257.         plus a table showing all variables and labels used in the
  18258.         code, and the line numbers where they were used.  This is
  18259.         version 2.0, an update to version 1.0 on disk 283.  This
  18260.         is a major revision, including a new intuition interface.
  18261.         Includes source.
  18262.         Author:  Dick Taylor
  18263.  
  18264. ButExchange    An input handler to help left handed Amiga users.  It reverses
  18265.         the function of the mouse buttons, so that the left button
  18266.         becomes the right and vice versa.  Very small, uses only 168
  18267.         bytes of memory.  This is version 1.1, an update to version
  18268.         1.0 on disk 483.  Includes source in assembler.
  18269.         Author:  Preben Nielsen
  18270.  
  18271. DeafLab        A program which translates text into hand signs for the
  18272.         deaf.  Can be used to directly communicate with a deaf
  18273.         person that has trouble reading text, or used as a
  18274.         teaching tool for learning handsigning.  Version 1.7,
  18275.         shareware, binary only.
  18276.         Author:  Gary Creighton
  18277.  
  18278. InputLock    An input handler to help Amiga users who have cats other pets
  18279.         (or children) that mess with the Amiga as soon as it is left
  18280.         for a second.  It installs an input handler which lets you
  18281.         lock the keyboard and mouse by pressing a few buttons.  Very
  18282.         small, uses only 190 bytes of memory.  This is version 1.1,
  18283.         an update to version 1.0 on disk 483.  Includes source in
  18284.         assembler.
  18285.         Author:  Preben Nielsen
  18286.  
  18287. PicSaver    A small utility that allows you cut rectangular portions of
  18288.         any screen and store them on disk as IFF ILBM files.  Also
  18289.         allows easy saving of windows and entire screens to disk.
  18290.         This is version 1.1, an update to version 1.0 on disk 483.
  18291.         Includes source in assembler.
  18292.         Author:  Preben Nielsen
  18293.  
  18294. PWKeys        An input handler that allows you to manipulate windows and
  18295.         screens by pressing keys on the keyboard.  It currently lets
  18296.         you perform 25 different functions.  Features include mouse
  18297.         blanking, screen blanking, mouse acceleration, "sun mouse",
  18298.         mouse/keyboard locking, and an interactive program to define
  18299.         hotkeys and other settings.  This is version 2.0, an update
  18300.         to version 1.0 on disk 483.  Includes source in assembler.
  18301.         Author:  Preben Nielsen
  18302.  
  18303. StackWatch    Monitors the stack of any selected task or process 30 times
  18304.         per second and reports the allocated stack, maximum stack
  18305.         used, and current stack used.  Version 1.0, binary only.
  18306.         Author:  Jim Locker
  18307.  
  18308. vScreen        Allows you to have screens that are larger than the actual
  18309.         display area of your monitor.  These larger "virtual screens"
  18310.         scroll when you move the mouse off the edge of the visible
  18311.         section of the screen.  Currently does not work under AmigaDOS
  18312.         2.0.  Includes source.
  18313.         Author:  Davide Cervone
  18314. This is disk 495 of the freely distributable AMIGA software library.
  18315. Below is a listing of the significant directories and their contents.
  18316.  
  18317.  
  18318. AnalytiCalc    The AnalytiCalc spreadsheet, directly executable.  This
  18319.         version features operation with only one window, many 
  18320.         "3 dimensional" sheet addressing primitives, and
  18321.         optional execution from icons.  Two images are furnished,
  18322.         one for smaller and one for large internal storage (though
  18323.         both have software virtual memory if needed).  These
  18324.         images operate OK under AmigaDos 1.2, 1.3, and 2.0.
  18325.         They include code allowing the spreadsheet to be treated
  18326.         as a series of "pages" so that a cell has a row, column,
  18327.         and (optionally) page, and ranges can be in depth along
  18328.         pages as well as along rows or columns.  The mapping is
  18329.         flexible enough so that it can be used to facilitate
  18330.         computing traces of matrices if desired, as well as for
  18331.         more conventional use.  Version V25-03B, an update to
  18332.         version V24-01a on disk 328.  Includes source.
  18333.         Author:  Glenn Everhart
  18334. This is disk 496 of the freely distributable AMIGA software library.
  18335. Below is a listing of the significant directories and their contents.
  18336.  
  18337.  
  18338. AvailMem    A small free memory counter that continuously displays the
  18339.         amount of (and size of the largest block of) free chip,
  18340.         fast, and total memory in bytes (as opposed to K).  This
  18341.         is version 1.12, a Workbench 2.0-compatible upgrade to
  18342.         version 1.03 on disk 285.  Includes source.
  18343.         Author:  Dave Schreiber
  18344.  
  18345. DU        A Workbench 2.0-aware DU program.  Unlike other Amiga DU
  18346.         programs, it will skip over links to files and links to
  18347.         directories.  Not only does this give a more accurate
  18348.         representation of how much space the contents of a
  18349.         particular directory are taking up, it also prevents
  18350.         infinite loops when a directory has a link to one of it's
  18351.         ancestors.  Version 1.02, includes source.
  18352.         Author:  Dave Schreiber
  18353.  
  18354. GodsDemo    Playable demo of a very popular European game.
  18355.         Author:  Bitmap Brothers
  18356.  
  18357. MemMometer    A program that opens a narrow window and graphically
  18358.         both displays your memory usage like a gauge, and also
  18359.         detects changes in regions of memory over time.  Detected
  18360.         changes are catagorized and displayed using color coded
  18361.         bands.  This is version 2.20, an update to version 2.10
  18362.         on disk 350.  It accomodates AmigaDOS 2.0 and the Amiga
  18363.         3000 32-bit memory addresses.  Includes source.
  18364.         Author:  Howard Hull
  18365.  
  18366. Ruler        Ruler is a small tool used in the measurement and con-
  18367.         strainment of text.  Originally conceived as a tool for
  18368.         insuring that filenames didn't exceed the Amiga's 30
  18369.         character limit, it is nevertheless useful in any sit-
  18370.         uation when the number of characters in a line of text
  18371.         needs to be counted.  Version 5.00, includes source.
  18372.         Author:  Thad Floryan, Chad Netzer and Dave Schreiber
  18373. This is disk 497 of the freely distributable AMIGA software library.
  18374. Below is a listing of the significant directories and their contents.
  18375.  
  18376.  
  18377. AutoActivate    A commodity which activates the window under the mouse-
  18378.         pointer when pressing any key.  Requires AmigaOS 2.0. This
  18379.         is version 1.08.  Includes german version and source in C.
  18380.         Author:  Stefan Sticht
  18381.  
  18382. Back&Front    Sends a window to back or brings it to front with defined
  18383.         actions.  For example put a window in front by double-
  18384.         clicking in it and send it back with the middle mouse button.
  18385.         Any keyboard or mouse event can be trapped.  Number of
  18386.         required actions can be changed (double-click vs triple-
  18387.         click).  Implemented as a commodity.  Requires AmigaOS 2.0.
  18388.         This is version 1.03.  Includes german version and source.
  18389.         Author:  Stefan Sticht
  18390.  
  18391. CenterScreen    A commodity which centers the frontmost screen horizontally
  18392.         on hotkey.  Useful if you normally operate with overscan
  18393.         screens and an old program opens a normal size screen.
  18394.         Requires AmigaOS 2.0.  This is version 1.05.  Includes
  18395.         german version and source in C.
  18396.         Author:  Stefan Sticht
  18397.  
  18398. ChangeColors    A new palette tool to change the colors of the workbench or
  18399.         any other public screen. The feature of this tool is its
  18400.         font independance; it uses the font of the screen on which
  18401.         it opens, instead of insisting on topaz 8.  Looks really
  18402.         great if you use any other font than topaz on your workbench
  18403.         screen.  This is version 1.03.  Includes german version.
  18404.         Binary only.
  18405.         Author:  Stefan Sticht
  18406.  
  18407. LeftyMouse    Yet another LeftyMouse, this one implemented as a commodity.
  18408.         Swaps the left and right mousebutton for lefties.  Requires
  18409.         AmigaOS 2.0.  This is version 1.04.  Includes german version
  18410.         and source in C.
  18411.         Author:  Stefan Sticht
  18412.  
  18413. MouseAccel    Yet another mouse accelerator, this one implemented as a
  18414.         commodity.  If you find the built-in accelerator too slow,
  18415.         try this one.  Requires AmigaOS 2.0.  This is version 1.01.
  18416.         Includes german version and source in C.
  18417.         Author:  Stefan Sticht
  18418.  
  18419. MouseBlanker    Blanks the mouse pointer after a defined timeout or if you
  18420.         press any key.  Implemented as a commodity.  Requires AmigaOS
  18421.         2.0.  This is version 1.13.  Includes german version and
  18422.         source in C.
  18423.         Author:  Stefan Sticht
  18424.  
  18425. NewShellCX    An "open shell on hotkey" commodity (like PopCLI).  Requires
  18426.         AmigaOS 2.0.  This is version 1.05.  Includes german version
  18427.         and source in C.
  18428.         Author:  Stefan Sticht
  18429.  
  18430. NLCalc        A calculator program that uses the NL 3D look (see NLDaemon
  18431.         on this disk).  It will open on any screen at the touch of
  18432.         a function key.  Version 3.1.2, includes source.
  18433.         Author:  Davide Cervone
  18434.  
  18435. NLDaemon    Implements a "New Look" in Amiga programs, by using 3D-like
  18436.         gadgets.  Converts standard intuition window gadgets into
  18437.         3D versions.  Version 1.4.3, includes source.
  18438.         Author:  Davide Cervone
  18439.  
  18440. Reboot        A program which reboots your Amiga by calling exec's Cold-
  18441.         Reboot() function.  This is version 1.02.  Includes source
  18442.         in C.
  18443.         Author:  Stefan Sticht
  18444.  
  18445. Request        Opens the OS 2.0 autorequester from script files.  Title,
  18446.         text, gadgets and publicscreen of the requester can be
  18447.         changed by commandline options.  This is version 1.00.
  18448.         Includes source in C.
  18449.         Author:  Stefan Sticht
  18450.  
  18451. WindowShuffle    Activates and brings to front next or previous window with
  18452.         hotkeys.  Hotkeys can be changed.  Implemented as a commodity.
  18453.         Requires AmigaOS 2.0.  This is version 1.05.  Includes german
  18454.         version and source in C.
  18455.         Author:  Stefan Sticht
  18456. This is disk 498 of the freely distributable AMIGA software library.
  18457. Below is a listing of the significant directories and their contents.
  18458.  
  18459.  
  18460. CPalette    A palette adjusting program that can be brought up on just
  18461.         about any screen, including HAM and EHB.  Version 1.1,
  18462.         includes source in assembly.
  18463.         Author:  Craig Lever
  18464.  
  18465. FreeCopy    FreeCopy is unlike most copiers in that it does not actually
  18466.         copy disks.  It removes the protection so disks can easily
  18467.         be backed up with almost any program, and in some cases be
  18468.         installed on your hard drive.  Version 1.4, binary only.
  18469.         Author:  Greg Pringle
  18470.  
  18471. Pauky        Demo version of an English to German (and vice versa) word
  18472.         translation trainer.  Version 1.2, binary only.
  18473.         Author:  David Wetzel
  18474.  
  18475. TapeCover    TapeCover prints out those little paper inserts for casette
  18476.         tape cases.  It lets you enter the name of the songs, and the
  18477.         title of each side.  It should work on any printer that can
  18478.         print in that semi-condensed mode.  Version 1.0, includes
  18479.         source in C.
  18480.         Author:  Greg Pringle
  18481.  
  18482. WordSearch    This is an automated wordsearch generator.  Words orienta-
  18483.         tions can be limited to any subset of the eight primary
  18484.         directions and the puzzle can be rotated or flipped.  It
  18485.         has a spartan but functional user interface highlighted
  18486.         by the req.library.  The system default font under WB 2.0
  18487.         is supported for the puzzle display window.  Version 1.0,
  18488.         includes source in C.
  18489.         Author:  Craig Lever
  18490.  
  18491. YatZ        One player Yatzee game.  This program was written to take up
  18492.         little memory and to multitask nicely.  Version 1.0, includes
  18493.         source in C.
  18494.         Author:  Greg Pringle
  18495.  
  18496. ZoomDaemon    Adds a "zoom" gadget to every window that can be resized.
  18497.         Pressing this gadget makes the window as large as possible
  18498.         or as small as possible, or brings it back to its normal
  18499.         size.  Version 2.1.3, include source.
  18500.         Author:  Davide Cervone
  18501. This is disk 499 of the freely distributable AMIGA software library.
  18502. Below is a listing of the significant directories and their contents.
  18503.  
  18504.  
  18505. Diglib        An Amiga device independent graphics library for fortran
  18506.         applications.  This is an enhanced and debugged version
  18507.         of a public domain library, the development of which was
  18508.         sponsored by the US Government.  This library is required
  18509.         for part of the Matlab package, also included on this disk.
  18510.         This is an update to the version on disk 267.  Includes
  18511.         source in FORTRAN.
  18512.         Author:  Hal Brand, Craig Wuest, James Locker, Mike Broida
  18513.  
  18514. Matlab        A FORTRAN package (MATrix LABoratory) developed by Argonne
  18515.         National Laboratories for in house use.  It provides
  18516.         comprehensive vector and tensor operations in a package
  18517.         which may be programmed either through a macro language
  18518.         or through execution of script files.  Supported functions
  18519.         include sin, cos, tan, arcfunctions, upper triangular,
  18520.         lower triangular, determinants, matrix multiplication,
  18521.         identity, hilbert matrices, eigenvalues, eigenvectors,
  18522.         matrix roots, matrix products, inversion, and more.
  18523.         Amiga specific features include workbench startup, polar
  18524.         plots, contour plots, enhanced plot buffer control, and
  18525.         algorithmic plot display generation.  This is an update
  18526.         to the version on disk 267, with many bug fixes and code
  18527.         reorganizations.  Includes source in FORTRAN.
  18528.         Author:  Jim Locker, Cleve Moler, Mike Broida
  18529. This is disk 500 of the freely distributable AMIGA software library.
  18530. Below is a listing of the significant directories and their contents.
  18531.  
  18532.  
  18533. Signal        Two programs designed to make it easy to write shell scripts
  18534.         that must be synchronized with the operation of another, in
  18535.         order to avoid disk thrashing for example.  Includes source.
  18536.         Author:  Davide Cervone
  18537.  
  18538. sWindows    A program that allows you to use the title of a window to
  18539.         specify the screen on which the window will appear.  This
  18540.         provides a method of opening CON: and RAW: windows on screens
  18541.         other than the WorkBench, for example.  Includes source.
  18542.         Author:  Davide Cervone
  18543.  
  18544. wIconify    A program, and number of companion utilities, that allow
  18545.         you to iconify windows on any screen, including custom
  18546.         screens. Iconified windows become small icons on the bottom
  18547.         of the screen, and they can be opened again by double-
  18548.         clicking them.  Also allows any screen to become a shared,
  18549.         WorkBench-like screen, and gives you the ability to create
  18550.         new screens specifically for this purpose.  Each window can
  18551.         have its own custom icon.  There is a programmers interface
  18552.         to allow programs to control their own icons.  Version 3.8,
  18553.         includes source.
  18554.         Author:  Davide Cervone
  18555. This is disk 501 of the freely distributable AMIGA software library.
  18556. Below is a listing of the significant directories and their contents.
  18557.  
  18558.  
  18559. AddMenu        A program to add infinite number of menus to the Tools
  18560.         menu on Workbench V2.0.  Uses the correct Workbench.library
  18561.         calls and allows updating from CLI or from within the menu
  18562.         itself, meaning infinite number of functions.  Binary only
  18563.         but source available from author.
  18564.         Author:  Nic Wilson
  18565.  
  18566. AutoCLI        A 'PopCLI' type replacement that works with WorkBench 2.0
  18567.         and fully compatible with A3000 & accelerator boards.
  18568.         Always retains the default path and stack, and current
  18569.         directory.  Can automatically open CLI/SHELL windows to
  18570.         1 pixel less than screen size on opening.  Other features
  18571.         include an optional Function-key press with the qualifier
  18572.         to execute an S:script file.  Version 1.99d, binary only.
  18573.         Update to version on disk 424 with more enhancements.
  18574.         Author:  Nic Wilson
  18575.  
  18576. Dominos        The standard game of dominos with 6-6 set.  The computer
  18577.         will provide quite a challenge to any skilled player.
  18578.         Version 1.0, includes source in Basic.
  18579.         Author:  Russell Mason
  18580.  
  18581. DOSWatch    Monitor for calls to AmigaDOS via dos.library. Needs
  18582.         Kickstart 1.2 or 1.3.  This is version 1.0.  HiSoft Devpac
  18583.         Assembler V1.21 source included.
  18584.         Author:  A.Voss Wrede
  18585.  
  18586. Genesis        A uniquely flexible and powerful program for generating and
  18587.         rendering fractal landscapes.  Original algorithms allow
  18588.         incorporating fractal rivers as integral parts of the
  18589.         landscapes, with natural looking river valleys, gulleys,
  18590.         waterfalls, and lakes.  A number of parameters can be varied
  18591.         to modify the landscape construction process and change the
  18592.         character of the final landscape, there is also great
  18593.         flexibility in the rendering.  This is a demo version of
  18594.         the commercial product by the same name available from
  18595.         Microillusions and has some features disabled.  Binary only.
  18596.         Author: James M. Bardeen
  18597.  
  18598. LList        A 'list' type program that displays type of file.  Many
  18599.         types of files included, and ability to extract information
  18600.         from other file types for recognition.  Standard Amiga
  18601.         Wildcards supported.  Binary only.
  18602.         Author:  Nic Wilson
  18603.  
  18604. NewList        A powerful LIST replacement.  Supports many features
  18605.         including sorts, character filters, case sensitivity,
  18606.         most options offered by LIST, date construction, UNIX
  18607.         wildcards, and much more.  Sort routines are very fast
  18608.         and memory usage is minimal.  Version 5.0, an update
  18609.         to version 4.9 on disk 478.  Binary only.
  18610.         Author:  Phil Dietz
  18611.  
  18612. NoClick        A program to stop drives clicking in KickStart V2.0.
  18613.         Uses the correct method.  Also included is a patch for
  18614.         the kickstart files for a permanent no-click for V1.3 and
  18615.         V2.0, both A3000 version and kickfile version for other
  18616.         Amigas.  Binary only and ASCII patch.
  18617.         Author:  Nic Wilson
  18618.  
  18619. NoErrors    A simple to use, Gadget driven program.  Its main function
  18620.         is to hide physical hard errors from floppy disks or hard
  18621.         disks, so these disks can then be used without DOS showing
  18622.         read/write errors.  Binary only.
  18623.         Author:  Nic Wilson
  18624. This is disk 502 of the freely distributable AMIGA software library.
  18625. Below is a listing of the significant directories and their contents.
  18626.  
  18627.  
  18628. AutoRev        A little utility to make it easy to update program-headers
  18629.         ran from the CLI.  Requires AmigaDos 2.0.  This is Version
  18630.         1.1r.  Source included.
  18631.         Author:  Jan van den Baard
  18632.  
  18633. CELLS        A cellular automata experimentation lab, based on the
  18634.         rules described in the Computer Recreations column
  18635.         of the Scientific American, January 1990.  Version 1.3.
  18636.         Source included.
  18637.         Author:  Davide Cervone
  18638.  
  18639. EternalRome    A historical strategy game, that in spite of its high
  18640.         complexity is fast and easy to play.  Fully mouse controlled
  18641.         with a fine zoomable map of the Roman empire (overscan and
  18642.         interlaced options).  The simulation delivers many historical
  18643.         insights because of its accuracy (may be used for educational
  18644.         purposes) and is a challenging and entertaining game for two
  18645.         or more players (also interesting for solitary studies).
  18646.         Version 1.0 (tryware).  Binary only.
  18647.         Author:  Sven Hartrumpf
  18648.  
  18649. ReturnCode    Two Short programs (LogRC and GetRC) to allow the "Return
  18650.         Code" left by a previous program to be saved in a form
  18651.         suitable for further (script) testing.  GetRC allows the
  18652.         Return Code to be set or viewed as desired.  Assembly
  18653.         source included.
  18654.         Author:  Jim Butterfield
  18655.  
  18656. SysInfo     A program which reports interesting information about the
  18657.         configuration of your machine, including some speed
  18658.         comparisons with other configurations, versions of the
  18659.         OS software, etc.  Version 2.22, an update to version 1.98
  18660.         on disk 433.  Binary only.
  18661.         Author:  Nic Wilson
  18662.  
  18663. TrackDOS    A program that allows easy transfer of data between DOS,
  18664.         memory and trackdisk.device.  DOS means the data contained
  18665.         within a file, memory means the data contained anywhere
  18666.         within the memory map and trackdisk.device means data
  18667.         stored on a disk not accessable with DOS (eg. bootblocks
  18668.         special loader disks etc.).  The transfer of data between
  18669.         these three areas is not normally easy or convenient.
  18670.         TrackDos was written to overcome this.  This is version
  18671.         1.08, an update to 1.04 on Fish disk 365.  Binary only.
  18672.         Author:  Nic Wilson
  18673. This is disk 503 of the freely distributable AMIGA software library.
  18674. Below is a listing of the significant directories and their contents.
  18675.  
  18676.  
  18677. NoFragLib    A library containing 6 routines for defragmenting memory.
  18678.         Extracted and updated from the "tool.library" on disk 475.
  18679.         Includes source.
  18680.         Author:  Jan van den Baard
  18681.  
  18682. PCQ        A freely redistributable, self compiling, Pascal compiler
  18683.         for the Amiga.  This is version 1.2a, an update to version
  18684.         1.1c on disk 339.  It has many enhancements and improvments.
  18685.         It is bundled with the latest versions of A68K assembler,
  18686.         Blink linker, Debug, and Mon to give a complete develop-
  18687.         ment environment.  Includes the compiler source and example
  18688.         programs.
  18689.         Author:  Patrick Quaid
  18690. This is disk 504 of the freely distributable AMIGA software library.
  18691.  
  18692.  
  18693. PolySiliCon    A centralized Shell Command Interface with visible scrollable
  18694.         History and mouse access.  Allows multiple shells to be
  18695.         controlled from a single command/history window.  Commands
  18696.         can be re-executed with a mouse click.  A group of commands
  18697.         for a project may be loaded into the history from a file for
  18698.         easy access.  Compatible with both 1.3 and 2.0 AmigaDOS.
  18699.         ShareWare, binary only.
  18700.         Author:  Pete Goodeve.
  18701.  
  18702. RoadRoute    A program that determines from a user modifiable data base,
  18703.         the shortest and fastest routes between two cities.  Includes
  18704.         a coarse and a detailed data set and a program, RoadScan, for
  18705.         examining the contents of large RoadRoute data files.  This
  18706.         is version 1.7.  Includes source.
  18707.         Author:  Jim Butterfield
  18708.  
  18709. ShuttleCock    Yet another animation from Eric Schwartz.  Eric wanted to see
  18710.         if he could still do an animation that required less than
  18711.         1 MB to run.  Released May 1991.
  18712.         Author:  Eric Schwartz
  18713.  
  18714. View        A text displayer with many controls and features including
  18715.         searches, file requestors, jump to editor etc.  This is
  18716.         version 1.0, a re-write that requires AmigaDos 2.0.  Source
  18717.         is included.
  18718.         Author:  Jan Van Den Baard
  18719.  
  18720. ViewDir        Allows reading the current directory by commanding VIEWDIR "".
  18721.         Displays a listing of the specified directory with the total
  18722.         bytes at the bottom and the description of the file types next
  18723.         to each file.  Also includes a "version string" to allow a DOS
  18724.         2.0 VERSION command to read.  This is version 2.1 an update to
  18725.         the version on disk 358.  Assembler source included.
  18726.         Author:  Jim Butterfield
  18727. This is disk 505 of the freely distributable AMIGA software library.
  18728. Below is a listing of the significant directories and their contents.
  18729.  
  18730.  
  18731. TheDatingGame    A very well done animation by Eric Schwartz.  This is
  18732.         Eric's biggest animation project to date.  The animation
  18733.         lasts nearly 4 minutes and requires 3 MB of RAM to run.
  18734.         Flip the Frog has all kinds of trouble getting to the house
  18735.         of his girlfriend, Clarisse Cat.  This cartoon animation
  18736.         follows the style of the short theatrical cartoons of
  18737.         earlier days.  The animation unpacks to two floppies.
  18738.         Shareware.
  18739.         Author:  Eric Schwartz
  18740. This is disk 506 of the freely distributable AMIGA software library.
  18741. Below is a listing of the significant directories and their contents.
  18742.  
  18743.  
  18744. NGTC        Release Two of a trivia game based on "Star Trek: The Next
  18745.         Generation" TV series.  Part 1 is on this disk.  Part 2 is
  18746.         on disk 507.  You also need Release One from disks 404 and
  18747.         405.  Created with The Director Version 2.  Binary only.
  18748.         Author:  Gregory Epley
  18749. This is disk 507 of the freely distributable AMIGA software library.
  18750. Below is a listing of the significant directories and their contents.
  18751.  
  18752.  
  18753. LHCon        A program that will convert Arc and Zoo formatted archives
  18754.         to LHArc format.  This will save precious disk space.  LHCon
  18755.         will do single files or entire directories.  It also has the
  18756.         capability to preserve the comment field of the file for
  18757.         BBS programs that require it and for the individuals who
  18758.         label their programs in that manner.  Version 1.01.
  18759.         Binary only.
  18760.         Author:  Steve Robbins and Bill Huff
  18761.  
  18762. NGTC        Release Two of a trivia game based on "Star Trek: The Next
  18763.         Generation" TV series.  Part 2 is on this disk.  Part 1 is
  18764.         on disk 506.  You also need Release One from disks 404 and
  18765.         405.  Created with The Director Version 2.  Binary only.
  18766.         Author:  Gregory Epley
  18767. This is disk 508 of the freely distributable AMIGA software library.
  18768. Below is a listing of the significant directories and their contents.
  18769.  
  18770.  
  18771. DirWork        A fast, small, simple, efficent, shareware DirUtility
  18772.         that gets directories off floppies in about half the normal
  18773.         time.  Configurable options and buttons, as well as all
  18774.         the usual features.  This is Version 1.30, an update to
  18775.         version 1.12 on disk 406.  Shareware.  Binary only.
  18776.         Author:  Chris Hames
  18777.  
  18778. HCC        Amiga port of Sozobon, Limited's C Compiler, version 2.0.
  18779.         Can completely compile itself, supports 32 bit ints, and
  18780.         optimizer can 'registerize' variables.  Includes compiler,
  18781.         optimizer, tool for creating interface code for Amiga system
  18782.         calls, startup code, C library, include files, and library
  18783.         routines that work with Motorola FFP format.  Uses assembler
  18784.         A68k, linker BLink, and provided run-time shared C library
  18785.         CClib.library.  Includes source.
  18786.         Author:  Sozobon, Limited. Amiga port, bug fixes and
  18787.                  enhancements by Detlef Wuerkner
  18788. This is disk 509 of the freely distributable AMIGA software library.
  18789. Below is a listing of the significant directories and their contents.
  18790.  
  18791.  
  18792. Multi_Player    A music player that loads and plays a large variety of the
  18793.         "tracker" type sound modules.  With an intuition interface,
  18794.         allows you to load formats like Intuitracker, NoisePlayer,
  18795.         Soundtracker, FutureComposer and 7 others including power-
  18796.         packed modules!  Includes many sample modules in several of
  18797.         these formats.  This is version 1.2.  Includes source.
  18798.         Author:  Thomas Landspurg
  18799.  
  18800. PCKeyMap    This program uses an InputEventHandler to manipulate the
  18801.         backslash (\) and some other useful keys in order to better
  18802.         emulate an XT/AT keyboard on the German Amiga keyboard
  18803.         (which is missing the backslash and some other keys).
  18804.         This is version 1.0.  Includes source.
  18805.         Author:  Peter Vorwerk
  18806. This is disk 510 of the freely distributable AMIGA software library.
  18807. Below is a listing of the significant directories and their contents.
  18808.  
  18809.  
  18810. ATCopy        A program to copy files from the Amiga side of a system
  18811.         equipped with a PC/AT bridgeboard, to the PC side, using
  18812.         wildcards.  Copies directly through the shared memory.
  18813.         Supports CLI and WorkBench usage.  This is version 2.22,
  18814.         an update to version 2.2 on disk 458.  With some final
  18815.         bug fixes, this will be the last non-commercial release.
  18816.         Shareware, binary only.
  18817.         Author:  Peter Vorwerk
  18818.  
  18819. SYNWORKS    A graphics oriented environment for design, training
  18820.         and test of neural networks.  The enclosed version is
  18821.         public domain and supports only three network models.
  18822.         Not all options are available but this version provides
  18823.         the most important features to allow users to decide if
  18824.         neural networks are an appropriate solution for their
  18825.         problems.  Binary only.
  18826.         Author:  Michael Kaiser
  18827.  
  18828. VMK        A virus detector, this program no longer detects specific
  18829.         viri, instead it concentrates on checking system vectors
  18830.         and various parameters that viri typically modify in order
  18831.         to survive reboots.  This is version 1.0, an update to
  18832.         version .27 on disk 328 listed under "Hames".  Binary only.
  18833.         Author:  Chris Hames
  18834. This is disk 510 of the freely distributable AMIGA software library.
  18835. Below is a listing of the significant directories and their contents.
  18836.  
  18837.  
  18838. ATCopy        A program to copy files from the Amiga side of a system
  18839.         equipped with a PC/AT bridgeboard, to the PC side, using
  18840.         wildcards.  Copies directly through the shared memory.
  18841.         Supports CLI and WorkBench usage.  This is version 2.22,
  18842.         an update to version 2.2 on disk 458.  With some final
  18843.         bug fixes, this will be the last non-commercial release.
  18844.         Shareware, binary only.
  18845.         Author:  Peter Vorwerk
  18846.  
  18847. SYNWORKS    A graphics oriented environment for design, training
  18848.         and test of neural networks.  The enclosed version is
  18849.         public domain and supports only three network models.
  18850.         Not all options are available but this version provides
  18851.         the most important features to allow users to decide if
  18852.         neural networks are an appropriate solution for their
  18853.         problems.  Binary only.
  18854.         Author:  Michael Kaiser
  18855.  
  18856. VMK        A virus detector, this program no longer detects specific
  18857.         viri, instead it concentrates on checking system vectors
  18858.         and various parameters that viri typically modify in order
  18859.         to survive reboots.  This is version 1.0, an update to
  18860.         version .27 on disk 328 listed under "Hames".  Binary only.
  18861.         Author:  Chris Hames
  18862. This is disk 511 of the freely distributable AMIGA software library.
  18863. Below is a listing of the significant directories and their contents.
  18864.  
  18865.  
  18866. Connex        A "connect-4" type game.  This is version 4.0, an update
  18867.         to version 3.8 on disk 493.  Shareware, binary only.
  18868.         Author:  Adrian Millett
  18869.  
  18870. DirWork        A fast, small, simple, efficent, shareware DirUtility
  18871.         that gets directories off floppies in about half the normal
  18872.         time.  Configurable options and buttons, as well as all
  18873.         the usual features.  This is Version 1.31, an update to
  18874.         version 1.30 on disk 508.  Shareware.  Binary only.
  18875.         Author:  Chris Hames
  18876.  
  18877. Less        A text file reader, descended from Unix "Less."  Less has
  18878.         features found on no other Amiga file reader; it can use
  18879.         pipes, accepts multiple filenames, and has many convenient
  18880.         positioning commands for forward and backward movement,
  18881.         marking positions, etc.  This version runs on all Amigas,
  18882.         under any screen resolution and font, and uses the full
  18883.         8-bit character set.  Other improvements include seaches
  18884.         using regular expressions, multiple file selection from
  18885.         Workbench, and resident operation.  This is version 1.4Z,
  18886.         an update to version 1.3 on disk 149.  Includes source.
  18887.         Author:  Ray Zarling et. al.
  18888.  
  18889. OneKey        A 1.3/2.0 compatible input handler for people who can only
  18890.         press (or cause to be pressed) one keyboard key at a time.
  18891.         OneKey gathers individually pressed qualifier keys (shift,
  18892.         alt, control, etc) and then applies them to the next non-
  18893.         qualifier key that is pressed.  This is version 36.11,
  18894.         includes source.
  18895.         Author:  Carolyn Scheppner
  18896.  
  18897. PCQ        An update to PCQ from disk 503.  This is only a partial
  18898.         distribution and includes just the compiler main pass,
  18899.         the documentation, and a ReadMe file.  You need the
  18900.         distribution from disk 503 to use this material.  This
  18901.         update is version 1.2b.
  18902.         Author:  Patrick Quaid
  18903.  
  18904. Solitaire    A shareware solitaire game, known widely as Klondike.  The
  18905.         rules can be varied, and there are five different ways of
  18906.         working through the deck.  Also includes a palette requester
  18907.         to fine tune the colors to your liking and a save-setup
  18908.         function that remembers how all the options are set.  This
  18909.         is version 1.8, binary only.
  18910.         Author:  Gaylan Wallis
  18911. This is disk 512 of the freely distributable AMIGA software library.
  18912. Below is a listing of the significant directories and their contents.
  18913.  
  18914.  
  18915. Csh        Replacement for the Amiga shell, similar to UN*X csh.  Main
  18916.         features include over 100 built in commands, 70 functions,
  18917.         new system variables, file name completion, freely
  18918.         programmable command line editing, file classes, auto cd,
  18919.         lazy cd, intuition menus for the shell window, automatic
  18920.         RX-ing, local variables, $( ), statement blocks, high speed,
  18921.         plus much more.  This is version 5.15, an update to version
  18922.         4.02 on disk 458.  Includes source.
  18923.         Author:  U. Dominik Mueller, C. Borreo, S. Drew, M. Dillon
  18924.  
  18925. FlipIt        Possibly the strongest Reversi/Othello type game available.
  18926.         Shareware, binary only.
  18927.         Author:  Adrian Millett
  18928.  
  18929. M2Pascal    A simple Modula-2 to Pascal translator.  You can write simple
  18930.         programs on your Amiga using one of the available Modula-2
  18931.         compilers, and then use this translator to generate Pascal
  18932.         source for export to other systems with Pascal compilers.
  18933.         Version 1.0, includes source in Modula-2.
  18934.         Author:  Greg Mumm
  18935.  
  18936. Solitaire    Yet another solitaire game.  Nicely done with good graphics
  18937.         and sound.  Shareware.
  18938.         Author:  Pat Clark
  18939. This is disk 513 of the freely distributable AMIGA software library.
  18940. Below is a listing of the significant directories and their contents.
  18941.  
  18942.  
  18943. DKBTrace    A freely distributable raytrace program that takes a text
  18944.         description of a 3D scene and renders it to a 24-bit file
  18945.         which may be converted to HAM or viewed on an 24-bit card.
  18946.         The program features sophisticated textures, constructive
  18947.         solid geometry, and various graphics primitives such as
  18948.         quadrics (cones, cylinders, etc.), spheres, planes,
  18949.         triangles, smooth triangles, and quartics (donuts, etc.)
  18950.         Also included are many sample data files and many utilities
  18951.         for creating new data files and for post-processing the
  18952.         output files.  Source and executables are included.  Because
  18953.         of its size, the distribution has been split onto two disks.
  18954.         Disk 513 contains the raytracer and disk 514 contains the
  18955.         utilities.  This is version 2.12, an update to version 2.0
  18956.         on disk 397.
  18957.         Author:  David Buck
  18958.  
  18959. NewList        A powerful LIST command.  Supports many features including
  18960.         sorts, character filters, case sensitivity, most options
  18961.         offered by LIST, date construction, UNIX wildcards, and much
  18962.         more.  Sort routines are very fast and memory usage is
  18963.         minimal.  Version 5.0a, an update to version 5.0 on disk 501.
  18964.         New features include recursion, hunt mode, custom formatting,
  18965.         multiple paths, paging, and much much more.  Binary only.
  18966.         Author:  Phil Dietz
  18967. This is disk 514 of the freely distributable AMIGA software library.
  18968. Below is a listing of the significant directories and their contents.
  18969.  
  18970.  
  18971. DKBTrace    A freely distributable raytrace program that takes a text
  18972.         description of a 3D scene and renders it to a 24-bit file
  18973.         which may be converted to HAM or viewed on an 24-bit card.
  18974.         The program features sophisticated textures, constructive
  18975.         solid geometry, and various graphics primitives such as
  18976.         quadrics (cones, cylinders, etc.), spheres, planes,
  18977.         triangles, smooth triangles, and quartics (donuts, etc.)
  18978.         Also included are many sample data files and many utilities
  18979.         for creating new data files and for post-processing the
  18980.         output files.  Source and executables are included.  Because
  18981.         of its size, the distribution has been split onto two disks.
  18982.         Disk 513 contains the raytracer and disk 514 contains the
  18983.         utilities.  This is version 2.12, an update to version 2.0
  18984.         on disk 397.
  18985.         Author:  David Buck
  18986.  
  18987. GearCalc    A bicycle gear ratio calculator. Version 2.0, binary
  18988.         only.
  18989.         Author:  Ed Bacon
  18990.  
  18991. S220to8SVX    Converts sound samples from a Roland S-220/S-10/MKS-100 to
  18992.         8SVX IFF 8-bit samples.  This is version 1.4, an update to
  18993.         version 1.0 on disk 286.  New features include volume-adjust
  18994.         and start-endpoint setting.  Includes source in assembler.
  18995.         Author:  Dieter Bruns
  18996.  
  18997. TLog        An intuition based program that records statistics to 
  18998.         monitor athletic training progress.  Maintains a daily 
  18999.         record of distance, time, heart rate, weight and temp-
  19000.         erature.  Links a text file with the record for a free
  19001.         form diary.  The AREXX commands provide the basis for
  19002.         generating custom reports from the data base.  Sample
  19003.         script allows TLog to automatically get to a scheduler
  19004.         to post reminders of upcoming events.  Version 1.0,
  19005.         shareware binary only.
  19006.         Author:  Ed Bacon
  19007. This is disk 515 of the freely distributable AMIGA software library.
  19008. Below is a listing of the significant directories and their contents.
  19009.  
  19010.  
  19011. CheckBook    Checkbook Accountant is a checkbook recording, balancing,
  19012.         budgeting, and analyzing program.  Intended to be used as
  19013.         a companion to a checkbook register and not as a replace-
  19014.         ment, this program offers a simple way of balancing check-
  19015.         books, tracking bank transactions, and recording and
  19016.         analyzing budgeted transactions.  This is version 2.0, an
  19017.         update to version 0.9 on disk 425.  Some of the new features
  19018.         include: Sort, Move, Duplicate, Program Prefs, Reoccurring
  19019.         Transaction Groups, Statistics, and Search & Replace.
  19020.         AmigaDOS 1.3 or Release 2 required.  Binary only.
  19021.         Author:  Jeffrey R. Almasol
  19022.  
  19023. D110EdDemo    Demo version of an editor for Roland D-110.  Bulk dump is
  19024.         available.  Edited parameters are not submitted to Roland
  19025.         D-110.
  19026.         Author:  Dieter Bruns
  19027.  
  19028. PP        Powerpacker patcher is a small tool that patches the DOS
  19029.         library so that PowerPacker datafiles will start acting as
  19030.         if they were "normal" files.  Sample use of PP would be to
  19031.         crunch all your .info files.  They will still retain their
  19032.         functionality as long as PP is installed, and WB will never
  19033.         know the difference.  Icons are useful, but take up a lot
  19034.         of valuable disk space.  You may also use any text viewer
  19035.         or editor you desire directly on Powerpacker files!
  19036.         Version 1.0, shareware, includes source.
  19037.         Author:  Michael Berg
  19038.  
  19039. SetCCOPTS    Lets you easily deal with the  MANX  'CCOPTS'  environment
  19040.         variable.  You can store settings to disk.  Has a complete
  19041.         intuition interface.  This is version 1.00, binary only.
  19042.         Author:  Stephan Flother
  19043. This is disk 516 of the freely distributable AMIGA software library.
  19044. Below is a listing of the significant directories and their contents.
  19045.  
  19046. Enigma        An interactive animation object that can be viewed as a
  19047.         puzzle or a game object.  The Enigma! Machine can be
  19048.         programed by the user to generate text.  Part of the
  19049.         challenge is to discover how to program it to generate
  19050.         meaningful output.  Version 1.00, binary only.
  19051.                 Author:  Martin C. Kees
  19052.  
  19053. Loom            Simulation of an eight harness loom.  Supports 15 colors
  19054.                 for warp and weft threads.  Scalable display.  Patterns
  19055.         created can be printed in draft format or saved as IFF
  19056.         files.  Version 1.00, binary only.
  19057.                 Author:  Martin C. Kees
  19058.  
  19059. PhoneGram       Generates text from phone numbers.  Attempts to find all
  19060.         three and four letter words encoded by any phone number.
  19061.         Graphic keypad display with sound.  Version 1.01, binary
  19062.         only.
  19063.                 Author:  Martin C. Kees
  19064.  
  19065. Quotes        Quotes is a pseudo-random quote generator.  It will scan a
  19066.         specified file of quotes, pick one at random, and display
  19067.         it.  Great for startup-sequences.  CLI-only.  Version 1.0,
  19068.         includes source.
  19069.         Author:  Adam Evans
  19070.  
  19071. RexxView        Monitors messages sent to the REXX port.  Messages are
  19072.         described by task, action code and modifiers, and the
  19073.         contents of arg0 slot is displayed.  CLI utility to monitor
  19074.         the REXX IPC hub for Arexx programmers and interfacers.
  19075.         Version 1.01, includes JForth source.
  19076.                 Author:  Martin C. Kees
  19077.  
  19078. Xl         Demo version of a single bit-plane cel animation generator.
  19079.         Uses an onion-skin display to rough in an animation sequence.
  19080.         Has a large ARexx command set, multiple precision bezier
  19081.         curves and splines, scalable and rotatable polygons, brush
  19082.         support with blitter logic, turtle graphics and macro key
  19083.         definitions.  Requires req.library (Fox/Dawson).  Non-saving
  19084.         demo version, binary only.
  19085.         Author:  Martin C. Kees
  19086. This is disk 517 of the freely distributable AMIGA software library.
  19087. Below is a listing of the significant directories and their contents.
  19088.  
  19089.  
  19090. Aequipot    A program that renders multicolor pictures using an algorithm
  19091.         based on electrostatic effects.  Renders in low-res, in high-
  19092.         res, and in two speed/quality modes.  Includes both PAL and
  19093.         NTSC versions, English and German docs.  This is version 1.15,
  19094.         an update to version 1.06 on disk 474.  Now supports saving
  19095.         pictures in IFF-ILBM format and animation rendering via script
  19096.         files.  Freeware, includes source in PCQ.  
  19097.         Author:  Juergen Matern
  19098.  
  19099. AmiBack        Demo version of a new backup utility.  Features include
  19100.         backup to any AmigaDOS compatible device (such as floppies,
  19101.         removable hard disks, fixed media hard disk, and tape
  19102.         drives), no copy protection, configuration files, complete
  19103.         backups, incremental backups, selective backups, file
  19104.         exclusion filter, setting of archive bit, etc.  Demo version
  19105.         does not have restore, compare, or scheduler.  Version 1.04,
  19106.         an update to version 1.03 on disk 493.  Binary only.
  19107.         Author:  MoonLighter Software
  19108.  
  19109. CWToy        A program like Say or SpeechToy that allows your Amiga to
  19110.         communicate in International Morse Code.  A lot of nice
  19111.         features for code practice or with a simple hardware 
  19112.         interface even useful as a keyboard program for your 
  19113.         transmitter.  Version 1.0, includes source in C.
  19114.         Author:  Rob Frohne
  19115.  
  19116. Hex        A file-based binary file editor with lots of features.
  19117.         Version 1.0, shareware, binary only.
  19118.         Author:  Nicola Salmoria
  19119.  
  19120. RussianFonts    Russian Fonts ranging from 13 points to 31 points.
  19121.                 Author:  Daniel Amor
  19122.  
  19123. Spliner        A spline screen blanker commodity, derived from the spline
  19124.         code extracted from Tom Rokicki's Mackie and encapsulated
  19125.         into a standard AmigaDOS 2.0 commodity.  Binary only.
  19126.         Author:  Tom Rokicki, Sebastiano Vigna
  19127. This is disk 518 of the freely distributable AMIGA software library.
  19128. Below is a listing of the significant directories and their contents.
  19129.  
  19130.  
  19131. AmiDock        AmiDock is an Amiga version of the NeXT's Dock facility.
  19132.         It will open up a small window on your WorkBench full
  19133.         of little IFF brushes.  Each brush represents an application,
  19134.         like an ICON, but it's a brush.  Click on the brush and your
  19135.         application will start.  This is version 1.3, an update to
  19136.         version 1.2.4 on disk 474.  Shareware, binary only.
  19137.         Author:  Gary Knight
  19138.  
  19139. Lister        Program to display information about files in various types
  19140.         of archives, such as arc, cpio, lharc, tar, zip, and zoo.
  19141.         Version 1.0, includes source.
  19142.         Author:  Kerry Cianos and Geoffrey Faivre-Malloy
  19143.  
  19144. Post        An excellent PostScript interpreter for the Amiga which
  19145.         implements the full Adobe language.  Supports type 1 and
  19146.         type 3 fonts, screen output, file output, and printer
  19147.         output.  Requires Arp library V39+ and ConMan V1.3+.  This
  19148.         is version 1.6, an update to version 1.5 on disk 468.
  19149.         Includes source in C.
  19150.         Author:  Adrian Aylward
  19151. This is disk 519 of the freely distributable AMIGA software library.
  19152. Below is a listing of the significant directories and their contents.
  19153.  
  19154.  
  19155. AVLSort        A text file sort program, based on a general purpose AVL
  19156.         package by Mark Mallett (included).  Handles as many lines
  19157.         as will fit in memory.  Includes source.
  19158.         Author:  Robert Pyron, Mark Mallett
  19159.  
  19160. ChkFrag        A program that reports on the extent of file fragmentation
  19161.         in any specified directory tree.  Binary only.
  19162.         Author:  Timeus
  19163.  
  19164. FifoLib        FIFO: is like PIPE: but is based on fifo.library rather
  19165.         than its own implementation.  Fifo.library is a general
  19166.         fifo library implementation that supports named fifos,
  19167.         writing to a fifo from a hardware exception, multiple
  19168.         readers on a fifo with each getting the same data stream,
  19169.         efficient reading, and automatic or manual flow control.
  19170.         Programs that require non-blocking IO can access one side
  19171.         of a FIFO: connection via the fifo.library instead of the
  19172.         FIFO: device.  Version 3.1, an update to version 2 on disk
  19173.         448.  Includes some source.
  19174.         Author:  Matt Dillon
  19175.  
  19176. OakLisp        A straight port of the OAKLISP system to the Amiga.  OAKLISP
  19177.         is a Scheme-like LISP with an object-oriented base.  An R3RS
  19178.         Scheme environment is included in the package.  Because of
  19179.         its size, the distribution is made on two disks, 519 and 520.
  19180.         Both disks are required.  Source is included.
  19181.         Author:  Kevin Lang, Barak Pearlmutter, ported by Mike Meyer
  19182.  
  19183. Optimizer    A disk optimizer that works on floppy disks, hard disks, and
  19184.         ram disks.  It is designed to provide safe optimization,
  19185.         moving only one block at a time.  Version 1.0, freeware,
  19186.         binary only.
  19187.         Author:  Tim Stotelmeyer
  19188. This is disk 520 of the freely distributable AMIGA software library.
  19189. Below is a listing of the significant directories and their contents.
  19190.  
  19191.  
  19192. IOBoard        Full plans for a public domain hardware project which adds
  19193.         two parallel ports and two serial ports to an Amiga 500,
  19194.         1000, or 2000, for less than $100, with the capability to
  19195.         upgrade to four ports of each type at any time.  Includes
  19196.         serial and parallel drivers with source code.  Version 2.10.
  19197.         Author:  Jeff Lavin, Dan Babcock, Paul Coward
  19198.  
  19199. OakLisp        A straight port of the OAKLISP system to the Amiga.  OAKLISP
  19200.         is a Scheme-like LISP with an object-oriented base.  An R3RS
  19201.         Scheme environment is included in the package.  Because of
  19202.         its size, the distribution is made on two disks, 519 and 520.
  19203.         Both disks are required.  Source is included.
  19204.         Author:  Kevin Lang, Barak Pearlmutter, ported by Mike Meyer
  19205. This is disk 521 of the freely distributable AMIGA software library.
  19206. Below is a listing of the significant directories and their contents.
  19207.  
  19208.  
  19209. A68k        A 68000 assembler originally written in Modula-2 in 1985
  19210.         and converted to C by Charlie Gibb in 1987.  Has been
  19211.         converted to accept metacomco-compatible assembler source
  19212.         code and to generate Amiga objects.  This is version 2.71,
  19213.         an update to version 2.61 on disk 314.  Include source.
  19214.         Author:  Brian Anderson; C translation and Amiga work
  19215.              done by Charlie Gibb
  19216.  
  19217. BatchMaster    A program that makes creation of interactive command
  19218.         scripts a lot easier.  It works as commands ASK, IF and
  19219.         SKIP together, only better.  You can have up to four
  19220.         options to skip to, and select them with a mouse, as
  19221.         BatchMaster has an Intuition interface.  This is version
  19222.         1.27.  Requires arp.library.  Binary only.
  19223.         Author:  Janne Pelkonen
  19224.  
  19225. CheckPrt    A small program for checking the presence of a parallel
  19226.         printer from within a script file.  Update of version
  19227.         on disk 479.  Now also includes two small tools to test
  19228.         the state of some lines of the printer port, to make it
  19229.         easier to find the source of printer problems.  Binary
  19230.         only.
  19231.         Author:  Tom Kroener
  19232.  
  19233. K1        An editor program for the Kawai K1-II synthesizer.  Includes
  19234.         a bankloader for single-patches and multi-patches, a single-
  19235.         patch editor, a multi-patch editor, and support for the
  19236.         effect-session and K1 controllers.  Version 5.1, an update
  19237.         to version 4.8 on disk 481.  Binary only.
  19238.         Author:  Andreas Jung
  19239.  
  19240. LandScape    A simple CAD program to aid in designing garden layouts.
  19241.         First the plan is laid out, placing lawns, paths, plants,
  19242.         etc., and the program then draws a '3D' picture of what
  19243.         the garden might look like in real life, from any viewpoint. 
  19244.         Version 1.0, binary only.
  19245.         Author:  Steve Goddard
  19246.  
  19247. SynthSong    A song created using the freely-distributable program
  19248.                 MED V.3.00.  Although quite small (63k) on disk, this one
  19249.                 expands in memory once loaded, lasting almost 65 minutes.
  19250.                 Player program included.
  19251.                 Author:  Alex Van Starrex
  19252.  
  19253. T3E        Converts any text file to an executable.  The resulting
  19254.         program will only have a minimum of bytes appended (94 bytes
  19255.         for hunk structure and display-program).  The text file is
  19256.         not limited by the size.  Freeware, with source in C.
  19257.         Author:  Garry Glendown
  19258. This is disk 522 of the freely distributable AMIGA software library.
  19259. Below is a listing of the significant directories and their contents.
  19260.  
  19261.  
  19262. MAK    The Mandelbrot Adventure Kit is a nicely done mandelbrot generator
  19263.     with full source code (about 18,000 lines of C code).  Includes
  19264.     some sample images along with the parameters used to generate
  19265.     them, and lots of built-in help screens.
  19266.     Author:  Steven Dillon
  19267.  
  19268. This is disk 523 of the freely distributable AMIGA software library.
  19269. Below is a listing of the significant directories and their contents.
  19270.  
  19271.  
  19272. BMake        A GNU Make subset.  Includes pattern rules, conditionals,
  19273.         "include", function calls, etc.  This is Version 1.4,
  19274.         with source.
  19275.         Author:  Ben Eng
  19276.  
  19277. Conquest    Lore of Conquest is a war game similar in concept to the
  19278.         board game Risk.  You are the lord of an entire world,
  19279.         destined to rule the galaxy.  Some worlds are virgin fruits,
  19280.         ready for you to colonize.  Some worlds have natives who do
  19281.         not wish to accept your rule, these you must conquer for
  19282.         they will yield more valuable resources.  As you claim the
  19283.         galaxy you will find, you are not the only one extending
  19284.         your dominion.  This is a two-player game, so be prepared
  19285.         to defend yourself and take what is yours!  Version 1.5, an
  19286.         update to version 1.3 on disk 459.  Binary only, shareware.
  19287.         Author:  Michael Bryant
  19288.  
  19289. PSGraph        A graphing program with plot previews and encapsulated
  19290.         postscript output.  Version 1.0, binary only.
  19291.         Author:  Rick Golembiewski
  19292.  
  19293. ScreenJaeger    A screen capture program that works by scanning through
  19294.         memory, allowing you to grab screens from programs that
  19295.         don't multitask, and save them as IFF files.  Features
  19296.         include an Intuition interface, multiple bitplanes, support
  19297.         of all Amiga display modes and resolutions, CHIP and FAST
  19298.         memory, overscan, and both NTSC and PAL.  This is version
  19299.         1.0, includes full C source.
  19300.         Author:  Syd L. Bolton
  19301.  
  19302. SerLib        A shared library providing easy access to any serial device.
  19303.         Allows both synchronous and asynchronous access to the port.
  19304.         With support code for Lattice, Manx and Oberon.  Includes
  19305.         examples in both C and Oberon (with source) and docs in
  19306.         ASCII, DVI, and PostScript.  Shareware.
  19307.         Author:  Garry Glendown, Oberon-interface by Frank Schummertz
  19308. This is disk 524 of the freely distributable AMIGA software library.
  19309. Below is a listing of the significant directories and their contents.
  19310.  
  19311.  
  19312. Kamin        Various interpreters from the book "Programming Languages,
  19313.         An Interpreter-Based Approach", by Samuel N. Kamin.  This
  19314.         distribution includes lisp, apl, scheme, sasl, clu, prolog,
  19315.         and smalltalk interpreters, automatically translated from
  19316.         Pascal to C using p2c.  Includes C and Pascal source.
  19317.         Author:  Samuel Kamin
  19318.  
  19319. Snap        A tool for clipping text or graphics from the screen, using
  19320.         the clipboard device.  Snap finds out character coordinates
  19321.         automatically, handles different fonts, keymaps, accented
  19322.         characters, and more.  Version 1.62, an update to version
  19323.         1.4 on disk 326.  Includes source.
  19324.         Author:  Mikael Karlsson
  19325.  
  19326. TAPDemo        Tumble Axis Processor is a Sculpt utility with several
  19327.         functions, including automatically aligning a path's tumble
  19328.         axes so that an object following that path will always face
  19329.         the direction of travel, and production of an easy to read
  19330.         data list containing the location of each node and the
  19331.         orientation of each of its tumble axes.  This is a fully
  19332.         functional version except that it will not function on
  19333.         paths with more than 15 nodes.  Binary only.
  19334.         Author:  Martin Koistinen
  19335. This is disk 525 of the freely distributable AMIGA software library.
  19336. Below is a listing of the significant directories and their contents.
  19337.  
  19338.  
  19339. CrcLists    Complete CRC check files for disks 401-520 using the brik
  19340.         program.  These were made directly from my master disks.
  19341.         Along with the crc lists from disk 401, these lists will
  19342.         allow you to check all of the disks in the library to make
  19343.         sure they are correct and complete.
  19344.         Author:  Fred Fish
  19345.  
  19346. DumpHarpoon    Program that dumps the .DAT data files for the game HARPOON.
  19347.         Author:  Mark Kyprianou
  19348.  
  19349. MinixDemo    Demo version of minix 1.5, an operating system very similar
  19350.         to UNIX.  The full version of minix comes with source code
  19351.         for the kernel and most of the utilities.  Binary only.
  19352.         Author:  Andrew Tanenbaum, et. al.
  19353.  
  19354. SIOD        A small scheme interpreter (Scheme In One Defun) which can
  19355.         be used for calculations or included as a command interpreter
  19356.         or extension/macro language in other applications.  This is
  19357.         version 2.4.  Includes source.
  19358.         Author:  George Carrette
  19359. This is disk 526 of the freely distributable AMIGA software library.
  19360. Below is a listing of the significant directories and their contents.
  19361.  
  19362.  
  19363. DataEasy    An easy-to-use data base program which includes a phone
  19364.         dialer, speech output, a simple screen editor for making
  19365.         and modifying the database definitions, a screen print
  19366.         function, form letter printing, sorting, searching, and
  19367.         two small sample databases.  Version 1.3, an update to
  19368.         version 1.1 on disk 417.  Binary only, source available
  19369.         from author.
  19370.         Author:  J. Dale Holt
  19371.  
  19372. GNUPlot        An interactive function and data plotting program which
  19373.         supports a great number of output devices.  Includes
  19374.         extensive on-line help.  Version 2.0, patch level 2.
  19375.         Includes full source along with diffs and patch program
  19376.         to generate Amiga version.
  19377.         Author:  Thomas Williams, Colin Kelley, Carsten Steger,
  19378.              Russell Lang, Dave Kotz, John Campbell
  19379. This is disk 527 of the freely distributable AMIGA software library.
  19380. Below is a listing of the significant directories and their contents.
  19381.  
  19382.  
  19383. Arq        Replaces the standard system requesters with nice animated
  19384.         requesters which you can also attach different sounds to.
  19385.         Works under AmigaDOS 1.3 or 2.0 to give all the normal
  19386.         system requesters a nice new look.  Version 1.61, binary
  19387.         only.
  19388.         Author:  Martin Laubach, Peter Wlcek, and Rene Hexel
  19389.  
  19390. Lister        Program to display information about files in various types
  19391.         of archives, such as arc, cpio, lharc, tar, zip, and zoo.
  19392.         Version 1.01, an update to version 1.0 on disk 518.  Includes
  19393.         source.
  19394.         Author:  Kerry Cianos and Geoffrey Faivre-Malloy
  19395.  
  19396. MightyMouse    A very small screen blanker, mouse accelerator, mouse
  19397.         blanker, hot key, etc. utility.  Version 1.05, binary only.
  19398.         Author:  Bob Stouder
  19399.  
  19400. PicBase        A program that allows the user to organize and manage
  19401.         all IFF images and brushes stored on disk.  Displays a
  19402.         miniature monochrome (8 or 16 level) image of each file,
  19403.         with information such as the full pathname, the creation
  19404.         date, file size, image size and depth, display mode, and
  19405.         filenote.  The images are displayed four at a time and
  19406.         can be scrolled in realtime, manually or automatically
  19407.         sorted, presented as a slideshow, and more.  Version
  19408.         0.36, shareware, binary only.
  19409.         Author:  Mike Berro
  19410.  
  19411. SRegExp        A runtime library of routines for doing wildcard pattern
  19412.         matching and wildcard path matching.  It accepts a slight
  19413.         extension of the AmigaDOS wildcard syntax, including a
  19414.         "not" operator and character sets.  This is version 11.1,
  19415.         includes source.
  19416.         Author:  Jon Spencer
  19417.  
  19418. ToolManager    ToolManager is a full featured program to add programs
  19419.         (either WorkBench or CLI) to the tools menu of the 2.x
  19420.         WorkBench.  Programs can be added by dragging their icons
  19421.         onto the ToolManager "config" window or the optional
  19422.         ToolManager icon or by editing the config file.  Requires
  19423.         Workbench 2.0.  This is version 1.4, an update to version
  19424.         1.3 on disk 476.  Includes source.
  19425.         Author:  Stefan Becker
  19426.  
  19427. Zoo        A file archiver, much like "arc" in concept, but different
  19428.         in implementation and user interface details.  Version 2.10,
  19429.         an update to version 2.00 on disk 164.  New features include
  19430.         greatly improved compression, preservation of full pathnames
  19431.         by default, and extended multi-screen help.  Binary only.
  19432.         Author:  Rahul Dhesi, Amiga port by Brian Waters
  19433. This is disk 528 of the freely distributable AMIGA software library.
  19434. Below is a listing of the significant directories and their contents.
  19435.  
  19436.  
  19437. AmiOmega    Amiga port of the Omega game.  Omega is similar to hack
  19438.         or rogue, but is much more complex.  There is a city,
  19439.         several towns, a wilderness, lots of dungeons, a multitude
  19440.         of monsters, lots of spells, magic items, etc.  There are
  19441.         several quests to complete.  All in all, it is an excellent
  19442.         game.  This is version 1.5, a different port than version
  19443.         1.0 on disk 320.  Binary only.
  19444.         Author:  Laurence Brothers, Amiga port by Klavs Pedersen
  19445.  
  19446. CpuBlit        CpuBlit replaces the system BltBitMap routine with a version
  19447.         that uses your 68020/68030 when it is worthwhile to do so.
  19448.         This results in text scrolling twice as fast as usual, and
  19449.         in addition, the color flicker effect normally present when
  19450.         scrolling multicolor text is removed.  Version 1.0, includes
  19451.         source.
  19452.         Author:  Eddy Carroll
  19453.  
  19454. FontConv    Converts MacIntosh Postscript type 1 and type 3 fonts to
  19455.         the IBM Postscript type 1 and type 3 format.  Also converts
  19456.         MacIntosh bitmap screen fonts to the Adobe binary format
  19457.         (abf).  Version 1.2, binary only.
  19458.         Author:  Gary Knight
  19459.  
  19460. KeyMenu        An alternative to Intuition's method of menu selection via
  19461.         the keyboard.  Uses one key to activate the menu for the
  19462.         currently active window, the cursor keys to move through
  19463.         the menu as you choose, and the return key to select the
  19464.         desired menu item or escape key to abort selection.  Works
  19465.         with AmigaDOS 2.0 mouse accelerator and has option to blank
  19466.         Intuition's pointer.  Version 1.05, an update to version
  19467.         1.03 on disk 470.  Includes assembly source.
  19468.         Author:  Ken Lowther
  19469.  
  19470. SimSmart    A general purpose utility that prints the program source
  19471.         code of almost any language, so that (for example) the
  19472.         keywords are emboldened and underlined, and the comments
  19473.         are italicized.  These features are adjustable by the user,
  19474.         to suit individual taste.  Tabbing also is adjustable, to
  19475.         harmonize with the nesting depth of a particular program.
  19476.         Output may be either on the printer, the screen, or to
  19477.         another file.  SimSmart may easily be extended by the user
  19478.         to deal with extra languages.  Version 2.10, shareware,
  19479.         binary only.
  19480.         Author:     David Simon
  19481. This is disk 529 of the freely distributable AMIGA software library.
  19482. Below is a listing of the significant directories and their contents.
  19483.  
  19484.  
  19485. ClockDJ        A utility which combines a clock, mouse accelerator,
  19486.         screen blanker, window manipulator, function keys, and
  19487.         macros into a single program, written in assembly
  19488.         language for maximum efficiency.  Includes an ARexx
  19489.         port.  Version 5.02, an update to version 4.07 on disk
  19490.         293.  Binary only.
  19491.         Author:  David Jenkins
  19492.  
  19493. MonkeyDemo    Demo version of the LucasFilm game "The Secret of Monkey
  19494.         Island".  Installable on a hard disk and multitasks as
  19495.         well.  Binary only.
  19496.         Author:  LucasFilms
  19497.  
  19498. TownMaze    A program that designs a town-shaped maze like the town
  19499.         "Bard's Tale I" uses.  Version 1.2, includes source.
  19500.         Author:  Kent Paul Dolan
  19501. This is disk 530 of the freely distributable AMIGA software library.
  19502. Below is a listing of the significant directories and their contents.
  19503.  
  19504.  
  19505. DeckBrowser    A freely redistributable player for unbound CanDo decks.
  19506.         Version 1.5, binary only.
  19507.         Author:  INOVAtronics
  19508.  
  19509. Dme        Version 1.45 of Matt's text editor.  Dme is a simple 
  19510.         WYSIWYG editor designed for programmers.  It is not a
  19511.         WYSIWYG word processor in the traditional sense.  Features
  19512.         include arbitrary key mapping, fast scrolling, title-line
  19513.         statistics multiple windows, and ability to iconify windows.
  19514.         Update to version 1.42 on disk number 441, includes source.
  19515.         Author:  Matt Dillon
  19516.  
  19517. TurboTitle    A program created for the purpose of subtitling Japanese
  19518.         animation films and to create a standard Amiga subtitle
  19519.         format.  Is perfectly suited for subtitling any foreign
  19520.         film.  Version 0.80, an update to version 0.71 on disk
  19521.         424.  Shareware, binary only.
  19522.         Author:  Robert Jenks
  19523. This is disk 531 of the freely distributable AMIGA software library.
  19524. Below is a listing of the significant directories and their contents.
  19525.  
  19526.  
  19527. CaligariDemo    Demo version of Caligari 2.0 from Octree Software.  Requires
  19528.         a 68020/68030 and a 68881/68882.  Binary only.
  19529.         Author:  Octree Software
  19530.  
  19531. DisDF        Program to disable DF0-DF3 to stop that empty drive clicking
  19532.         by putting the trackdisk.device tasks in a removed state.
  19533.         Can be run from CLI, startup script or WB.  Command line
  19534.         options select drives and also remove the File System tasks
  19535.         to reduce CPU load a little more.  Version 1.0, includes
  19536.         source.
  19537.         Author:  Patrick F. Misteli
  19538.  
  19539. FileSearch    This program will search an AmigaDOS volume for a specified
  19540.         file, using a filename pattern.  Useful for hard drive
  19541.         owners wanting to find a file/program quickly.  AmigaDOS
  19542.         wildcards aren't supported, `*' wildcards are.  Has an
  19543.         Intuition interface.  Version 1.5, binary only, WB2.0 only.
  19544.         Author:  Matt Crowd
  19545.  
  19546. Graffiti    Demo version of an art program, with a feature set somewhat
  19547.         less than DPaint but more than many other such programs.
  19548.         Has a few special functions included like autoscrolling,
  19549.         converting screens to other resolutions, changing RGB
  19550.         values of the whole screen, fast autoscrolling magnifier
  19551.         and many others.  Version 1.01, binary only.
  19552.         Author:  Marcus Schiesser 
  19553.  
  19554. PopulousKeys    Code words and options descriptions for all 495 worlds of
  19555.         Populous (TM Electronic Arts and Bullfrog Productions).
  19556.         All information was obtained by the author's excessive
  19557.         playing of Populous.
  19558.         Author:  Kenneth Fuchs
  19559. This is disk 532 of the freely distributable AMIGA software library.
  19560. Below is a listing of the significant directories and their contents.
  19561.  
  19562.  
  19563. BootPic        BootPic allows you to install nearly any IFF picture that
  19564.         you like in place of the WorkBench hand that appears after
  19565.         a reset.  Version 1.1, an update to version 1.0 on disk
  19566.         484.  Now includes an Intuition interface.  Binary only.
  19567.         Author:  Andreas Ackermann
  19568.  
  19569. DataPlot    A program that plots data and algebraic functions in 2D.
  19570.         The user simply clicks on an option screen to select
  19571.         various options, such as type of marker, log or linear
  19572.         axis, auto vs manual scaling, grid lines.  The macro
  19573.         language makes similar, repetitive plots easy to do.  Data
  19574.         points can be transformed by an algebraic function prior
  19575.         to plotting.  A macro can be automatically executed upon
  19576.         start-up.  Plots in any resolution from 320x200 to 640x400.
  19577.         Plots can be saved as macro commands and IFF ILBM files.
  19578.         Prints directly to Epson compatible printers, or to any
  19579.         Preferences supported grapics printer via the PLT: device.
  19580.         This is version 2.1, a significant upgrade to version 1.0
  19581.         on disk 121.  Shareware, binary only.
  19582.         Author:  Dale Holt
  19583.  
  19584. SCSIMounter    An interactive, fully automated partition mounter especially
  19585.         suited for removable media SCSI drives.  SCSIMounter auto-
  19586.         matically scans the Rigid Disk Block of the drives and
  19587.         presents the user with a partition selector which allows the
  19588.         individual selection of the partitions to mount.  Requires
  19589.         Kickstart 2.0.  Binary only.
  19590.         Author:  Martin A. Blatter
  19591.  
  19592. SCSIPrefs    A Preferences editor for the battery backed up memory in the
  19593.         Amiga 3000.  This small program allows you to change the
  19594.         bits that control some parameters of the embedded SCSI host
  19595.         adaptor.  Requires Kickstart 2.0.  Binary only.
  19596.         Author:  Martin A. Blatter
  19597.  
  19598. TrainerMaker    A program that allows you to modify money, number of lives,
  19599.         or high scores of some games.  The game to be modified must
  19600.         be capable of multitasking.  Version 0.8, binary only.
  19601.         Author:  Andreas Ackermann
  19602. This is disk 533 of the freely distributable AMIGA software library.
  19603. Below is a listing of the significant directories and their contents.
  19604.  
  19605.  
  19606. BootGen        This program creates a bootmenu.  You simply enter the name
  19607.         of ten programs and the program will do the rest.  When you
  19608.         boot the disk a menu will appear where you can choose one
  19609.         of ten program names, which automatically will be loaded.
  19610.         Version 3.4, binary only.
  19611.         Author:  Frank Enderle
  19612.  
  19613. Conquest    Lore of Conquest is a war game similar in concept to the
  19614.         board game Risk.  You are the lord of an entire world,
  19615.         destined to rule the galaxy.  Some worlds are virgin fruits,
  19616.         ready for you to colonize.  Some worlds have natives who do
  19617.         not wish to accept your rule, these you must conquer for
  19618.         they will yield more valuable resources.  As you claim the
  19619.         galaxy you will find, you are not the only one extending
  19620.         your dominion.  This is a two-player game, so be prepared
  19621.         to defend yourself and take what is yours!  Version 1.6, an
  19622.         update to version 1.5 on disk 523.  Includes enhanced galaxy
  19623.         map, instant replay option, timed turns, symmetrical universe,
  19624.         and more.  Binary only, shareware.
  19625.         Author:  Michael Bryant
  19626.  
  19627. Convert        Converts an object file to a C source which can be inserted
  19628.         with '#include' in your own programs.  Version 1.0, includes
  19629.         source.
  19630.         Author:  Frank Enderle
  19631.  
  19632. DosManager    You can copy, delete, move, view, show as pictures, play
  19633.         as samples, rename, ... , files with this program.  It is
  19634.         also possible to program a personal command with Dos-
  19635.         Manager.  This is version 1.0, shareware, binary only.
  19636.         Author:  Jurgen Stohr
  19637.  
  19638. Icons        A bunch of 8-color icons for systems running AmigaDOS
  19639.         2.0.  Previously released 8-color icons from the author
  19640.         appeared on disk 213.
  19641.         Author:  Wolf-Peter Dehnick
  19642.  
  19643. OctaMEDDemo    Player program and sample songs for OctaMED, a special
  19644.         version of MED that can play 8 tracks at once on a
  19645.         standard Amiga without extra hardware.  The sound quality
  19646.         is not as high as with 4-channel sound but is good enough
  19647.         for many purposes.  Binary only.
  19648.         Author:  Amiganuts United
  19649.  
  19650. VTest        A simple example how to test if the AMIGA is infected by a
  19651.         Virus.  It simply checks some vectors in the Exec Base
  19652.         structure and some library routines like DoIO.  Version 1.0,
  19653.         includes source.
  19654.         Author:  Frank Enderle
  19655. This is disk 534 of the freely distributable AMIGA software library.
  19656. Below is a listing of the significant directories and their contents.
  19657.  
  19658.  
  19659. Term        A gift-ware telecommunications program written for AmigaOS
  19660.         release 2.x (Kickstart 37.74 and Workbench 37.33 or higher
  19661.         required, Kickstart 37.175 and Workbench 37.52 recommended).
  19662.         Features include total configurability, full ARexx control,
  19663.         Xpr-transfer-support, filetype-identification after
  19664.         download, cut & paste/point-and-click on screen, auto up-
  19665.         and download, scrollable review buffer of unlimited size,
  19666.         solid and fully-featured VT100/VT220/ANSI emulation,
  19667.         optional fast atomic terminal emulation, hotkey support,
  19668.         powerful phonebook and dialing functions, ability to save
  19669.         and print the contents of the screen as IFF-ILBM or ASCII
  19670.         file, full overscan and screen resolution support (new ECS
  19671.         screen modes included), asynchronous operation and a lot
  19672.         more.  Comes with six Xpr-transfer libraries (ascii, jmodem,
  19673.         kermit, quickb, xmodem & zmodem) and documentation both in
  19674.         German and in English.  This is version 1.8a and also
  19675.         includes the full `C' and assembly language source code.
  19676.         Author:  Olaf `Olsen' Barthel
  19677. This is disk 535 of the freely distributable AMIGA software library.
  19678. Below is a listing of the significant directories and their contents.
  19679.  
  19680.  
  19681. Accent        A universal accented character converter for Amiga, IBM-PC,
  19682.         MacIntosh, and C64 files written in most West European
  19683.         languages (Danish, Finnish, French, German, Italian, Islandic,
  19684.         Norwegian, Spanish, Swedish, and more.  Works with either
  19685.         ASCII or Word Perfect files.  This is a major update to
  19686.         version 1.5 on disk 454 (where it was called Vortex).
  19687.         New features include a graphical user interface, simple
  19688.         file reader, and copy option.  Binary only.
  19689.         Author:  Michel Laliberte
  19690.  
  19691. ArcL        A utility that lists your ZOO, ARC and LZH Archives with
  19692.         automatic type detection.  Includes german version and
  19693.         documentation.  Version 1.0, binary only.
  19694.         Author:  Oliver Graf, T.O.M. Software
  19695.  
  19696. BizCalc        A do-it-all user friendly loan calculator that calculates
  19697.         weekly and biweekly loans.  Can generate amortization
  19698.         tables to the screen, to the printer, or to a file.  Uses
  19699.         menus, bottons, or keyboard commands, and iconifies.
  19700.         Has six decimal precision option and more.  This is
  19701.         version 1.2, an update to version 1.1 on disk 493.
  19702.         Binary only.
  19703.         Author:  Michel Laliberte
  19704.  
  19705. Flat        A filing system handler which implements block-mapped filing
  19706.         devices such as available under Un*x.  Read and write calls
  19707.         are mapped to low-level system IO operations which allow to
  19708.         treat devices such as df0:, dh0:, rad:, etc. as big data
  19709.         files.  These `virtual' files can be copied, read and
  19710.         written just like any standard AmigaDOS file.  It is even
  19711.         possible to copy a whole disk with the CLI `Copy' command or
  19712.         to archive disks with LhArc and the like.  Written as a
  19713.         supplement for the Amiga `tar' program.  Version 1.3,
  19714.         includes source in `C'.
  19715.         Author:  Olaf `Olsen' Barthel
  19716.  
  19717. Format        A replacement for the Workbench 2.x `Format' command with
  19718.         many additional features and a basic gadtools interface.
  19719.         Can be made resident and sports a number of additional
  19720.         command line options.  Also included is a code fragment
  19721.         which will correctly initialize data media of any size
  19722.         (floppy disks or hard disk partitions) which works both
  19723.         under Kickstart 1.2/1.3 and 2.x.  Version 1.1, includes
  19724.         source in `C' and assembly language.  AmigaOS 2.x required.
  19725.         Author:  Olaf `Olsen' Barthel
  19726.  
  19727. FracBlank       A commodities screen blanker written for AmigaOS release
  19728.         2.x.  When running will blank the screen and start to draw
  19729.         real plane fractals such as described in the September 1986
  19730.         issue of Scientific American.  The resulting images may
  19731.         remind you of spiders' webs, lace or even the Chladnian
  19732.         patterns formed by grains of sand strewn across a vibrating
  19733.         surface.  Version 1.4, includes source in `C' and assembly
  19734.         language.  AmigaOS 2.x required.
  19735.         Author:  Olaf `Olsen' Barthel
  19736.  
  19737. Icon         A tool which patches Workbench 2.x online to supply default
  19738.         icons for about 45 different file types ranging from LhArc
  19739.         archives to object code files.  Enhances the `Show All
  19740.         Files' option of Workbench which by default only knows two
  19741.         types of file icons: Tool and Project.  If enabled scans
  19742.         all files in a directory which do not have an icon file
  19743.         supplied and tries to determine their file types.  When
  19744.         done, tricks Workbench into believing that there are proper
  19745.         icons for these files in the directory.  Includes source in
  19746.         `C' and assembly language.  AmigaOS 2.x required.
  19747.         Author:  Olaf `Olsen' Barthel
  19748.  
  19749. KeyMacro    A keyboard macro program, configurable via a text file, that
  19750.         also supports hotkey program execution.  You can map up to
  19751.         eight functions to each key, including keys such as cursor
  19752.         keys, the return key, etc.  Version 1.12 with a number bug
  19753.         fixes and enhancements, an update to version 1.8 on disk
  19754.         436.  Includes source in `C' and assembly language.
  19755.         Author:  Olaf `Olsen' Barthel
  19756.  
  19757. SetBatt        A tool to set the configuration information saved in the
  19758.         nonvolatile ram of the A3000 clock chip.  Allows you to
  19759.         adjust the SCSI select timeout and other system settings.
  19760.         Includes source in `C' and assembly language.  AmigaOS 2.x
  19761.         required.
  19762.         Author:  Olaf `Olsen' Barthel
  19763.  
  19764. termLite    A tiny, almost brain dead telecommunications program written
  19765.         for AmigaOS release 2.x.  Can be made resident, supports cut
  19766.         & paste from console window, written as a simple interface
  19767.         to the serial/parallel device driver.  Version 1.0, includes
  19768.         source in `C'.  AmigaOS 2.x required.
  19769.         Author:  Olaf `Olsen' Barthel
  19770. This is disk 536 of the freely distributable AMIGA software library.
  19771. Below is a listing of the significant directories and their contents.
  19772.  
  19773.  
  19774. Chemesthetics    Chemesthetics is a program that draws molecules using the
  19775.         calotte model.  This means that atoms are drawn as bowls.
  19776.         Using this model, even extremely dangerous molecules like
  19777.         dioxine look quite nice.  Chemesthetics has an Intuition
  19778.         user interface, can save pictures as IFF files, and has
  19779.         many example files.  This is version 2.06, an update to
  19780.         version 2.00 on disk 427.  Includes source in C.
  19781.         Author:  Joerg Fenin / Metalworx
  19782.  
  19783. IncRev        A small program for a makefile or an lmkfile, to update
  19784.         revision numbers after each successful compile process.
  19785.         (Not related to but much more powerful than the increv
  19786.         program on disk 161 by Bryan Ford.)  This is version 1.03,
  19787.         includes source in C.
  19788.         Author:  Joerg Fenin / Metalworx
  19789.  
  19790. PBlanker    An enhanced Workbench 2.0 commodity, replacing "Blanker".
  19791.         Can blank screen and mouse pointer separately.  This is
  19792.         version 37.04.  Needs Kickstart 37.xx.  Binary only.
  19793.         Author:  Bernd Preusing
  19794.  
  19795. WFile        Small but useful tool to interchange ASCII files between
  19796.         different operating systems.  Converts foreign symbols and
  19797.         adapts linefeed codes.  Can also be used to expand tabs to
  19798.         multiple spaces or vice versa.  It has builtin templates for
  19799.         interchange between the Amiga, MS-DOS and UNIX.  Profiles
  19800.         can be used for common adaptions.  Version 1.11, includes
  19801.         source in C.
  19802.         Author:  Joerg Fenin / Metalworx
  19803. This is disk 537 of the freely distributable AMIGA software library.
  19804. Below is a listing of the significant directories and their contents.
  19805.  
  19806.  
  19807. AntiBorder    CLI window frame remover.  Turns your CLI window into the
  19808.         largest possible borderless window that can be displayed
  19809.         on the WorkBench screen.  I.E. Creates a 80 x 32 character
  19810.         CLI window for standard PAL Amigas.  Version 1.0, includes
  19811.         assembly source.
  19812.         Author:  Paul Hayter
  19813.  
  19814. BootGames    Two tiny games which fit on the bootblocks of a boot disk.
  19815.         BootOut is a Breakout style game and Squash is a squash
  19816.         type game (just like on those old TV games).  BootOut V5.X
  19817.         and Squash V4.3. Includes assembly source.
  19818.         Author:  Paul Hayter
  19819.  
  19820. CHIP8        CHIP8 is a programming language popularised by the RCA
  19821.         COSMAC VIP, DREAM 6800, and ETI-660 hobby computers.  It is
  19822.         one step up from machine code (actual hex codes), yet allows
  19823.         the creation of some very simple, very small games.  Version
  19824.         1.1, includes assembly source and some demo games.
  19825.         Author:  Paul Hayter
  19826.  
  19827. Cross           A program that creates crossword puzzles.  Has a message
  19828.                 data file to allow easy translation into almost any human
  19829.                 language, with English and German currently supported.
  19830.                 This is version 4.1, an update to version 3.3 on disk 464.
  19831.                 Major new features are several new printer drivers
  19832.                 including "generic" and "LaTeX", and many minor improvements.
  19833.         Includes source in M2Amiga Modula-2.
  19834.                 Author:  Jurgen Weinelt
  19835.  
  19836. FO        Fast Optimizer is a new optimizer for AmigaDOS disks.  It can
  19837.         optimize one disk in less than 2 min, 30 sec.  FO supports
  19838.         WorkBench or CLI modes and allows you to use unformatted disks
  19839.         as the destination.  At least 1 Mb memory required.  This is
  19840.         version v1.0.  Includes some source in C. 
  19841.         Author:  Fabien Campagne.
  19842.  
  19843. PaulCopy    A single drive disk copier for Amigas with 1 Meg of RAM.
  19844.         Copies the source disk completely into memory in one go.
  19845.         Will also work with 512K Amigas, yet will require multiple
  19846.         disk swaps.  Version II, includes assembly source.
  19847.         Author:  Paul Hayter
  19848.  
  19849. PBlanker    An ultra tiny Screen-Blanker/Mouse-Blanker/Mouse-Accelerator
  19850.         thingy.  Is about 700 bytes and doesn't have to be RUN.
  19851.         Version 1.3, includes assembly source.
  19852.         Author:  Paul Hayter
  19853.  
  19854. SMUSMIDI    Converts SMUS Files output by Electronic Art's Deluxe Music
  19855.         Construction Set into standard MIDI files that can be read
  19856.         by modern sequencing software.  Version 1.0, includes sample
  19857.         data files and source in C.
  19858.         Author:  Thomas E. Janzen
  19859.  
  19860. ZShell        A very tiny (13Kb) CLI shell modelled along the lines of CSH,
  19861.         with over 40 internal commands.  Some of its features include
  19862.         command line editing, history buffer, aliases, function key
  19863.         aliases, reverse polish calculator, multiple commands on one
  19864.         line, loops, If-Else-Endif constructs etc.  This is version
  19865.         1.30 and includes assembly source.
  19866.         Author:  Paul Hayter
  19867. This is disk 538 of the freely distributable AMIGA software library.
  19868. Below is a listing of the significant directories and their contents.
  19869.  
  19870.  
  19871. BCBMusic    This is the second set of original music in the BCBmusic
  19872.         series.  This set includes the songs "Still Waiting",
  19873.         "Transpose", and "Trilogy".  Like the first set (on disk
  19874.         428), no player program is required since it is actually
  19875.         compiled in with the song.  These new songs include a new
  19876.         equalizer-style graphic display which can be toggled on
  19877.         and off.  WB2.0 compatible, binary only.
  19878.         Author:  Brian C. Berg
  19879.  
  19880. MatLabPatch    Patches for both Matlab and Diglib on disk 499.  The
  19881.         version of Diglib compiled for 68000 machines has some
  19882.         incorrectly compiled modules (compiled for 68020) and
  19883.         therefore causes crashes on 68000 machines.  The Plot.sub
  19884.         module compiled for 68000 machines in the Matlab archive
  19885.         was linked using the incorrect Diglib and does not run on
  19886.         68000 machines.  This update provides correctly compiled
  19887.         replacements for both those files.
  19888.         Author:  Jim Locker
  19889.  
  19890. NGTC        Release Two, Revision 1, of a trivia game based on "Star
  19891.                 Trek: The Next Generation" TV series.  This is a bug fix
  19892.                 containing a new game module.  You also need Release Two
  19893.                 from disks 506 and 507, and Release One from disks 404 and
  19894.                 405.  Created with The Director Version 2.  Binary only.
  19895.         Author:  Gregory Epley
  19896. This is disk 539 of the freely distributable AMIGA software library.
  19897. Below is a listing of the significant directories and their contents.
  19898.  
  19899.  
  19900. DT        A "DiskTest" utility for floppy disks, la Norton Utilities.
  19901.         Version 1.12, includes source (SAS-C).
  19902.         Author:  Maurizio Loreti
  19903.  
  19904. PF        A CLI/Workbench interface to control an Hewlett-Packard
  19905.         DeskJet 500 printer, enabling the user to select an internal
  19906.         font and to print one or more files, or to initialize the
  19907.         printer.  Version 2.10, includes source (SAS-C)
  19908.         Author:  Maurizio Loreti
  19909.  
  19910. RPN        An emulation of an Hewlett-Packard pocket computer on your
  19911.         screen.  Version 1.00, includes source (SAS-C).
  19912.         Author:  Maurizio Loreti
  19913.  
  19914. SimpleRexx    A set of routines that handle the low level ARexx work
  19915.         for you in such a way as to have your application work
  19916.         with or without ARexx on the target system.  The goal of
  19917.         SimpleRexx is to make adding at least the minimum level
  19918.         of ARexx support to an application a trivial task.
  19919.         Includes source.
  19920.         Author:  Michael Sinz
  19921.  
  19922. Uedit        A nice shareware editor with learn mode, a command
  19923.         language, menu customization, hypertext, online help,
  19924.         a teach mode, split windows, copy and paste, undo,
  19925.         features.  This is version 2.6h, an update to version
  19926.         2.6e on disk 471.  Binary only.
  19927.         Author:  Rick Stiles
  19928.  
  19929. VLTimer        A clock/timer window that sticks on the VLT screen (or on
  19930.         the WorkBench if VLT is not running or opened on the
  19931.         WorkBench) to check connection times (and costs). Version
  19932.         1.02, includes source (SAS-C);
  19933.         Author:  Maurizio Loreti
  19934. This is disk 540 of the freely distributable AMIGA software library.
  19935. Below is a listing of the significant directories and their contents.
  19936.  
  19937.  
  19938. Browser        A "Programmer's Workbench".  Allows you to easily and
  19939.         conveniently move, copy, rename, and delete files &
  19940.         directories from a CLI environment.  Also provides a
  19941.         method to execute either Workbench or CLI programs by
  19942.         double-clicking them or by selecting them from a ParM
  19943.         like Menu with lots of arguments.  A Browser 1.6 replace-
  19944.         ment, does everything Browser 1.6 does and a lot more.
  19945.         Version 1.0, includes source in C.
  19946.         Author:  Sylvain Rougier, Pierre Carrette
  19947.  
  19948. CLIExe        An XIcon style program which uses parm.library. It allows
  19949.         you to execute a script starting from WB and is completely
  19950.         CLI compatible, because it is a CLI.  Can use a real script
  19951.         file or take commands in its own TOOLTYPES.  Includes source
  19952.         in C.  Version 1.0.
  19953.         Author:  Sylvain Rougier
  19954.  
  19955. ParM        Parameterable Menu.  ParM allows you to build menus to run
  19956.         whatever program you have on a disk.  ParM can run programs
  19957.         either in WorkBench or CLI mode.  This is an alternative to
  19958.         MyMenu which can run only when workbench is loaded.  ParM
  19959.         can have it's own little window, can attach menus to the CLI
  19960.         window you are running it from, or to the WB menus, just like
  19961.         MyMenu.  This is version 3.00, an update to version 2.5r on
  19962.         disk 419.  Includes source in C.
  19963.         Author:  Sylvain Rougier, Pierre Carrette
  19964.  
  19965. PatchReq    A patch for system requesters and arp file requester.  Replace 
  19966.         arp file requester with the great req.library file requester.
  19967.         Patches AutoRequest() for requesters to appear under the
  19968.         mouse and more.  Version 1.4.  Includes source in C.
  19969.         Authors:  Sylvain Rougier, Pierre Carrette
  19970.  
  19971. Req        An enhanced version of the interface to req.library for Aztec
  19972.         C 5.0.  Pragmas supplied and glues put in a library rather
  19973.         than in an object file.  Includes source in asm.  Version 1.1.
  19974.         Author:  Pierre Carrette
  19975.  
  19976. SANA        Release 2 of the Standard Amiga Network Architecture device
  19977.         driver specification.  This is a specification for the device
  19978.         driver level only.
  19979.         Author:  Raymond Brand, Martin Hunt, Perry Kivolowitz
  19980.  
  19981. SetColors    A Palette replacement program that does a lot more in only 3K.
  19982.         Can save and load color files, and update preferences.  Update
  19983.         to version on disk 419, with bug fix.  Includes source in C.
  19984.         Author:  Pierre Carrette
  19985.  
  19986. WBRun        A RunBack style program which use parm.library.  Runs programs
  19987.         in WB mode from any CLI. Programs are fully detached.  The
  19988.         program you run must support WB startup.  Not related to WBRun
  19989.         on disk 43.  Includes source in C.
  19990.         Authors:  Sylvain Rougier, Pierre Carrette
  19991.